This website requires JavaScript.
Explore
Help
Sign In
marko
/
semver
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aecbc92030bd3a563b9e24a1cdb477876ba2d5c4
semver
/
test
T
History
Marko Zivanovic
aecbc92030
Clean-up code to satisfy GCC's pedantic mode requirements. Add fix for Clang not working with GCC 5 C++ library (
https://llvm.org/bugs/show_bug.cgi?id=23529
)
2015-11-25 15:22:13 +01:00
..
clang_fixes.cpp
Clean-up code to satisfy GCC's pedantic mode requirements. Add fix for Clang not working with GCC 5 C++ library (
https://llvm.org/bugs/show_bug.cgi?id=23529
)
2015-11-25 15:22:13 +01:00
CMakeLists.txt
Clean-up code to satisfy GCC's pedantic mode requirements. Add fix for Clang not working with GCC 5 C++ library (
https://llvm.org/bugs/show_bug.cgi?id=23529
)
2015-11-25 15:22:13 +01:00
semver200_comparator_tests.cpp
Clean-up code to satisfy GCC's pedantic mode requirements. Add fix for Clang not working with GCC 5 C++ library (
https://llvm.org/bugs/show_bug.cgi?id=23529
)
2015-11-25 15:22:13 +01:00
semver200_parser_tests.cpp
Improve compatibility with older compilers (GCC 4.8); Fix bug with string comparison; Improve compatibility with different Boost versions (testing).
2015-10-09 11:28:55 +02:00
semver200_parser_util.h
Comments improvements; minor header files cleanup.
2015-10-13 21:05:24 +02:00
semver200_version_tests.cpp
Move inline definitions out of the main header file; Add accessors for version field.
2015-10-12 23:59:23 +02:00