aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Change fstree signatureJoseph Hunkeler2020-01-221-5/+7
| | | | | Change strstr_array return type to char* Re-add and reorder a few prototypes in spm.h
* Groundhog day 2Joseph Hunkeler2020-01-221-1/+1
|
* groundhog dayJoseph Hunkeler2020-01-212-10/+29
|
* Add runtime environment manipulation routinesJoseph Hunkeler2020-01-141-3/+42
|
* Update README.mdJoseph Hunkeler2019-12-311-0/+5
| | | | * Add environment.c
* FixesJoseph Hunkeler2019-12-301-0/+1
| | | | | | | * 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-5/+3
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-2/+3
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-0/+3
| | | | | | | * 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-0/+27
|
* Listing packages and printing bannersJoseph Hunkeler2019-12-261-0/+2
|
* Version matching and package searchingJoseph Hunkeler2019-12-261-7/+17
|
* Add version_spec.cJoseph Hunkeler2019-12-241-0/+8
|
* Add fopen/close/rewind for urlsJoseph Hunkeler2019-12-231-0/+44
|
* Implement basic package manifestJoseph Hunkeler2019-12-211-1/+12
|
* Add new prototypes and structuresJoseph Hunkeler2019-12-201-0/+21
|
* Clean up a little bit.Joseph Hunkeler2019-12-191-0/+1
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+181