aboutsummaryrefslogtreecommitdiff
path: root/src/install.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor continues:Joseph Hunkeler2020-02-171-11/+9
| | | | | | | | | * 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
* Add relocate_auto()Joseph Hunkeler2020-02-101-40/+3
| | | | * Move relocation code out of install()
* Stop using find_packageJoseph Hunkeler2020-02-041-1/+1
|
* FixesJoseph Hunkeler2019-12-301-1/+35
| | | | | | | * 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 warningsJoseph Hunkeler2019-12-301-2/+10
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-2/+2
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-2/+14
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Started work on build helper functionsJoseph Hunkeler2019-12-281-3/+42
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+63