obnox/cmocka.git
2014-05-29 Michael Adamcmocka: fix doxygen comment for assert_not_in_range() master
2014-05-29 Michael Adamcmocka: fix doxygen comment for assert_in_range()
2014-05-29 Michael Adamcmocka: fix doxygen comment for assert_return_code()
2014-05-22 Andreas SchneiderBump version to 0.4.1.
2014-05-22 Andreas Schneidercmake: Fix cmocka cmake-config files.
2014-05-20 Andreas Schneiderdoc: Improve documentation for fail_msg().
2014-04-16 Andreas Schneidercmake: Install cmake config to the correct directory.
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-15 Andreas Schneidercoverity: Add _assert_return_code model.
2014-04-14 Andreas Schneidercmake: Ignore .ycm_extra_conf.pyc.
2014-04-11 Andreas Schneiderdoc: Document the group functions.
2014-04-11 Sebastian Drögeinclude: Fix count parameter of expect_check() macro
2014-04-11 Andreas SchneiderBump version to 0.4.0.
2014-04-11 Andreas Schneidercmocka: Define inline if not defined with MSVC.
2014-04-11 Andreas SchneiderAdd YouCompleteMe config.
2014-04-11 Andreas Schneidertests: Add test_group_fixtures.
2014-04-11 Andreas Schneidercmocka: Add support for test groups.
2014-04-10 Andreas Schneidercmake: Update UseDoxygen.cmake.
2014-04-10 Andreas Schneidertests: Improve the fixture test.
2014-04-10 Andreas Schneidercmocka: Add a dummy function for setup and teardown.
2014-04-09 Andreas Schneidercmake: Create the compile command database by default.
2014-04-09 Andreas Schneiderdoc: Fix some typos.
2014-03-03 Lukas SlebodnikTest should not be run if setup function fails
2014-03-03 Lukas Slebodnikbasic_test should be run with other CMOCKA_TESTS
2014-02-21 Lukas SlebodnikUse prefix for commonly used macro PRINTF_ATTRIBUTE
2014-02-21 Lukas SlebodnikEnable warning Wundef
2014-02-21 Lukas SlebodnikUse static modifier for temporary_buffer
2014-02-21 Lukas SlebodnikUse better formatting string for printing numbers
2014-01-22 Andreas Schneidercmake: Do not build the chef_wrap example on OSX.
2014-01-20 Andreas Schneidercmake: Add cmake config mode support.
2013-12-24 Andreas Schneidertests: Close the fd in test_assert_macros_fail.
2013-12-23 Andreas SchneiderRevert "tests: Use internal allocation for test_fixtures."
2013-12-23 Andreas Schneidercmocka: Fix typo in the docs.
2013-12-23 Andreas Schneidercmake: Run examples in 'make test' too.
2013-12-23 Andreas Schneidertests: Add test_basics.
2013-12-23 Andreas Schneidertests: Use internal allocation for test_fixtures.
2013-12-23 Andreas Schneidertests: Add test_fixtures.
2013-12-23 Andreas Schneidertests: Add test_exception_handler_fail.
2013-12-23 Andreas Schneidertests: Add test_assert_macros_fail.
2013-12-23 Andreas Schneidertests: Add test_assert_macros.
2013-12-23 Andreas Schneidercmocka: Add assert_return_code().
2013-12-21 Andreas Schneiderexample: Define UNIT_TESTING in run_tests.c.
2013-12-21 Andreas Schneidercmake: Fix calling the assert_module test.
2013-12-19 Andreas Schneiderdoc: Improve the API mainpage.
2013-12-13 Andreas Schneiderexample: Add the most simple test with cmocka.
2013-12-13 Andreas Schneiderexample: Fix exception handler test on Solaris.
2013-12-13 Andreas SchneiderAdd obj directory for config.h to .clang_complete.
2013-12-11 Andreas Schneiderexample: Add an exampele to test exception handling.
2013-12-11 Andreas Schneidercmocka: Print better message for exceptions.
2013-12-11 Andreas Schneiderconfig: Add missing define for strsignal().
2013-11-28 Andreas Schneidercmake: Fix compilation with -D_FORTIFY_SOURCE.
2013-11-06 Andreas SchneiderAdd obj directory to .gitignore.
2013-11-06 Andreas Schneidercmake: Exclude obj directory.
2013-11-06 Andreas SchneiderUpdate ChangeLog.
2013-10-27 Travis Hendricksoninclude: Don't stringify twice with will_return_always().
2013-10-27 Andreas Schneiderinclude: Fix unit_test_teardown macro.
2013-09-16 Aleksandr VinokurovFix GTest and GCC message style conformance
2013-08-11 Andreas Schneiderdoc: Update the main doc page.
2013-08-11 Andreas Schneidercmake: Disable broken latex doc generation.
2013-07-29 Andreas Schneiderinclude: Correctly define unit_test_setup() and unit_te...
2013-07-29 Andreas Schneidercoverity: Add modeling file for assert functions.
2013-07-25 Andreas SchneiderREADME: Fix a typo and improve cmocka cmldine.
2013-07-24 Andreas Schneidercmake: Fix description and display name.
2013-07-24 Andreas Schneidercmake: Fix a typo in FindNSIS.
2013-07-24 Andreas Schneidercmake: Update FindNSIS module.
2013-07-24 Andreas Schneidercmake: Fix homepage url.
2013-07-24 Andreas Schneidercmake: Bump version number and so version.
2013-07-24 Andreas Schneiderexample: Add missing stdlib.h.
2013-07-24 Andreas SchneiderAdd .gitignore.
2013-07-24 Andreas Schneiderinclude: Don't redefine uintptr_t on Windows.
2013-07-24 Andreas Schneidercmake: Set nightly start time to UTC.
2013-07-18 Pavel BřezinaAdd new macro will_return_always
2013-07-18 Pavel BřezinaAdd new macro fail_msg
2013-07-12 Andreas Schneidercov: Add coverity modeling file.
2013-07-10 Andreas Schneidercmake: Pass _FORTIFY_SOURCE directly to the preprocessor.
2013-07-10 Andreas Schneidercmake: Bump version to 0.3.1.
2013-07-10 Andreas Schneidersrc: Fix a typo.
2013-07-10 Andreas Schneidersrc: Fix ValuePointer conversion on 32bit big endian.
2013-07-10 Andreas Schneiderexample: Fix customer database test on big endian.
2013-06-11 Andreas Schneiderexamples: Fix memory leaks in the waiter_test.
2013-06-11 Andreas Schneiderexamples: Fix build warning in waiter_test.
2013-06-05 Andreas SchneiderUpdate AUTHORS file.
2013-06-05 Andreas SchneiderChange version number of the package.
2013-06-05 Andreas SchneiderFix date in the changelog.
2013-06-04 Andreas Schneiderdoc: Add some more documentation for Mock Objects.
2013-06-04 Andreas Schneiderdoc: Document expect_memory().
2013-06-04 Andreas Schneiderdoc: Document expect_any().
2013-06-04 Andreas Schneiderdoc: Fix doc build.
2013-06-04 Andreas Schneiderdoc: Document expect_value().
2013-06-04 Jakub Hrozekdoc: document expect_range family of functions
2013-06-04 Andreas Schneiderdoc: Fix the doc of the count parameter in expect_*().
2013-06-04 Andreas Schneiderdoc: Fix typo in expect_not_in_set_count().
2013-06-04 Andreas SchneiderAdd cmocka-0.3.0 changes to ChangeLog.
2013-06-04 Andreas Schneiderdoc: Add comment to check_expected().
2013-06-04 Andreas Schneiderdoc: Add example for parameter checking.
2013-06-04 Andreas Schneiderdoc: Document expect_string*()
2013-06-04 Andreas Schneiderdoc: Document expect_in_set().
2013-06-04 Andreas Schneiderdoc: Update doxygen config.
next