aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 nameAndreas 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
2018-06-07cmocka: Limit the display of memory if it is not equalAndreas Schneider1-3/+8
2018-06-07def: Add cm_print_error as exportAndreas Schneider1-0/+1
2018-05-30cmocka: Add checks for sane arguments and allocationAndreas Schneider1-2/+11
2018-05-30cmake: Disable reading the DLL locations on non WIN32 platformsAndreas Schneider1-7/+9
2018-03-21src: Fix size type for allocated_blocksAndreas Schneider1-7/+7
2017-08-22cmake: Allow to use cmocka as a sub projectAndreas Schneider1-2/+2
2017-08-11cmocka: Print the error message of a fixture if it failsAndreas Schneider1-1/+7
2017-06-22src: Initialize teardown_name to fix a build warningAndreas Schneider1-1/+1