Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-07 | Bump version to 1.1.1cmocka-1.1.1 | Andreas Schneider | 1 | -2/+2 | |
2016-09-21 | Bump version to 1.1.0 | Andreas Schneider | 1 | -3/+3 | |
2016-02-10 | cmake: Add MinGW DLL Prefix Workaround | Joseph Ates | 1 | -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-10 | cmocka: Add VS2015 support | Joseph Ates | 1 | -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-12 | Bump version to 1.0.1 | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-02-16 | Bump version to 1.0.0. | Andreas Schneider | 1 | -4/+4 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2014-08-07 | cmake: Use standard cmake variables in CMakeLists.txt. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2014-05-22 | Bump version to 0.4.1. | Andreas Schneider | 1 | -2/+2 | |
2014-05-22 | cmake: Fix cmocka cmake-config files. | Andreas Schneider | 1 | -5/+7 | |
2014-04-16 | cmake: Install cmake config to the correct directory. | Andreas Schneider | 1 | -1/+1 | |
2014-04-11 | Bump version to 0.4.0. | Andreas Schneider | 1 | -3/+3 | |
2014-01-20 | cmake: Add cmake config mode support. | Andreas Schneider | 1 | -0/+13 | |
2013-12-23 | cmake: Run examples in 'make test' too. | Andreas Schneider | 1 | -1/+2 | |
2013-12-23 | tests: Add test_assert_macros. | Andreas Schneider | 1 | -5/+4 | |
2013-07-24 | cmake: Bump version number and so version. | Andreas Schneider | 1 | -2/+2 | |
2013-07-10 | cmake: Bump version to 0.3.1. | Andreas Schneider | 1 | -2/+2 | |
2013-06-04 | Add cmocka-0.3.0 changes to ChangeLog. | Andreas Schneider | 1 | -2/+2 | |
2013-02-11 | cmake: Add pkgconfig file. | Andreas Schneider | 1 | -0/+11 | |
2012-10-15 | cmake: Add missing inclue dir. | Andreas Schneider | 1 | -0/+1 | |
2012-10-15 | cmake: Add API documentation support using doxygen. | Andreas Schneider | 1 | -1/+1 | |
2012-10-15 | example: Move examples to top level dir. | Andreas Schneider | 1 | -0/+3 | |
2012-10-09 | cmake: Set version number to 0.2.0. | Andreas Schneider | 1 | -3/+3 | |
2012-10-09 | cmake: Add ctest support. | Andreas Schneider | 1 | -0/+4 | |
2012-06-14 | Rename cmokery to cmocka for a fork. | Andreas Schneider | 1 | -1/+1 | |
2011-05-31 | build: Added CPack config for source and binary generators. | Andreas Schneider | 1 | -1/+1 | |
2011-05-31 | build: Added option to build with static library. | Andreas Schneider | 1 | -1/+1 | |
2011-05-31 | build: Added CMake build of cmockery. | Andreas Schneider | 1 | -0/+48 | |