aboutsummaryrefslogtreecommitdiff
path: root/src/manifest.c
Commit message (Collapse)AuthorAgeFilesLines
* Groundhog day 2Joseph Hunkeler2020-01-221-2/+15
|
* groundhog dayJoseph Hunkeler2020-01-211-22/+170
|
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-5/+5
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-10/+10
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-13/+21
|
* Fixes:Joseph Hunkeler2019-12-281-3/+27
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Version matching and package searchingJoseph Hunkeler2019-12-261-10/+39
|
* Remove leftover range checkJoseph Hunkeler2019-12-231-1/+1
|
* Implement basic package manifestJoseph Hunkeler2019-12-211-38/+119
|
* Add manifest_generate()Joseph Hunkeler2019-12-201-0/+92
|
* Add expandpath()Joseph Hunkeler2019-12-201-0/+4