|
From: Branden A. <b.m...@gm...> - 2019-10-23 14:56:06
|
Hi, This release adds additional support for CMake, along with a few other small improvements. The release can be found on GitHub at: https://github.com/libcheck/check/releases Please test it out and report any problems you may have. Change summary: - configure: optional build documentation Issue #206 <https://github.com/libcheck/check/issues/206> (GitHub) - missing <unistd.h> in some files Issue #196 <https://github.com/libcheck/check/issues/196> and Issue #186 <https://github.com/libcheck/check/issues/186> (GitHub) - Various documentation improvements - END_TEST is now optional, as how START_TEST works has been redone Issue #158 <https://github.com/libcheck/check/pull/158> - Various CMake related changes: - Support exporting Check to other projects with CMake 3 Issue #185 <https://github.com/libcheck/check/pull/185> - Shared library support for Visual Studio Issue #220 <https://github.com/libcheck/check/pull/220> - Fix wrong library filename Issue #226 <https://github.com/libcheck/check/pull/226> - Add support for CMake package registry Issue #227 <https://github.com/libcheck/check/pull/227> - CMake build type can now be debug or release Issue #228 <https://github.com/libcheck/check/pull/228> - Add checkmk to CMake build. - Branden |