aboutsummaryrefslogtreecommitdiff
path: root/lib/manifest.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault caused by freeing records for no reason:Joseph Hunkeler2020-03-261-6/+6
| | | | * split() returns the input string when no delimiters are found
* Bugfix: Replace char &reference with const char[] string.Joseph Hunkeler2020-03-251-2/+2
|
* Fix a few memory leaks:Joseph Hunkeler2020-03-251-3/+13
| | | | * Cannot free array of manifests successfully though... TODO
* Add .circleci/config.ymlJoseph Hunkeler2020-03-251-6/+6
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+668
possible