Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deps.c | Joseph Hunkeler | 2020-02-24 | 1 | -223/+0 |
* | Metadata: | Joseph Hunkeler | 2020-02-20 | 4 | -8/+8 |
* | Fix increment warning | Joseph Hunkeler | 2020-02-19 | 1 | -2/+1 |
* | Finish removing find_package calls: | Joseph Hunkeler | 2020-02-19 | 2 | -15/+13 |
* | Update cmake configs | Joseph Hunkeler | 2020-02-18 | 1 | -6/+0 |
* | 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 | 3 | -3/+14 |
* | Add missing formatter strings | Joseph Hunkeler | 2020-02-18 | 2 | -2/+2 |
* | Rework dependency scanning: | Joseph Hunkeler | 2020-02-18 | 6 | -54/+102 |
* | Refactor continues: | Joseph Hunkeler | 2020-02-17 | 12 | -115/+160 |
* | Implement ManifestList: | Joseph Hunkeler | 2020-02-13 | 2 | -26/+119 |
* | Begin refactoring to support multiple manifests: | Joseph Hunkeler | 2020-02-13 | 4 | -17/+58 |
* | 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 | 2 | -1/+2 |
* | 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 | 2 | -40/+52 |
* | 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 |
* | Use libraries associated with a program to determine lib directory | Joseph Hunkeler | 2020-02-07 | 1 | -5/+21 |
* | Initial commit of shlib interface | Joseph Hunkeler | 2020-02-07 | 1 | -0/+72 |
* | Reorganize calloc arguments | Joseph Hunkeler | 2020-02-07 | 1 | -1/+1 |
* | Fix segfault when --install had no arguments | Joseph Hunkeler | 2020-02-07 | 1 | -4/+6 |
* | Add normalize_space | Joseph Hunkeler | 2020-02-05 | 1 | -0/+53 |
* | Update search pattern due to file-5.38 changes | Joseph Hunkeler | 2020-02-05 | 1 | -2/+4 |
* | Recombine elements of pair[1..N] into a single string | Joseph Hunkeler | 2020-02-05 | 1 | -5/+15 |
* | Replace packages array with StrList | Joseph Hunkeler | 2020-02-04 | 1 | -30/+23 |
* | Bugfix: Improper quotes around string containing "$" | Joseph Hunkeler | 2020-02-04 | 1 | -2/+1 |
* | Consolidate redundant code | Joseph Hunkeler | 2020-02-04 | 1 | -15/+33 |
* | Transition away from find_package | Joseph Hunkeler | 2020-02-04 | 1 | -3/+26 |
* | Stop using find_package | Joseph Hunkeler | 2020-02-04 | 1 | -1/+1 |
* | Implement mkruntime interface | Joseph Hunkeler | 2020-02-04 | 1 | -0/+62 |
* | Use StrList for array handling | Joseph Hunkeler | 2020-02-04 | 3 | -45/+33 |
* | Initial commit of strlist.[c,h] | Joseph Hunkeler | 2020-02-04 | 1 | -0/+24 |
* | Add handlers to cmake | Joseph Hunkeler | 2020-01-31 | 1 | -1/+1 |
* | Initial commit of generic array handler code | Joseph Hunkeler | 2020-01-31 | 1 | -0/+309 |
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 12 | -46/+68 |
* | Fix more memory leaks: | Joseph Hunkeler | 2020-01-28 | 5 | -14/+39 |
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 10 | -44/+25 |
* | Bug fixes: | Joseph Hunkeler | 2020-01-27 | 3 | -16/+45 |
* | Fix some buffer overflows, add a few more | Joseph Hunkeler | 2020-01-27 | 6 | -16/+187 |
* | Begin hooking up version spec function(s) to installation | Joseph Hunkeler | 2020-01-24 | 3 | -27/+62 |
* | fstree() now accepts filter modes SPM_FSTREE_FLT_{NONE,CONTAINS,ENDSWITH,STAR... | Joseph Hunkeler | 2020-01-23 | 3 | -34/+55 |
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 4 | -11/+15 |
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 4 | -3/+70 |
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 5 | -384/+723 |
* | Add runtime environment manipulation routines | Joseph Hunkeler | 2020-01-14 | 2 | -21/+385 |