aboutsummaryrefslogtreecommitdiff
path: root/include/deps.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish removing find_package calls:Joseph Hunkeler2020-02-191-2/+2
| | | | * Add a root search path to dependency functions
* Rework dependency scanning:Joseph Hunkeler2020-02-181-1/+1
| | | | | | | | | * Stop resolving dependencies during manifest creation * Resolve dependencies by path * Die on failure to resolve * Fixed an off-by-one error in manifest_read * Add CLI argument -M|--override-manifest to disable default manifest(s) * Clean up expandpath() a bit
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+20
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header