summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-04packaging: Add packaging for generating RPM packagetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_6.5/20211028.163301submit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen_5.0/20181101.000006submit/tizen_4.0/20170828.100005submit/tizen_4.0/20170811.094300submit/tizen/20170705.094846accepted/tizen/unified/20170705.163442accepted/tizen/7.0/unified/hotfix/20221116.110646accepted/tizen/7.0/unified/20221110.063320accepted/tizen/6.5/unified/20211028.223301accepted/tizen/6.0/unified/hotfix/20201102.235931accepted/tizen/6.0/unified/20201030.104412accepted/tizen/5.5/unified/wearable/hotfix/20201027.102659accepted/tizen/5.5/unified/mobile/hotfix/20201027.062459accepted/tizen/5.5/unified/20191031.004702accepted/tizen/5.0/unified/20181102.024057accepted/tizen/4.0/unified/20170828.222418accepted/tizen/4.0/unified/20170816.013514tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0tizen_4.0sandbox/backup/cmocka_1.1.1_20221227accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unifiedKrzysztof Opasiak3-0/+68
2017-06-22src: Initialize teardown_name to fix a build warningsandbox/kopasiak/upstreamAndreas Schneider1-1/+1
2017-04-07Bump version to 1.1.1cmocka-1.1.1Andreas Schneider2-2/+8
2017-04-07cmocka: Change define to HAVE_CLOCK_REALTIMEAndreas Schneider3-3/+3
2017-04-05src: Do not use C++ keywords as local variablesAndreas Schneider1-5/+5
2017-04-05Fix TAP output and summary.Stas Kobzar2-20/+20
2017-03-07Update doxygen configAndreas Schneider2-117/+201
2017-01-22doxygen: Allow space in path namesMartin Fischer1-8/+8
2016-12-17Remove dangling unit test source file.Terje Runde1-95/+0
2016-11-12cmake: Add -Wstrict-prototypes during buildAndreas Schneider1-1/+1
2016-11-12src: Add support for compile flag -Wstrict-prototypesAdrian Friedli3-6/+6
2016-11-07cmocka: Leave if expected_call is NULLAndreas Schneider1-2/+3
2016-10-04Fixed xUnit output durationsAdrien Marc1-2/+2
2016-10-03This patch allows cmocka to be run under windows 64-bitNikos Mavrogiannopoulos1-1/+1
2016-09-21cpack: Ignore all object directoriesAndreas Schneider1-1/+1
2016-09-21Bump version to 1.1.0Andreas Schneider2-3/+15
2016-09-21tests: Add test_groups test to validate xml outputDavid Schneider2-15/+127
2016-09-21cmocka: Do not add xml headers twiceAndreas Schneider2-6/+34
2016-09-21cmocka: Add file pattern to create xml file for each groupAndreas Schneider1-0/+46
2016-09-21Fixed format specifier width mismatchJoseph Ates2-7/+28
2016-09-21cmocka: Use defines for WILL_RETURN valuesAndreas Schneider2-3/+6
2016-06-02vcm_print_error: fix segfault on long messagesAris Adamantiadis1-5/+7
2016-03-03cmake: Fix possible issues with librt during configureAndreas Schneider1-7/+9
2016-02-10cmake: Add MinGW DLL Prefix WorkaroundJoseph Ates3-25/+43
2016-02-10cmocka: Add VS2015 supportJoseph Ates2-2/+6
2016-02-10cmocka: Add will_return_maybe() for ignoring mock returnsJoseph Ates6-7/+289
2016-02-10cmocka: Fix indentationJoseph Ates1-3/+3
2016-02-10cmocka: Include strings.h for strcasecmpEmil Velikov1-0/+4
2016-02-10tests: Add a group setup assert testAndreas Schneider2-0/+45
2016-02-10cmocka: Print group setup and teardown errorsAndreas Schneider1-1/+15
2015-12-18tests: Add test for call ordering functionalityJoseph Ates3-1/+218
2015-12-18cmocka: Add support to verify call orderingJoseph Ates3-12/+322
2015-10-28Ignore all build and obj* directoresAndreas Schneider2-3/+3
2015-10-19INSTALL: Add Testing sectionAndreas Schneider1-0/+22
2015-10-07INSTALL: Add example for WindowsAndreas Schneider1-1/+6
2015-10-05src: Fix some compiler warningsAndreas Schneider1-5/+5
2015-09-30src: Use variable name for accessing the array elementsAndreas Schneider1-3/+3
2015-09-30include: Improve documentation for prestate macrosAndreas Schneider1-8/+10
2015-09-23cmocka: Allow to pass initial data to test casesPawel Szewczyk4-4/+63
2015-09-14src: Simplify exception_handler()Andreas Schneider1-3/+6
2015-09-14test: update test_segfault_recovery to try multiple faultsJonathon Reinhart1-0/+2
2015-09-14Use sigsetjmp()/siglongjmp() when availableJonathon Reinhart3-4/+22
2015-09-09src: Improve error reporting with cmocka default outputAndreas Schneider1-2/+13
2015-09-07src: Filter out invalid tests.Andreas Schneider1-9/+16
2015-08-04include: Protect config.h inclusionAndreas Schneider1-0/+2
2015-08-01include: Add va_copy macro if MSVC doesn't provide itAndreas Schneider1-0/+4
2015-07-07cmake: Fix warning on OSXAndreas Schneider1-0/+6
2015-07-07def: Add missing cmocka_set_message_output symbolAndreas Schneider1-0/+1
2015-05-11cmocka: Print skipped tests in group summaryPawel Szewczyk1-0/+14
2015-05-11gitignor: Ignore all object file directoriesAndreas Schneider1-1/+1