Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements | Joseph Hunkeler | 2020-03-10 | 1 | -2/+16 |
* | Fix stupid off-by-one bug and remove unnecessary code to calculate an offset | Joseph Hunkeler | 2020-03-10 | 1 | -11/+4 |
* | Just duplicate argv[0] | Joseph Hunkeler | 2020-03-10 | 1 | -1/+1 |
* | Fix interpreting environment variables encapsulated with braces | Joseph Hunkeler | 2020-03-08 | 1 | -7/+15 |
* | Refactor RPATH creation: | Joseph Hunkeler | 2020-03-07 | 5 | -105/+108 |
* | Bugfix: FSTree.root should always contain an absolute path | Joseph Hunkeler | 2020-03-07 | 1 | -3/+13 |
* | Bugfix: Fix potential overrun by strlist_count | Joseph Hunkeler | 2020-03-07 | 1 | -0/+1 |
* | Add lib64 to LD_LIBRARY_PATH | Joseph Hunkeler | 2020-03-05 | 1 | -1/+1 |
* | Oh the multilib is killing me | Joseph Hunkeler | 2020-03-04 | 4 | -5/+32 |
* | spmbuild all SPM calls use --yes | Joseph Hunkeler | 2020-03-04 | 1 | -10/+10 |
* | Use the POSIX invocation of the `file` command | Joseph Hunkeler | 2020-03-03 | 1 | -7/+20 |
* | Use package_target as input to mkmanifest | Joseph Hunkeler | 2020-03-03 | 1 | -1/+1 |
* | Ensure the target directory exists | Joseph Hunkeler | 2020-03-03 | 1 | -1/+6 |
* | Stop execution when SHELL is undefined | Joseph Hunkeler | 2020-03-03 | 1 | -0/+6 |
* | Add missing headers | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |
* | Update README.md | Joseph Hunkeler | 2020-03-03 | 1 | -23/+21 |
* | Add "objdump" to list of requirements | Joseph Hunkeler | 2020-03-03 | 1 | -0/+1 |
* | Improvements: | Joseph Hunkeler | 2020-03-03 | 1 | -2/+11 |
* | Use strdup() instead | Joseph Hunkeler | 2020-03-03 | 1 | -2/+1 |
* | Bug fixes: | Joseph Hunkeler | 2020-03-03 | 1 | -6/+9 |
* | Do not force user to have a mirrorlist configuration | Joseph Hunkeler | 2020-03-03 | 1 | -2/+17 |
* | Check for error when opening path_manifest | Joseph Hunkeler | 2020-03-03 | 1 | -1/+5 |
* | Add missing LF in usage | Joseph Hunkeler | 2020-03-03 | 1 | -1/+1 |
* | Bug fixes: | Joseph Hunkeler | 2020-03-03 | 1 | -7/+20 |
* | Begin consolidating paths (manifests and temp directories) | Joseph Hunkeler | 2020-03-02 | 5 | -41/+40 |
* | Refactor startswith() and endswidth() usage | Joseph Hunkeler | 2020-03-02 | 6 | -10/+17 |
* | Simplify startswith() and endswidth() calls to avoid looking at API | Joseph Hunkeler | 2020-03-02 | 1 | -7/+7 |
* | Trying to iron out a few manifest pathing issues | Joseph Hunkeler | 2020-02-28 | 4 | -60/+132 |
* | Improvements: | Joseph Hunkeler | 2020-02-28 | 14 | -93/+284 |
* | Fix off-by-one error in config parser | Joseph Hunkeler | 2020-02-28 | 1 | -14/+29 |
* | Add join_ex() [simplified join() function] | Joseph Hunkeler | 2020-02-28 | 2 | -0/+60 |
* | Multiple things: | Joseph Hunkeler | 2020-02-26 | 15 | -79/+356 |
* | Refactor: | Joseph Hunkeler | 2020-02-25 | 1 | -60/+42 |
* | Fix invalid array access on short strings | Joseph Hunkeler | 2020-02-25 | 1 | -3/+9 |
* | Break out of scanning loop when a match is discovered | Joseph Hunkeler | 2020-02-25 | 1 | -1/+2 |
* | Free ManifestPackage variables | Joseph Hunkeler | 2020-02-25 | 1 | -1/+4 |
* | Use user_input.h header | Joseph Hunkeler | 2020-02-25 | 1 | -0/+1 |
* | Refactor spm_* directory names: | Joseph Hunkeler | 2020-02-25 | 1 | -20/+23 |
* | Refactor installation: | Joseph Hunkeler | 2020-02-25 | 2 | -38/+171 |
* | Remove unused stub function | Joseph Hunkeler | 2020-02-25 | 1 | -4/+0 |
* | Add spm_mkdtemp() function | Joseph Hunkeler | 2020-02-25 | 2 | -1/+19 |
* | Implement prompt_user flag | Joseph Hunkeler | 2020-02-25 | 2 | -0/+2 |
* | Add user_input.c to cmake | Joseph Hunkeler | 2020-02-25 | 1 | -2/+2 |
* | Initial commit of user_input.[c,h] | Joseph Hunkeler | 2020-02-25 | 2 | -0/+53 |
* | Add pkg-config environment variable | Joseph Hunkeler | 2020-02-24 | 1 | -0/+4 |
* | Set LD_LIBRARY_PATH to help tether the runtime environment | Joseph Hunkeler | 2020-02-24 | 1 | -0/+1 |
* | Remove reference to deps.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+0 |
* | Remove deps.h | Joseph Hunkeler | 2020-02-24 | 1 | -19/+0 |
* | Bootstrap: Ignore or append filesystem package | Joseph Hunkeler | 2020-02-24 | 1 | -1/+4 |
* | Use package.h and resolve.h | Joseph Hunkeler | 2020-02-24 | 1 | -1/+2 |