aboutsummaryrefslogtreecommitdiff
path: root/src/deps.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove deps.cJoseph Hunkeler2020-02-241-223/+0
|
* Metadata:Joseph Hunkeler2020-02-201-2/+2
| | | | | | | * Add .SPM_FILELIST * Add .SPM_DESCRIPTOR * Add generators for both to spmbuild Add new metadata to runtime and arrays
* Finish removing find_package calls:Joseph Hunkeler2020-02-191-8/+6
| | | | * Add a root search path to dependency functions
* Rework dependency scanning:Joseph Hunkeler2020-02-181-6/+6
| | | | | | | | | * 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
* Clean up record allocationJoseph Hunkeler2020-02-101-3/+1
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-8/+3
|
* Remove md5sum functionJoseph Hunkeler2020-01-281-0/+3
| | | | * Fix a few glaring memory leaks
* groundhog dayJoseph Hunkeler2020-01-211-1/+1
|
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-5/+13
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Documentation (and stubs)Joseph Hunkeler2019-12-281-4/+37
|
* Fixes:Joseph Hunkeler2019-12-281-3/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Make command line argument a thingJoseph Hunkeler2019-12-191-1/+1
|
* Refactor project structureJoseph Hunkeler2019-12-181-0/+188