include: Add missing functions for Visual Studio.
[platform/upstream/cmocka.git] / src / cmocka.c
2015-02-11 Andreas Schneiderinclude: Add missing functions for Visual Studio.
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 Schneidercmocka: Fix a build warning on x86.
2012-06-25 Andreas Schneiderlib: Use discard_const for casting.
2012-06-25 Andreas Schneiderlib: Fix printf with size_t.
2012-06-25 Andreas Schneiderlib: Fix printf warnings.
2012-06-14 Andreas SchneiderRename cmokery to cmocka for a fork.