aboutsummaryrefslogtreecommitdiff
path: root/src/find.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-151/+0
| | | | possible
* Refactor continues:Joseph Hunkeler2020-02-171-1/+1
| | | | | | | | | * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface
* Begin refactoring to support multiple manifests:Joseph Hunkeler2020-02-131-1/+4
| | | | | * Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments
* SEAD - memory leaksJoseph Hunkeler2020-01-301-20/+8
|
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-1/+1
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-1/+4
| | | | | | * 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.
* Refactor project structureJoseph Hunkeler2019-12-181-0/+154