platform/upstream/cmocka.git
2015-10-28 Andreas SchneiderIgnore all build and obj* directores
2015-10-19 Andreas SchneiderINSTALL: Add Testing section
2015-10-07 Andreas SchneiderINSTALL: Add example for Windows
2015-10-05 Andreas Schneidersrc: Fix some compiler warnings
2015-09-30 Andreas Schneidersrc: Use variable name for accessing the array elements
2015-09-30 Andreas Schneiderinclude: Improve documentation for prestate macros
2015-09-23 Pawel Szewczykcmocka: Allow to pass initial data to test cases
2015-09-14 Andreas Schneidersrc: Simplify exception_handler()
2015-09-14 Jonathon Reinharttest: update test_segfault_recovery to try multiple...
2015-09-14 Jonathon ReinhartUse sigsetjmp()/siglongjmp() when available
2015-09-09 Andreas Schneidersrc: Improve error reporting with cmocka default output
2015-09-07 Andreas Schneidersrc: Filter out invalid tests.
2015-08-04 Andreas Schneiderinclude: Protect config.h inclusion
2015-08-01 Andreas Schneiderinclude: Add va_copy macro if MSVC doesn't provide it
2015-07-07 Andreas Schneidercmake: Fix warning on OSX
2015-07-07 Andreas Schneiderdef: Add missing cmocka_set_message_output symbol
2015-05-11 Pawel Szewczykcmocka: Print skipped tests in group summary
2015-05-11 Andreas Schneidergitignor: Ignore all object file directories
2015-05-11 Ellie Timoneycmocka: Add subtests for groups using TAP output
2015-03-12 Andreas SchneiderBump version to 1.0.1
2015-03-12 Andreas SchneiderUpdate ChangeLog.
2015-03-02 Niels de Voscmocka: realloc(ptr, 0) should act as free(ptr)
2015-02-25 Jakub HrozekFix function types in doxygen docs
2015-02-20 Andreas Schneidercmake: Use https to drop results.
2015-02-20 Andreas Schneiderinclude: Add macro for assert_ptr_equal().
2015-02-20 Andreas Schneiderinclude: Fix building with newer gcc versions.
2015-02-16 Andreas Schneidercpack: Exclude object directories.
2015-02-16 Andreas SchneiderBump version to 1.0.0.
2015-02-16 Andreas SchneiderUpdate ChangeLog.
2015-02-13 Andreas Schneiderinclude: Use LargestIntegralType instead of uintmax_t
2015-02-13 Andreas Schneiderinclude: Fix documentation for mock functions
2015-02-13 Andreas Schneidercmake: Disable some tests on Windows.
2015-02-12 Andreas Schneiderexamples: Use WILL_FAIL instead of regular expression
2015-02-12 Andreas Schneidercmake: Fix running examples on Windows.
2015-02-12 Jakub Hrozektests: Use a different regex for segfault on Windows
2015-02-12 Krzysztof Opasiakcmocka: examples: Fix assert macros usage
2015-02-12 Krzysztof Opasiakcmocka: Surround include info with code endcode
2015-02-12 Jakub Hrozekcmocka: Include cmocka_private.h after cmocka.h
2015-02-12 Andreas Schneidercmake: Always set correct output name.
2015-02-12 Andreas Schneiderinclude: Correctly include signal.h
2015-02-12 Andreas Schneidercmake: Fix executing test examples on Windows.
2015-02-12 Andreas Schneidercmake: Build tests with the static library.
2015-02-12 Andreas Schneiderinclude: Fix warning for missing __WORDSIZE
2015-02-11 Andreas Schneidertests: Add io.h for open() and close() on Windows.
2015-02-11 Andreas Schneidercmake: Do not set gcc flags in VC.
2015-02-11 Andreas Schneidertests: Fix test_assert_macros* with Visual Studio.
2015-02-11 Andreas Schneidertests: Fix building the tests with Visual Studio.
2015-02-11 Andreas Schneiderconfig: Add missing define for (v)snprintf functions.
2015-02-11 Andreas Schneidercmake: Fix a typo in the options
2015-02-11 Andreas Schneidercmocka: Cast correctly to errno type
2015-02-11 Andreas Schneiderinclude: Add missing functions for Visual Studio.
2015-02-11 Andreas Schneiderdef: Export missing symbols on Windows.
2015-02-11 Andreas Schneidercmocka: Fix possible test state issues
2015-02-11 Andreas Schneiderinclude: Define __WORDSIZE if needed.
2015-02-11 Andreas Schneiderinclude: Fix pointer casting and add check_expected_ptr()
2015-02-10 Andreas Schneidercmocka: Fix a double free in cmprintf_tap()
2015-02-10 Andreas Schneidercmocka: Initialize group_state in _cmocka_run_group_tests()
2015-02-10 Andreas Schneidercmake: Turn off deprecated warning for test_cmockery.c
2015-02-10 Andreas Schneiderinclude: Define fix defintion of LargestIntegralType
2015-02-10 Andreas Schneidercmocka: Fix printf integer formats.
2015-02-10 Andreas Schneidercmocka: Add printf attribute checking for vcm_print_error()
2015-02-10 Andreas Schneidercmocka: Check if 'struct timespec' is available.
2015-02-10 Andreas Schneidercmocka: Only handle SIGBUS and SIGSYS if the system...
2015-02-10 Andreas Schneidercmocka: Fix length calculation.
2015-02-10 Andreas Schneidercmocka: Allow include of cmocka_platform.h
2015-02-10 Jakub Hrozektests: Add message output format tests
2015-02-10 Jakub Hrozekcmocka: Add a newline to subunit error output
2015-02-10 Jakub Hrozekcmocka: Print test errors directly to make them include...
2015-02-10 Jakub Hrozekdocs: Mark the old test runner functions as deprecated
2015-02-09 Andreas Schneidercmake: Add ctest script.
2015-02-09 Andreas SchneiderAdd cmockery legacy header.
2015-02-09 Luis Pabóninclude: Add Programming by Contract header.
2015-02-09 Jakub Hrozekcmocka: Add support for skipping a test
2015-02-09 Andreas Schneidercmocka: Add Test Anything Protocol message output
2015-02-09 Jakub Hrozekcmocka: Add support for xunit reports
2015-02-08 Jakub Hrozekcmocka: Add subunit message output type
2015-02-08 Jakub Hrozekcmocka: Add a function to select the message output...
2015-02-08 Jakub Hrozekdoc: Update cmocka documentation for new environment...
2015-02-08 Andreas Schneiderdoc: Update cmocka documentation for new test runner.
2015-02-08 Andreas Schneidercmocka: Mark run_tests as deprecated.
2015-02-08 Jakub Hrozekcmocka: Add new message printing formatter for testcases
2015-02-08 Jakub Hrozektests: Add a test for failing group setup
2015-02-08 Andreas Schneidertests: Use new cmocka test runner in our tests and...
2015-02-08 Andreas Schneidercmocka: Add support to print errors into a buffer.
2015-02-08 Andreas Schneidercmocka: Add correct checks for clock_gettime().
2015-02-08 Andreas Schneidercmocka: Implement a new test runner.
2015-02-08 Andreas Schneidertests: Add tests for test_malloc() and test_realloc().
2015-02-08 Jakub Hrozekcmocka: Add explicit libc_alloc, realloc, free
2015-02-08 Andreas Schneidercmocka: Add a test_realloc() function.
2015-02-08 Andreas Schneidercmocka: Allow test_free() to deal with NULL pointers.
2015-02-08 Andreas Schneidercmocka: Make global variables thread local.
2015-02-08 Andreas Schneidercmake: Add configure checks for thread local storage.
2015-02-08 Andreas Schneiderconfig: Remove unused options.
2015-02-08 Andreas Schneidercmocka: Use ARRAY_SIZE everywhere.
2015-02-08 Andreas Schneiderconfig: Fix define for strsignal().
2015-02-08 Andreas Schneidercmocka: Fix setting size_of_set in expect_set().
2014-08-07 Jakub HrozekGNU_SOURCE is not a compiler flag
2014-08-07 Andreas Schneidercmake: Use standard cmake variables in CMakeLists.txt.
2014-07-28 Emil Velikovcmocka: do not use # with the %p printf modifier
2014-07-28 Emil Velikovcmocka: use ISO C99 PRIu64 over LargestIntegralTypePrin...
next