Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct type to support large return by version_from() | Joseph Hunkeler | 2020-05-24 | 1 | -1/+1 |
| | |||||
* | Add version type and functions: | Joseph Hunkeler | 2020-05-24 | 1 | -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 agnostic | Joseph Hunkeler | 2020-05-21 | 1 | -1/+7 |
| | |||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | doxygen: add missing @file to each header | Joseph Hunkeler | 2020-03-18 | 1 | -0/+3 |
| | |||||
* | Refactor project structure: | Joseph Hunkeler | 2020-02-11 | 1 | -0/+21 |
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header |