aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use pkg-configJoseph Hunkeler2020-05-071-1/+4
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+1
* Implement error handlingJoseph Hunkeler2020-04-191-1/+11
* Update README.md and usageJoseph Hunkeler2020-04-101-1/+1
* Enable remove modeJoseph Hunkeler2020-04-011-0/+1
* Refactor project: build/install libspm[_static.a].so to make unit testing pos...Joseph Hunkeler2020-03-1827-7090/+2
* Shared library search improvementJoseph Hunkeler2020-03-181-2/+1
* Increased verbosity shows shell executionJoseph Hunkeler2020-03-181-1/+8
* Move package check to the end (again)Joseph Hunkeler2020-03-181-5/+6
* Assign default RPATHs when auto-generated string is emptyJoseph Hunkeler2020-03-181-0/+15
* Multiple -v|--verbose arguments increase verbosityJoseph Hunkeler2020-03-181-3/+3
* Missing packages are failuresJoseph Hunkeler2020-03-171-11/+7
* 'if' statement formattingJoseph Hunkeler2020-03-171-2/+2
* spm_install_show_package() increased whitespace from 10 to 20Joseph Hunkeler2020-03-171-14/+1
* Fix leakJoseph Hunkeler2020-03-171-0/+2
* strlist_set() accepts NULL valueJoseph Hunkeler2020-03-171-6/+11
* Fix endswith() not working correctlyJoseph Hunkeler2020-03-171-3/+16
* Cleanup:Joseph Hunkeler2020-03-171-12/+68
* Fix up reading dependencies from packagesJoseph Hunkeler2020-03-171-4/+21
* Allow names with hyphensJoseph Hunkeler2020-03-141-4/+7
* Rename PACKAGE_MIN_DELIM and move it to package.hJoseph Hunkeler2020-03-141-2/+1
* Add error checking and fix processing small patterns in replace_text()Joseph Hunkeler2020-03-131-3/+11
* Simplify manifest_package_separator_swap functionJoseph Hunkeler2020-03-131-9/+11
* Terminate string after moving contentsJoseph Hunkeler2020-03-121-0/+1
* Throw a warning if a package requirement isn't discoverableJoseph Hunkeler2020-03-121-0/+1
* Use system utilities to check rpathJoseph Hunkeler2020-03-121-1/+1
* Relocate files as we go, for now.Joseph Hunkeler2020-03-111-3/+4
* ImprovementsJoseph Hunkeler2020-03-101-2/+16
* Fix stupid off-by-one bug and remove unnecessary code to calculate an offsetJoseph Hunkeler2020-03-101-11/+4
* Just duplicate argv[0]Joseph Hunkeler2020-03-101-1/+1
* Fix interpreting environment variables encapsulated with bracesJoseph Hunkeler2020-03-081-7/+15
* Refactor RPATH creation:Joseph Hunkeler2020-03-074-102/+104
* Bugfix: FSTree.root should always contain an absolute pathJoseph Hunkeler2020-03-071-3/+13
* Bugfix: Fix potential overrun by strlist_countJoseph Hunkeler2020-03-071-0/+1
* Oh the multilib is killing meJoseph Hunkeler2020-03-043-4/+24
* Use the POSIX invocation of the `file` commandJoseph Hunkeler2020-03-031-7/+20
* Stop execution when SHELL is undefinedJoseph Hunkeler2020-03-031-0/+6
* Add "objdump" to list of requirementsJoseph Hunkeler2020-03-031-0/+1
* Improvements:Joseph Hunkeler2020-03-031-2/+11
* Use strdup() insteadJoseph Hunkeler2020-03-031-2/+1
* Bug fixes:Joseph Hunkeler2020-03-031-6/+9
* Do not force user to have a mirrorlist configurationJoseph Hunkeler2020-03-031-2/+17
* Check for error when opening path_manifestJoseph Hunkeler2020-03-031-1/+5
* Add missing LF in usageJoseph Hunkeler2020-03-031-1/+1
* Bug fixes:Joseph Hunkeler2020-03-031-7/+20
* Begin consolidating paths (manifests and temp directories)Joseph Hunkeler2020-03-024-40/+39
* Refactor startswith() and endswidth() usageJoseph Hunkeler2020-03-026-10/+17
* Simplify startswith() and endswidth() calls to avoid looking at APIJoseph Hunkeler2020-03-021-7/+7
* Trying to iron out a few manifest pathing issuesJoseph Hunkeler2020-02-284-60/+132
* Improvements:Joseph Hunkeler2020-02-288-84/+261