Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change fstree signature | Joseph Hunkeler | 2020-01-22 | 1 | -5/+7 |
| | | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h | ||||
* | Groundhog day 2 | Joseph Hunkeler | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | groundhog day | Joseph Hunkeler | 2020-01-21 | 1 | -9/+26 |
| | |||||
* | Add runtime environment manipulation routines | Joseph Hunkeler | 2020-01-14 | 1 | -3/+42 |
| | |||||
* | Update README.md | Joseph Hunkeler | 2019-12-31 | 1 | -0/+5 |
| | | | | * Add environment.c | ||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -0/+1 |
| | | | | | | | * Verbosity++ * If no requirements are present do not to report we are installing some * Redirect all shell output to stderr (need a better way) * implemented file_is_binexec() to avoid running patchelf on generic data files | ||||
* | Fix inane compiler warnings | Joseph Hunkeler | 2019-12-30 | 1 | -5/+3 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -2/+3 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Fixes: | Joseph Hunkeler | 2019-12-28 | 1 | -0/+3 |
| | | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. | ||||
* | Started work on build helper functions | Joseph Hunkeler | 2019-12-28 | 1 | -0/+27 |
| | |||||
* | Listing packages and printing banners | Joseph Hunkeler | 2019-12-26 | 1 | -0/+2 |
| | |||||
* | Version matching and package searching | Joseph Hunkeler | 2019-12-26 | 1 | -7/+17 |
| | |||||
* | Add version_spec.c | Joseph Hunkeler | 2019-12-24 | 1 | -0/+8 |
| | |||||
* | Implement basic package manifest | Joseph Hunkeler | 2019-12-21 | 1 | -1/+12 |
| | |||||
* | Add new prototypes and structures | Joseph Hunkeler | 2019-12-20 | 1 | -0/+21 |
| | |||||
* | Clean up a little bit. | Joseph Hunkeler | 2019-12-19 | 1 | -0/+1 |
| | |||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+181 |