aboutsummaryrefslogtreecommitdiff
path: root/lib/version_spec.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct type to support large return by version_from()Joseph Hunkeler2020-05-241-7/+7
|
* Fix leakJoseph Hunkeler2020-05-241-0/+1
|
* Add version type and functions:Joseph Hunkeler2020-05-241-304/+103
| | | | | | * struct Version * version_{init,read,free} * version_from() now wraps new functions to return a uint64_t
* Rewrite version_from() to be input agnosticJoseph Hunkeler2020-05-211-7/+137
|
* Clean up find_by_strspecJoseph Hunkeler2020-04-141-20/+11
|
* Fix segfault caused by freeing records for no reason:Joseph Hunkeler2020-03-261-2/+3
| | | | * split() returns the input string when no delimiters are found
* Add .circleci/config.ymlJoseph Hunkeler2020-03-251-2/+2
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+445
possible