cmocka: use ISO C99 PRIu64 over LargestIntegralTypePrintfUnsignedFormat
[platform/upstream/cmocka.git] / src / cmocka.c
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.