Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix segfault caused by freeing records for no reason: | Joseph Hunkeler | 2020-03-26 | 1 | -6/+6 |
| | | | | * split() returns the input string when no delimiters are found | ||||
* | Bugfix: Replace char &reference with const char[] string. | Joseph Hunkeler | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | Fix a few memory leaks: | Joseph Hunkeler | 2020-03-25 | 1 | -3/+13 |
| | | | | * Cannot free array of manifests successfully though... TODO | ||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 1 | -6/+6 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+668 |
possible |