aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-227/+0
| | | | possible
* Fix off-by-one error in config parserJoseph Hunkeler2020-02-281-14/+29
|
* Use StrList for array handlingJoseph Hunkeler2020-02-041-2/+4
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-1/+2
|
* Minor fixes:Joseph Hunkeler2019-12-291-3/+27
| | | | | | * 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-1/+23
|
* Fixes:Joseph Hunkeler2019-12-281-1/+1
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Refactor project structureJoseph Hunkeler2019-12-181-0/+163