Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -303/+0 |
| | | | | possible | ||||
* | Shared library search improvement | Joseph Hunkeler | 2020-03-18 | 1 | -2/+1 |
| | | | | | * Define platform dependent SPM_SHLIB_EXTENSION * rpath_libraries_available() uses SPM_SHLIB_EXTENSION | ||||
* | Assign default RPATHs when auto-generated string is empty | Joseph Hunkeler | 2020-03-18 | 1 | -0/+15 |
| | | | | * Increased verbosity shows shell execution | ||||
* | Fix stupid off-by-one bug and remove unnecessary code to calculate an offset | Joseph Hunkeler | 2020-03-10 | 1 | -11/+4 |
| | |||||
* | Refactor RPATH creation: | Joseph Hunkeler | 2020-03-07 | 1 | -96/+94 |
| | | | | | | | | * Decreased complexity * Most rpath_* functions accept a FSTree structure now * Fewer calls to chdir() overall * Deeply nested libraries are detected * Libraries are no longer confined to lib/ and /lib64 | ||||
* | Oh the multilib is killing me | Joseph Hunkeler | 2020-03-04 | 1 | -2/+11 |
| | |||||
* | Break out of scanning loop when a match is discovered | Joseph Hunkeler | 2020-02-25 | 1 | -1/+2 |
| | |||||
* | Refactor continues: | Joseph Hunkeler | 2020-02-17 | 1 | -4/+4 |
| | | | | | | | | | * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface | ||||
* | 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 |