aboutsummaryrefslogtreecommitdiff
path: root/src/version_spec.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a few commentsJoseph Hunkeler2020-02-101-0/+5
|
* Consolidate redundant codeJoseph Hunkeler2020-02-041-15/+33
|
* Begin hooking up version spec function(s) to installationJoseph Hunkeler2020-01-241-0/+24
|
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-4/+4
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-15/+10
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Fixes:Joseph Hunkeler2019-12-281-0/+47
| | | | | | | * 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-3/+107
|
* Add version_spec.cJoseph Hunkeler2019-12-241-0/+194