Library for parsing and comparing semver versioning
Find a file
Nathan Fisher 0606189269 Make parsePreRelease copy the original string into a fixed width
buffer so it avoids modifying the original string via `strntok` or
similar
2024-02-12 12:20:29 -05:00
include Progress on parse functions. TODO - parseGitRev 2024-02-12 10:56:26 -05:00
test Add two tests 2024-02-12 00:15:00 -05:00
.gitignore Initial Commit 2024-02-10 00:48:59 -05:00
compile_flags.txt Initial Commit 2024-02-10 00:48:59 -05:00
config.mk Add two tests 2024-02-12 00:15:00 -05:00
Makefile Initial Commit 2024-02-10 00:48:59 -05:00
semver.c Make parsePreRelease copy the original string into a fixed width 2024-02-12 12:20:29 -05:00