Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Use package.h | Joseph Hunkeler | 2020-02-24 | 1 | -12/+7 |
* | Rename ambiguous variables | Joseph Hunkeler | 2020-02-24 | 1 | -96/+32 |
* | Replace deps.c with resolve.c | Joseph Hunkeler | 2020-02-24 | 1 | -1/+1 |
* | Add install_show_package() | Joseph Hunkeler | 2020-02-24 | 2 | -0/+10 |
* | Add comparison function, refactor defines | Joseph Hunkeler | 2020-02-24 | 2 | -18/+47 |
* | Initial commit of resolve.c (deps.c replacement) | Joseph Hunkeler | 2020-02-24 | 2 | -4/+55 |
* | Remove deps.c | Joseph Hunkeler | 2020-02-24 | 1 | -223/+0 |
* | Move exists() from deps.h to fs.h | Joseph Hunkeler | 2020-02-24 | 3 | -2/+10 |
* | Metadata: | Joseph Hunkeler | 2020-02-20 | 6 | -11/+45 |
* | Fix increment warning | Joseph Hunkeler | 2020-02-19 | 1 | -2/+1 |
* | Finish removing find_package calls: | Joseph Hunkeler | 2020-02-19 | 3 | -17/+15 |
* | Update cmake configs | Joseph Hunkeler | 2020-02-18 | 4 | -6/+33 |
* | Decrease verbosity during installation (unless requested) | Joseph Hunkeler | 2020-02-18 | 1 | -10/+18 |
* | Allow compilation on OSX. Not much else I assume | Joseph Hunkeler | 2020-02-18 | 6 | -4/+22 |
* | Add missing formatter strings | Joseph Hunkeler | 2020-02-18 | 2 | -2/+2 |
* | Rework dependency scanning: | Joseph Hunkeler | 2020-02-18 | 9 | -57/+105 |
* | Refactor continues: | Joseph Hunkeler | 2020-02-17 | 16 | -144/+222 |
* | Implement ManifestList: | Joseph Hunkeler | 2020-02-13 | 3 | -26/+132 |
* | Initial commit of spmbuild | Joseph Hunkeler | 2020-02-13 | 1 | -0/+343 |
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 5 | -17/+62 |
* | Add get_package_ext and check_rt_env command interfaces | Joseph Hunkeler | 2020-02-11 | 1 | -2/+31 |
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 20 | -283/+352 |
* | Do not modify PATH anymore | Joseph Hunkeler | 2020-02-10 | 1 | -13/+2 |
* | Clean up record allocation | Joseph Hunkeler | 2020-02-10 | 1 | -3/+1 |
* | Fix RPATH generation: | Joseph Hunkeler | 2020-02-10 | 1 | -28/+34 |
* | Add relocate_auto() | Joseph Hunkeler | 2020-02-10 | 3 | -40/+53 |
* | Match more possible mime types | Joseph Hunkeler | 2020-02-10 | 1 | -1/+1 |
* | Add a few comments | Joseph Hunkeler | 2020-02-10 | 1 | -0/+5 |
* | Add shlib.c to build | Joseph Hunkeler | 2020-02-07 | 1 | -1/+1 |
* | Fix missing equals in -rpath argument | Joseph Hunkeler | 2020-02-07 | 1 | -1/+1 |