Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix RPATH generation: | Joseph Hunkeler | 2020-02-10 | 1 | -28/+34 |
| | | | | | * Continue processing if a lib directory does not contain NEEDED libraries * Clean up a few allocations | ||||
* | Use libraries associated with a program to determine lib directory | Joseph Hunkeler | 2020-02-07 | 1 | -5/+21 |
| | |||||
* | Bugfix: Improper quotes around string containing "$" | Joseph Hunkeler | 2020-02-04 | 1 | -2/+1 |
| | |||||
* | SEAD - memory leaks | Joseph Hunkeler | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Remove md5sum function | Joseph Hunkeler | 2020-01-28 | 1 | -0/+5 |
| | | | | * Fix a few glaring memory leaks | ||||
* | bugfix: return empty string if binary has no prior RPATH defined | Joseph Hunkeler | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Fixes | Joseph Hunkeler | 2019-12-30 | 1 | -1/+7 |
| | | | | | | | * 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 | -16/+30 |
| | | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set" | ||||
* | Minor fixes: | Joseph Hunkeler | 2019-12-29 | 1 | -8/+8 |
| | | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks | ||||
* | Documentation (and stubs) | Joseph Hunkeler | 2019-12-28 | 1 | -0/+6 |
| | |||||
* | 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. | ||||
* | Refactor project structure | Joseph Hunkeler | 2019-12-18 | 1 | -0/+233 |