summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07Bump version to 1.1.1cmocka-1.1.1Andreas Schneider1-2/+2
2016-09-21Bump version to 1.1.0Andreas Schneider1-3/+3
2016-02-10cmake: Add MinGW DLL Prefix WorkaroundJoseph Ates1-0/+5
CMake assigns "lib" as the prefix to shared libraries on MinGW GCC, but MinGW does not expect such a prefix when linking to DLLs. By setting, CMAKE_SHARED_LIBRARY_PREFIX to "" the example tests were able to run with the exception of the calculator_test which segfaults (SIGSEGV) on the setjmp in test_divide_by_zero. This fault is specific to MinGW and does not occur within runs on Cygwin or Visual Studio. calculator_test was enabled only for static linking on MinGW Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-02-10cmocka: Add VS2015 supportJoseph Ates1-0/+1
Visual Studio now includes support for vsnprintf and snprintf but does so as an inline functions. check_symbol_exists is used to check for its existence within stdio. [3] All tests are passing when run from within the IDE or via NMake. Command line builds via msbuild seem to error for the first few example tests. Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2015-03-12Bump version to 1.0.1Andreas Schneider1-2/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-16Bump version to 1.0.0.Andreas Schneider1-4/+4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2014-08-07cmake: Use standard cmake variables in CMakeLists.txt.Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2014-05-22Bump version to 0.4.1.Andreas Schneider1-2/+2
2014-05-22cmake: Fix cmocka cmake-config files.Andreas Schneider1-5/+7
2014-04-16cmake: Install cmake config to the correct directory.Andreas Schneider1-1/+1
2014-04-11Bump version to 0.4.0.Andreas Schneider1-3/+3
2014-01-20cmake: Add cmake config mode support.Andreas Schneider1-0/+13
2013-12-23cmake: Run examples in 'make test' too.Andreas Schneider1-1/+2
2013-12-23tests: Add test_assert_macros.Andreas Schneider1-5/+4
2013-07-24cmake: Bump version number and so version.Andreas Schneider1-2/+2
2013-07-10cmake: Bump version to 0.3.1.Andreas Schneider1-2/+2
2013-06-04Add cmocka-0.3.0 changes to ChangeLog.Andreas Schneider1-2/+2
2013-02-11cmake: Add pkgconfig file.Andreas Schneider1-0/+11
2012-10-15cmake: Add missing inclue dir.Andreas Schneider1-0/+1
2012-10-15cmake: Add API documentation support using doxygen.Andreas Schneider1-1/+1
2012-10-15example: Move examples to top level dir.Andreas Schneider1-0/+3
2012-10-09cmake: Set version number to 0.2.0.Andreas Schneider1-3/+3
2012-10-09cmake: Add ctest support.Andreas Schneider1-0/+4
2012-06-14Rename cmokery to cmocka for a fork.Andreas Schneider1-1/+1
2011-05-31build: Added CPack config for source and binary generators.Andreas Schneider1-1/+1
2011-05-31build: Added option to build with static library.Andreas Schneider1-1/+1
2011-05-31build: Added CMake build of cmockery.Andreas Schneider1-0/+48