summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-11cmocka: Print skipped tests in group summaryPawel Szewczyk1-0/+14
2015-05-11gitignor: Ignore all object file directoriesAndreas Schneider1-1/+1
2015-05-11cmocka: Add subtests for groups using TAP outputEllie Timoney2-8/+23
2015-03-12Bump version to 1.0.1Andreas Schneider1-2/+2
2015-03-12Update ChangeLog.Andreas Schneider1-0/+7
2015-03-02cmocka: realloc(ptr, 0) should act as free(ptr)Niels de Vos2-0/+18
2015-02-25Fix function types in doxygen docsJakub Hrozek1-2/+2
2015-02-20cmake: Use https to drop results.Andreas Schneider1-1/+1
2015-02-20include: Add macro for assert_ptr_equal().Andreas Schneider1-0/+38
2015-02-20include: Fix building with newer gcc versions.Andreas Schneider1-5/+2
2015-02-16cpack: Exclude object directories.Andreas Schneider1-1/+1
2015-02-16Bump version to 1.0.0.Andreas Schneider1-4/+4
2015-02-16Update ChangeLog.Andreas Schneider1-0/+12
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