Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused rpath detection/creation | Joseph Hunkeler | 2020-06-07 | 1 | -86/+0 |
| | |||||
* | Bsdtar (#42) | Joseph Hunkeler | 2020-06-04 | 1 | -9/+40 |
| | | | | | | | | | | | | | | | | | | | | | * Add docker build image * Use bsdtar * Disable ORIGIN * tar is bsdtar * Use absolute rpath * Replace matched path with destroot+libpath * No RPATH recieves a likely default path * Use RPATH not RUNPATH * Add bsdtar to circleci deps * Replace tar references | ||||
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test | ||||
* | Add install_name_tool and Darwin specific branches | Joseph Hunkeler | 2020-05-01 | 1 | -3/+22 |
| | |||||
* | Add install_name_tool | Joseph Hunkeler | 2020-04-29 | 1 | -57/+38 |
| | | | | * Begin refactoring to support macos more easily | ||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+303 |
possible |