Closed
Milestone
v.0.5.0
Features:
- introduced new interface-library
libClaPP_SANITIZER
and removed interface-libraryClaPP_OPTIONS
. - introduced new
cmake-files cmake/gsl.cmake
andcmake/gtest.cmake
. - GSL and gtest are now included via CMake-
find_package
(and not viapkg_check_modules
). - introduced CMake-alias-library
libClaPP::clapp
. - added support for CMake-package-install.
- added usage-examples (see folder
usage
). - changed CMake
message()
calls tomessage(STATUS)
. - added more
nodiscard
to functions/methods if applicable. - set CMake
PROPERTY SOVERSION
for targetclapp
to${libClaPP_VERSION_MAJOR}.${libClaPP_VERSION_MINOR}
.
Fixes:
- fixed install of missing
parser_container.h*
-headers. - fixed pedantic-compiler flag-whitelist required for the GSL.
Loading
Loading
Loading
Loading