summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Fix TAP output for skipped testsMatthias Schiffer1-1/+1
2020-02-13Refactor symbol map freeing to avoid UBSamuel Vasko1-3/+10
2020-02-06src: Add group_name in cmprintf_group_start_standardAndreas Schneider1-6/+9
2020-02-06Add group_name in cmprintf_group_finish_standard.Arnaud Gelas1-14/+25
2019-12-05build: Export CMake config with namespace 'cmocka::'Alexander Dahl1-0/+1
2019-11-19cmake: Export cmake config for cmockaAndreas Schneider1-12/+11
2019-11-19cmocka: Add new assert macros to compare 2 double given an epsilon.Arnaud Gelas2-0/+89
2019-11-19cmocka: Fix indentationArnaud Gelas1-2/+2
2019-10-22cmocka: Cast return to int in _cmocka_run_group_tests()Andreas Schneider1-1/+1
2019-10-22Fix MSVC warning on conversion from 'time_t' to 'double'Paolo Teti1-1/+1
2019-10-22Fix possible loss of data reported by MSVCPaolo Teti1-1/+1
2019-10-22cmake: Create a static cmocka library for testingAndreas Schneider1-26/+37
2019-10-16cmake: Make shared lib optionalArnaud Gelas1-62/+34
2019-08-21cmocka: Fix C4703 build error on UWPmyd73491-1/+1
2019-03-29cmocka: check MALLOC_ALIGNMENT macroJanusz Jankowski1-0/+2
2019-03-28cmocka: Add cmocka_set_skip_filter() to skip testsAnderson Toshiyuki Sasaki2-3/+19
2019-03-28def: Add missing exports for _assert_float_(not_)equalAndreas Schneider1-0/+2
2019-01-25cmocka: Use calloc for allocating memoryAndreas Schneider1-6/+7
2019-01-22include: Add new assert macros to compare 2 floats given an epsilon.Arnaud Gelas1-0/+77
2018-11-23cmake: Add runtime destination to cmocka installationAnderson Toshiyuki Sasaki1-0/+2
2018-11-08cmocka: Use string formatAndreas Schneider1-2/+2
2018-11-08cmocka: Fix typoAndreas Schneider1-1/+1
2018-09-27cmake: Use cmocka-static as the static namecmocka-1.1.3Andreas Schneider1-1/+1
2018-09-27cmake: Fix CMOCKA_DLL_PATH for WindowsAndreas Schneider1-17/+0
2018-09-27cmake: Specify ARCHIVE DESTINATION for cmocka library on WindowsAndreas Schneider1-0/+2
2018-09-27cmake: Only install static lib if requestedAndreas Schneider1-10/+12
2018-09-27cmake: Use cmocka as the shared library nameAndreas Schneider1-16/+1
2018-09-26cmocka: Silence clang analyzer warningAndreas Schneider1-2/+6
2018-09-26cmocka: Initialize some pointers with NULLAndreas Schneider1-6/+6
2018-09-26cmocka: Initialize the group_stateAndreas Schneider1-1/+3
2018-09-17cmocka: Do not abort if a test is skippedAndreas Schneider1-2/+8
2018-09-11cmake: Fix linking with -fstack-protector* on SolarisAndreas Schneider1-18/+22
2018-09-10cmake: Use GNUInstallDirsAndreas Schneider1-12/+12
2018-09-10cmake: Use modern cmake to compile cmockaAndreas Schneider1-19/+33
2018-09-10cmake: Mark CMOCKA_PLATFORM_INCLUDE as advancedAndreas Schneider1-0/+1
2018-09-06cmocka: Remove emtpy newline at the end of the fileAndreas Schneider1-1/+0
2018-08-29cmocka: Fix subunit output on failuresAndreas Schneider1-1/+1
2018-08-29cmocka: Update copyrightAndreas Schneider1-1/+1
2018-08-24cmocka: Fix size type of check_for_leftover_values return valueAndreas Schneider1-3/+3
2018-08-23cmocka: Use a union for MallocBlockInfoAndreas Schneider1-35/+49
2018-08-23cmocka: Fix size typeAndreas Schneider1-2/+2
2018-08-22cmake: Add new CompilerCheck.cmakeAndreas Schneider1-1/+2
2018-08-22cmocka: Use memcpy as we do not care about NUL terminationAndreas Schneider1-1/+1
2018-06-21cmocka: Check for possible overflow in test_malloc()Andreas Schneider1-5/+10
2018-06-12cmocka: Improve print outputAndreas Schneider1-2/+3
2018-06-11cmocka: Add cmocka_set_test_filter() to filter testsAndreas Schneider2-0/+16
2018-06-11cmocka: Add c_strmatch() functionAndreas Schneider1-0/+58
2018-06-11src: Use correct size type for check_for_leftover_values_list()Andreas Schneider1-5/+5
2018-06-07cmake: Do not change the static name on WindowsAndreas Schneider1-0/+9
2018-06-07cmocka: Fix filling the cm_tests array.Andreas Schneider1-1/+1