aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Bump version to 1.0.0.rewriteAndreas Schneider1-4/+4
2015-02-13Update ChangeLog.Andreas Schneider1-0/+11
2015-02-13include: Use LargestIntegralType instead of uintmax_tAndreas Schneider1-26/+29
2015-02-13include: Fix documentation for mock functionsAndreas Schneider1-7/+7
2015-02-13cmake: Disable some tests on Windows.Andreas Schneider1-0/+3
2015-02-12examples: Use WILL_FAIL instead of regular expressionAndreas Schneider1-7/+7
2015-02-12cmake: Fix running examples on Windows.Andreas Schneider1-12/+8
2015-02-12tests: Use a different regex for segfault on WindowsJakub Hrozek1-6/+14
2015-02-12cmocka: examples: Fix assert macros usageKrzysztof Opasiak1-10/+3
2015-02-12cmocka: Surround include info with code endcodeKrzysztof Opasiak1-1/+2
2015-02-12cmocka: Include cmocka_private.h after cmocka.hJakub Hrozek4-4/+4
2015-02-12cmake: Always set correct output name.Andreas Schneider1-4/+8
2015-02-12include: Correctly include signal.hAndreas Schneider2-1/+4
2015-02-12cmake: Fix executing test examples on Windows.Andreas Schneider3-12/+74
2015-02-12cmake: Build tests with the static library.Andreas Schneider2-2/+6
2015-02-12include: Fix warning for missing __WORDSIZEAndreas Schneider2-0/+3
2015-02-11tests: Add io.h for open() and close() on Windows.Andreas Schneider3-0/+7
2015-02-11cmake: Do not set gcc flags in VC.Andreas Schneider1-1/+3
2015-02-11tests: Fix test_assert_macros* with Visual Studio.Andreas Schneider2-0/+7
2015-02-11tests: Fix building the tests with Visual Studio.Andreas Schneider3-0/+9
2015-02-11config: Add missing define for (v)snprintf functions.Andreas Schneider2-0/+20
2015-02-11cmake: Fix a typo in the optionsAndreas Schneider1-1/+1
2015-02-11cmocka: Cast correctly to errno typeAndreas Schneider1-1/+1
2015-02-11include: Add missing functions for Visual Studio.Andreas Schneider2-65/+98
2015-02-11def: Export missing symbols on Windows.Andreas Schneider1-0/+4
2015-02-11cmocka: Fix possible test state issuesAndreas Schneider1-8/+5
2015-02-11include: Define __WORDSIZE if needed.Andreas Schneider1-0/+10
2015-02-11include: Fix pointer casting and add check_expected_ptr()Andreas Schneider5-16/+44
2015-02-10cmocka: Fix a double free in cmprintf_tap()Andreas Schneider1-1/+0
2015-02-10cmocka: Initialize group_state in _cmocka_run_group_tests()Andreas Schneider1-1/+1
2015-02-10cmake: Turn off deprecated warning for test_cmockery.cAndreas Schneider1-2/+5
2015-02-10include: Define fix defintion of LargestIntegralTypeAndreas Schneider1-32/+36
2015-02-10cmocka: Fix printf integer formats.Andreas Schneider1-4/+36
2015-02-10cmocka: Add printf attribute checking for vcm_print_error()Andreas Schneider1-0/+3
2015-02-10cmocka: Check if 'struct timespec' is available.Andreas Schneider3-2/+20
2015-02-10cmocka: Only handle SIGBUS and SIGSYS if the system supports it.Andreas Schneider1-0/+4
2015-02-10cmocka: Fix length calculation.Andreas Schneider1-2/+3
2015-02-10cmocka: Allow include of cmocka_platform.hAndreas Schneider3-0/+32
2015-02-10tests: Add message output format testsJakub Hrozek1-0/+62
2015-02-10cmocka: Add a newline to subunit error outputJakub Hrozek1-1/+1
2015-02-10cmocka: Print test errors directly to make them included in the XML outputJakub Hrozek1-0/+2
2015-02-10docs: Mark the old test runner functions as deprecatedJakub Hrozek1-10/+30
2015-02-09cmake: Add ctest script.Andreas Schneider1-0/+74
2015-02-09Add cmockery legacy header.Andreas Schneider6-1/+49
2015-02-09include: Add Programming by Contract header.Luis Pabón2-0/+63
2015-02-09cmocka: Add support for skipping a testJakub Hrozek4-3/+81
2015-02-09cmocka: Add Test Anything Protocol message outputAndreas Schneider3-5/+80
2015-02-09cmocka: Add support for xunit reportsJakub Hrozek2-5/+100
2015-02-08cmocka: Add subunit message output typeJakub Hrozek2-3/+67
2015-02-08cmocka: Add a function to select the message output typeJakub Hrozek2-7/+43