aboutsummaryrefslogtreecommitdiff
path: root/include/version_spec.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct type to support large return by version_from()Joseph Hunkeler2020-05-241-1/+1
|
* Add version type and functions:Joseph Hunkeler2020-05-241-8/+14
| | | | | | * 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-1/+7
|
* Add .circleci/config.ymlJoseph Hunkeler2020-03-251-1/+1
|
* doxygen: add missing @file to each headerJoseph Hunkeler2020-03-181-0/+3
|
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+21
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header