aboutsummaryrefslogtreecommitdiff
path: root/src/install.c
Commit message (Collapse)AuthorAgeFilesLines
* Multiple things:Joseph Hunkeler2020-02-261-24/+44
| | | | | | | | * Add strdup_array() * Begin consolidating spm root information into SPM_Hierarchy * Begin consolidating metadata * Begin trimming repeated code (mostly file reading) * Store information about installed packages under [root]/var/db/records
* Refactor installation:Joseph Hunkeler2020-02-251-37/+167
| | | | | | | | * install() accepts a temporary directory as an argument * Add install_package_record() * Add is_installed() * Add do_install() wrapper * Use spm_user_yesno() before installation
* Add install_show_package()Joseph Hunkeler2020-02-241-0/+9
|
* 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