aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-05cmocka: Remove deprecated functions and cmockery legacy supportmaster-nextgenAndreas Schneider11-483/+1
2020-10-05cmocka: Rename to cast_ptr_to_uintmax_type()Andreas Schneider3-12/+12
2020-10-05include: Rename to cast_to_uintptr_type()Andreas Schneider1-2/+2
2020-10-05include: Rename to cast_to_uintmax_type()Andreas Schneider1-22/+22
2020-10-05cmocka: Move PrintFormat defines to C fileAndreas Schneider2-34/+33
2020-10-05cmocka: Rename LargestIntegral* to UintMax*Andreas Schneider2-23/+23
2020-10-05cmocka: Rename to cast_uintmax_type_to_pointerAndreas Schneider1-13/+13
2020-10-05cmocka: Replace LargestIntegralType with uintmax_tAndreas Schneider30-180/+154
2020-10-04cmocka: add header with version to TAP13 outputSergey Bronnikov2-3/+13
2020-10-04remove union ValuePointerPascal Cuoq1-31/+11
2020-10-04Better integration of cmocka as meson-build git subprojectsEmmanuel Fleury1-23/+36
2020-10-04cmocka: Add compiler attributes to non-returning functionsAnderson Toshiyuki Sasaki2-3/+20
2020-10-04mainpage.dox: fix typoSirio Balmelli1-1/+1
2020-10-04cmake: Remove obsolete cmocka-config.cmake.inAndreas Schneider1-15/+0
2020-10-04Fix TAP output for skipped testsMatthias Schiffer2-2/+2
2020-08-25gitlab-ci: Add Unbuntu runnerAndreas Schneider1-0/+19
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 Gelas2-17/+28
2019-12-05build: Export CMake config with namespace 'cmocka::'Alexander Dahl1-0/+1
2019-11-19cmake: Add options for BUILD_SHARED_LIBSAndreas Schneider1-7/+1
2019-11-19cmake: Export cmake config for cmockaAndreas Schneider2-42/+14
2019-11-19Don't redefine uintptr_tmaster-fixFabrice Fontaine3-1/+8
2019-11-19Fix comparison between pointer and integer in Doxigen examplePablo Oliveira1-2/+2
2019-11-19gitlab-ci: Remove Debian MIPS as they dropped support for itAndreas Schneider1-26/+0
2019-11-19cmocka: Add new assert macros to compare 2 double given an epsilon.Arnaud Gelas5-0/+184
2019-11-19cmocka: Fix indentationArnaud Gelas1-2/+2
2019-10-25cmake: Link compile database to source dir for clangdAndreas Schneider2-0/+7
2019-10-22cmake: Fix usage of cmocka with build treeArnaud Gelas3-6/+13
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 Schneider2-27/+38
2019-10-22gitlab-ci: Set the build type to DebugAndreas Schneider1-1/+2
2019-10-21CI: Attemp to fix MSVC pipelinePaolo Teti1-1/+1
2019-10-16cmake: Make shared lib optionalArnaud Gelas7-102/+76
2019-10-16Fix in INSTALL.md cmake required version (i.e. >= 3.5.0)Arnaud Gelas1-1/+1
2019-08-22gitlab-ci: Add a Meson runnerDima Krasner1-0/+15
2019-08-22meson: Build and run unit testsDima Krasner3-0/+35
2019-08-22meson: Initial Meson build system supportDima Krasner1-0/+43
2019-08-21cmocka: Fix C4703 build error on UWPmyd73491-1/+1
2019-03-29cmocka: check MALLOC_ALIGNMENT macroJanusz Jankowski1-0/+2
2019-03-28Bump version to 1.1.5Andreas Schneider2-3/+7
2019-03-28tests: Add tests for skip filterAnderson Toshiyuki Sasaki2-1/+60
2019-03-28cmocka: Add cmocka_set_skip_filter() to skip testsAnderson Toshiyuki Sasaki3-3/+31
2019-03-28include: Fixed typo in documentationAnderson Toshiyuki Sasaki1-1/+1
2019-03-28def: Add missing exports for _assert_float_(not_)equalAndreas Schneider1-0/+2
2019-03-28Bump version to 1.1.4Andreas Schneider2-2/+8
2019-03-27include: Add missing semicolonAndreas Schneider1-1/+1
2019-03-12cmake: Fix lib name on WindowsAndreas Schneider1-1/+5