Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add install_name_tool and Darwin specific branches | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
| | |||||
* | doxygen: add missing @file to each header | Joseph Hunkeler | 2020-03-18 | 1 | -0/+3 |
| | |||||
* | Refactor RPATH creation: | Joseph Hunkeler | 2020-03-07 | 1 | -3/+4 |
| | | | | | | | | * 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 | ||||
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 1 | -0/+12 |
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header |