Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SPM_GLOBAL.repo_target string usage out of mirror_clone | Joseph Hunkeler | 2020-06-22 | 1 | -6/+43 |
| | | | | * Assign targets from inside spm.c instead of external manifest/mirror functions | ||||
* | Finalize flags | Joseph Hunkeler | 2020-06-07 | 1 | -5/+18 |
| | |||||
* | Improve mkmanifest interface: | Joseph Hunkeler | 2020-06-07 | 1 | -24/+82 |
| | | | | | | * Accept -p|--platform argument * Fall back to SPMGLOBAL if no platform is defined * Accept multiple manifest paths, and targets | ||||
* | Bsdtar (#42) | Joseph Hunkeler | 2020-06-04 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Adjust compilation flags for Darwin | Joseph Hunkeler | 2020-05-06 | 1 | -2/+7 |
| | |||||
* | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 1 | -2/+2 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -0/+6 |
| | | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause() | ||||
* | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Use getenv_pair() to construct a basic runtime environment | Joseph Hunkeler | 2020-03-27 | 1 | -1/+55 |
| | |||||
* | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+401 |
possible |