aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Bump version to 0.4.0.cmocka-0.4.0Andreas Schneider2-3/+12
2014-04-11cmocka: Define inline if not defined with MSVC.Andreas Schneider1-6/+13
2014-04-11Add YouCompleteMe config.Andreas Schneider2-0/+110
2014-04-11tests: Add test_group_fixtures.Andreas Schneider2-0/+49
2014-04-11cmocka: Add support for test groups.Andreas Schneider2-0/+162
2014-04-10cmake: Update UseDoxygen.cmake.Andreas Schneider2-67/+107
2014-04-10tests: Improve the fixture test.Andreas Schneider1-0/+4
2014-04-10cmocka: Add a dummy function for setup and teardown.Andreas Schneider1-1/+7
2014-04-09cmake: Create the compile command database by default.Andreas Schneider1-0/+3
2014-04-09doc: Fix some typos.Andreas Schneider1-3/+3
2014-03-03Test should not be run if setup function failsLukas Slebodnik3-2/+94
2014-03-03basic_test should be run with other CMOCKA_TESTSLukas Slebodnik1-1/+2
2014-02-21Use prefix for commonly used macro PRINTF_ATTRIBUTELukas Slebodnik2-8/+9
2014-02-21Enable warning WundefLukas Slebodnik7-33/+33
2014-02-21Use static modifier for temporary_bufferLukas Slebodnik1-1/+1
2014-02-21Use better formatting string for printing numbersLukas Slebodnik1-2/+2
2014-01-22cmake: Do not build the chef_wrap example on OSX.Andreas Schneider1-1/+2
2014-01-20cmake: Add cmake config mode support.Andreas Schneider5-4/+46
2013-12-24tests: Close the fd in test_assert_macros_fail.Andreas Schneider1-3/+7
2013-12-23Revert "tests: Use internal allocation for test_fixtures."Andreas Schneider1-2/+2
2013-12-23cmocka: Fix typo in the docs.Andreas Schneider1-2/+4
2013-12-23cmake: Run examples in 'make test' too.Andreas Schneider1-1/+2
2013-12-23tests: Add test_basics.Andreas Schneider2-5/+0
2013-12-23tests: Use internal allocation for test_fixtures.Andreas Schneider1-2/+2
2013-12-23tests: Add test_fixtures.Andreas Schneider3-6/+1
2013-12-23tests: Add test_exception_handler_fail.Andreas Schneider3-13/+10
2013-12-23tests: Add test_assert_macros_fail.Andreas Schneider2-1/+42
2013-12-23tests: Add test_assert_macros.Andreas Schneider3-5/+51
2013-12-23cmocka: Add assert_return_code().Andreas Schneider2-0/+67
2013-12-21example: Define UNIT_TESTING in run_tests.c.Andreas Schneider1-0/+4
2013-12-21cmake: Fix calling the assert_module test.Andreas Schneider1-5/+3
2013-12-19doc: Improve the API mainpage.Andreas Schneider1-24/+21
2013-12-13example: Add the most simple test with cmocka.Andreas Schneider2-1/+25
2013-12-13example: Fix exception handler test on Solaris.Andreas Schneider1-1/+1
2013-12-13Add obj directory for config.h to .clang_complete.Andreas Schneider1-0/+1
2013-12-11example: Add an exampele to test exception handling.Andreas Schneider2-0/+40
2013-12-11cmocka: Print better message for exceptions.Andreas Schneider1-2/+2
2013-12-11config: Add missing define for strsignal().Andreas Schneider1-0/+3
2013-11-28cmake: Fix compilation with -D_FORTIFY_SOURCE.Andreas Schneider1-1/+1
2013-11-06Add obj directory to .gitignore.Andreas Schneider1-0/+1
2013-11-06cmake: Exclude obj directory.Andreas Schneider1-1/+1
2013-11-06Update ChangeLog.cmocka-0.3.2Andreas Schneider1-0/+7
2013-10-27include: Don't stringify twice with will_return_always().Travis Hendrickson1-1/+1
2013-10-27include: Fix unit_test_teardown macro.Andreas Schneider3-1/+42
2013-09-16Fix GTest and GCC message style conformanceAleksandr Vinokurov1-21/+25
2013-08-11doc: Update the main doc page.Andreas Schneider1-9/+22
2013-08-11cmake: Disable broken latex doc generation.Andreas Schneider1-18/+18
2013-07-29include: Correctly define unit_test_setup() and unit_test_teardown().Andreas Schneider1-4/+13
2013-07-29coverity: Add modeling file for assert functions.Andreas Schneider3-0/+86
2013-07-25README: Fix a typo and improve cmocka cmldine.Andreas Schneider1-1/+1