cmake: Add MinGW DLL Prefix Workaround
[platform/upstream/cmocka.git] / src /
2016-02-10 Joseph Atescmocka: Add will_return_maybe() for ignoring mock returns
2016-02-10 Joseph Atescmocka: Fix indentation
2016-02-10 Emil Velikovcmocka: Include strings.h for strcasecmp
2016-02-10 Andreas Schneidercmocka: Print group setup and teardown errors
2015-12-18 Joseph Atescmocka: Add support to verify call ordering
2015-10-05 Andreas Schneidersrc: Fix some compiler warnings
2015-09-30 Andreas Schneidersrc: Use variable name for accessing the array elements
2015-09-23 Pawel Szewczykcmocka: Allow to pass initial data to test cases
2015-09-14 Andreas Schneidersrc: Simplify exception_handler()
2015-09-14 Jonathon ReinhartUse sigsetjmp()/siglongjmp() when available
2015-09-09 Andreas Schneidersrc: Improve error reporting with cmocka default output
2015-09-07 Andreas Schneidersrc: Filter out invalid tests.
2015-07-07 Andreas Schneiderdef: Add missing cmocka_set_message_output symbol
2015-05-11 Pawel Szewczykcmocka: Print skipped tests in group summary
2015-05-11 Ellie Timoneycmocka: Add subtests for groups using TAP output
2015-03-02 Niels de Voscmocka: realloc(ptr, 0) should act as free(ptr)
2015-02-12 Jakub Hrozekcmocka: Include cmocka_private.h after cmocka.h
2015-02-12 Andreas Schneidercmake: Always set correct output name.
2015-02-12 Andreas Schneiderinclude: Correctly include signal.h
2015-02-12 Andreas Schneidercmake: Fix executing test examples on Windows.
2015-02-12 Andreas Schneiderinclude: Fix warning for missing __WORDSIZE
2015-02-11 Andreas Schneidercmocka: Cast correctly to errno type
2015-02-11 Andreas Schneiderinclude: Add missing functions for Visual Studio.
2015-02-11 Andreas Schneiderdef: Export missing symbols on Windows.
2015-02-11 Andreas Schneidercmocka: Fix possible test state issues
2015-02-10 Andreas Schneidercmocka: Fix a double free in cmprintf_tap()
2015-02-10 Andreas Schneidercmocka: Initialize group_state in _cmocka_run_group_tests()
2015-02-10 Andreas Schneidercmocka: Fix printf integer formats.
2015-02-10 Andreas Schneidercmocka: Add printf attribute checking for vcm_print_error()
2015-02-10 Andreas Schneidercmocka: Check if 'struct timespec' is available.
2015-02-10 Andreas Schneidercmocka: Only handle SIGBUS and SIGSYS if the system...
2015-02-10 Andreas Schneidercmocka: Fix length calculation.
2015-02-10 Andreas Schneidercmocka: Allow include of cmocka_platform.h
2015-02-10 Jakub Hrozekcmocka: Add a newline to subunit error output
2015-02-10 Jakub Hrozekcmocka: Print test errors directly to make them include...
2015-02-09 Jakub Hrozekcmocka: Add support for skipping a test
2015-02-09 Andreas Schneidercmocka: Add Test Anything Protocol message output
2015-02-09 Jakub Hrozekcmocka: Add support for xunit reports
2015-02-08 Jakub Hrozekcmocka: Add subunit message output type
2015-02-08 Jakub Hrozekcmocka: Add a function to select the message output...
2015-02-08 Jakub Hrozekcmocka: Add new message printing formatter for testcases
2015-02-08 Andreas Schneidercmocka: Add support to print errors into a buffer.
2015-02-08 Andreas Schneidercmocka: Add correct checks for clock_gettime().
2015-02-08 Andreas Schneidercmocka: Implement a new test runner.
2015-02-08 Jakub Hrozekcmocka: Add explicit libc_alloc, realloc, free
2015-02-08 Andreas Schneidercmocka: Add a test_realloc() function.
2015-02-08 Andreas Schneidercmocka: Allow test_free() to deal with NULL pointers.
2015-02-08 Andreas Schneidercmocka: Make global variables thread local.
2015-02-08 Andreas Schneidercmocka: Use ARRAY_SIZE everywhere.
2015-02-08 Andreas Schneidercmocka: Fix setting size_of_set in expect_set().
2014-07-28 Emil Velikovcmocka: do not use # with the %p printf modifier
2014-07-28 Emil Velikovcmocka: use ISO C99 PRIu64 over LargestIntegralTypePrin...
2014-07-23 Emil Velikovcmocka: introduce LargestIntegralTypePrintfUnsignedForm...
2014-07-23 Emil Velikovcmocka: use %p to printf a pointer
2014-04-15 Andreas Schneidercmocka: Fix type of number_of_test_states which can...
2014-04-15 Sebastian DrögeCorrectly report the number of tests without the number...
2014-04-15 Andreas Schneidercmocka: Add CMOCKA_TEST_ABORT env variable to leave...
2014-04-11 Andreas Schneidercmocka: Add support for test groups.
2014-03-03 Lukas SlebodnikTest should not be run if setup function fails
2014-02-21 Lukas SlebodnikEnable warning Wundef
2013-12-23 Andreas Schneidercmocka: Add assert_return_code().
2013-12-11 Andreas Schneidercmocka: Print better message for exceptions.
2013-09-16 Aleksandr VinokurovFix GTest and GCC message style conformance
2013-07-10 Andreas Schneidersrc: Fix a typo.
2013-07-10 Andreas Schneidersrc: Fix ValuePointer conversion on 32bit big endian.
2013-01-17 Andreas Schneiderfile: Remove execute bits of C files.
2012-10-19 Andreas Schneidercmocka: Make teardown_testing() static.
2012-10-19 Andreas Schneidercmocka: Use C style comments.
2012-10-19 Andreas Schneidercmocka: Add a missing space in tests output.
2012-10-16 Andreas Schneidercmocka: Add a missing space in tests output.
2012-10-15 Andreas Schneidercmake: Add a check for strsignal().
2012-10-15 Andreas Schneiderexample: Move examples to top level dir.
2012-10-15 Andreas Schneiderinclude: Move include dir to top level.
2012-10-15 Andreas Schneidercmocka: Fix a build warning on x86.
2012-10-12 Andreas Schneidercmake: Mark failing tests as passed.
2012-10-12 Andreas Schneiderexample: Fix 64bit problems in product_database_test.
2012-10-12 Andreas Schneiderexample: Fix casting on 64bit platforms.
2012-10-12 Andreas Schneiderinclude: Fix casting on 64bit platforms.
2012-10-12 Andreas Schneiderexample: Fix build warnings for assert_module test.
2012-10-12 Andreas Schneidercmake: Build assert_module_test.
2012-10-10 Andreas Schneiderinclude: Fix build on OpenIndiana.
2012-10-10 Andreas Schneiderinclude: Correctly detect uintptr_t size on Linux.
2012-10-09 Andreas Schneidercmake: Add ctest support.
2012-10-09 Andreas Schneidercmake: Add an option to turn on unit testing.
2012-06-25 Andreas Schneiderexamples: Fix warnings of allocate_module_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of assert_macro_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of calculator_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of customer_database.
2012-06-25 Andreas Schneiderexamples: Fix warnings of customer_database_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of key_value_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of product_database_test.
2012-06-25 Andreas Schneiderlib: Use discard_const for casting.
2012-06-25 Andreas Schneiderheader: Add cmocka_private header with useful macros.
2012-06-25 Andreas Schneiderheader: Add printf attribute checking for vprint functions.
2012-06-25 Andreas Schneiderlib: Fix printf with size_t.
2012-06-25 Andreas Schneiderlib: Fix printf warnings.
2012-06-25 Andreas Schneiderheader: Add printf attribute checking with gcc.
2012-06-14 Andreas Schneiderinclude: Use C style comments.
2012-06-14 Andreas SchneiderRename cmokery to cmocka for a fork.
2011-08-12 Andreas Schneiderbuild: Export global_last_failed_assert.
next