platform/upstream/cmocka.git
2013-12-11 Andreas Schneidercmocka: Print better message for exceptions.
2013-12-11 Andreas Schneiderconfig: Add missing define for strsignal().
2013-11-28 Andreas Schneidercmake: Fix compilation with -D_FORTIFY_SOURCE.
2013-11-06 Andreas SchneiderAdd obj directory to .gitignore.
2013-11-06 Andreas Schneidercmake: Exclude obj directory.
2013-11-06 Andreas SchneiderUpdate ChangeLog.
2013-10-27 Travis Hendricksoninclude: Don't stringify twice with will_return_always().
2013-10-27 Andreas Schneiderinclude: Fix unit_test_teardown macro.
2013-09-16 Aleksandr VinokurovFix GTest and GCC message style conformance
2013-08-11 Andreas Schneiderdoc: Update the main doc page.
2013-08-11 Andreas Schneidercmake: Disable broken latex doc generation.
2013-07-29 Andreas Schneiderinclude: Correctly define unit_test_setup() and unit_te...
2013-07-29 Andreas Schneidercoverity: Add modeling file for assert functions.
2013-07-25 Andreas SchneiderREADME: Fix a typo and improve cmocka cmldine.
2013-07-24 Andreas Schneidercmake: Fix description and display name.
2013-07-24 Andreas Schneidercmake: Fix a typo in FindNSIS.
2013-07-24 Andreas Schneidercmake: Update FindNSIS module.
2013-07-24 Andreas Schneidercmake: Fix homepage url.
2013-07-24 Andreas Schneidercmake: Bump version number and so version.
2013-07-24 Andreas Schneiderexample: Add missing stdlib.h.
2013-07-24 Andreas SchneiderAdd .gitignore.
2013-07-24 Andreas Schneiderinclude: Don't redefine uintptr_t on Windows.
2013-07-24 Andreas Schneidercmake: Set nightly start time to UTC.
2013-07-18 Pavel BřezinaAdd new macro will_return_always
2013-07-18 Pavel BřezinaAdd new macro fail_msg
2013-07-12 Andreas Schneidercov: Add coverity modeling file.
2013-07-10 Andreas Schneidercmake: Pass _FORTIFY_SOURCE directly to the preprocessor.
2013-07-10 Andreas Schneidercmake: Bump version to 0.3.1.
2013-07-10 Andreas Schneidersrc: Fix a typo.
2013-07-10 Andreas Schneidersrc: Fix ValuePointer conversion on 32bit big endian.
2013-07-10 Andreas Schneiderexample: Fix customer database test on big endian.
2013-06-11 Andreas Schneiderexamples: Fix memory leaks in the waiter_test.
2013-06-11 Andreas Schneiderexamples: Fix build warning in waiter_test.
2013-06-05 Andreas SchneiderUpdate AUTHORS file.
2013-06-05 Andreas SchneiderChange version number of the package.
2013-06-05 Andreas SchneiderFix date in the changelog.
2013-06-04 Andreas Schneiderdoc: Add some more documentation for Mock Objects.
2013-06-04 Andreas Schneiderdoc: Document expect_memory().
2013-06-04 Andreas Schneiderdoc: Document expect_any().
2013-06-04 Andreas Schneiderdoc: Fix doc build.
2013-06-04 Andreas Schneiderdoc: Document expect_value().
2013-06-04 Jakub Hrozekdoc: document expect_range family of functions
2013-06-04 Andreas Schneiderdoc: Fix the doc of the count parameter in expect_*().
2013-06-04 Andreas Schneiderdoc: Fix typo in expect_not_in_set_count().
2013-06-04 Andreas SchneiderAdd cmocka-0.3.0 changes to ChangeLog.
2013-06-04 Andreas Schneiderdoc: Add comment to check_expected().
2013-06-04 Andreas Schneiderdoc: Add example for parameter checking.
2013-06-04 Andreas Schneiderdoc: Document expect_string*()
2013-06-04 Andreas Schneiderdoc: Document expect_in_set().
2013-06-04 Andreas Schneiderdoc: Update doxygen config.
2013-06-04 Jakub HrozekAdd new macros mock_type and mock_ptr_type
2013-06-04 Andreas Schneiderexample: Fix building with optimization flags.
2013-06-03 Andreas Schneiderexample: Fix a build warning.
2013-06-03 Jakub Hrozekexample: wrap trick
2013-04-09 Andreas SchneiderUpdate README.
2013-04-09 Andreas Schneidercmake: Fix check for fortify source.
2013-03-19 Andreas Schneidercmake: Try to fix problems with installation on other...
2013-03-18 Andreas SchneiderUpdate the INSTALL file.
2013-02-11 Andreas Schneidercmake: Add pkgconfig file.
2013-02-04 Jakub Hrozekdoc: Fix links in index.html
2013-01-17 Andreas Schneiderfile: Remove execute bits of C files.
2013-01-15 Andreas Schneiderdoc: Fix a typo.
2013-01-14 Andreas SchneiderUpdated ChangeLog.
2012-12-04 Andreas SchneiderAdd clang_complete config file.
2012-11-30 Andreas Schneiderdoc: Document check_expected().
2012-11-30 Andreas Schneiderdoc: Document expect_check().
2012-11-30 Andreas Schneiderdoc: Add section for checking parameters.
2012-11-16 Andreas Schneiderdoc: Document expect_assert_failure().
2012-11-16 Andreas Schneiderdoc: Document mock_assert().
2012-11-16 Andreas Schneiderdoc: Document Standard Assertions group.
2012-11-16 Andreas Schneiderdoc: Document test_free().
2012-11-16 Andreas Schneiderdoc: Document test_calloc().
2012-11-16 Andreas Schneiderdoc: Document test_malloc().
2012-11-16 Andreas Schneiderdoc: Document Dynamic Memory Allocation group.
2012-11-16 Andreas Schneiderdoc: Document assert_not_in_set().
2012-11-16 Andreas Schneiderdoc: Document assert_in_set().
2012-11-16 Andreas Schneiderdoc: Document assert_not_in_range().
2012-11-16 Andreas Schneiderdoc: Document assert_in_range().
2012-11-10 Andreas Schneiderdoc: Document assert_in_range().
2012-11-10 Andreas Schneiderdoc: Document assert_memory_not_equal().
2012-11-10 Andreas Schneiderdoc: Document assert_memory_equal().
2012-11-10 Andreas Schneiderdoc: Document assert_string_not_equal().
2012-11-05 Andreas Schneiderdoc: Document assert_string_equal().
2012-11-05 Andreas Schneiderdoc: Document assert_int_not_equal().
2012-11-05 Andreas Schneiderdoc: Document assert_int_equal().
2012-11-05 Andreas Schneiderdoc: Document assert_null().
2012-11-05 Andreas Schneiderdoc: Add a more detailed description to the Assert...
2012-11-05 Andreas Schneiderdoc: Add example to Running Tests section.
2012-10-19 Andreas Schneiderexample: Use C style comments.
2012-10-19 Andreas Schneidercmocka: Make teardown_testing() static.
2012-10-19 Andreas Schneidercmocka: Use C style comments.
2012-10-19 Andreas Schneidercmocka: Add a missing space in tests output.
2012-10-19 Andreas Schneiderinclude: Document assert_non_null().
2012-10-19 Andreas Schneiderinclude: Document assert_false().
2012-10-19 Andreas Schneiderinclude: Document assert_true().
2012-10-16 Andreas Schneidercmocka: Add a missing space in tests output.
2012-10-16 Andreas Schneiderdoc: Fix testcase.
2012-10-16 Andreas Schneiderinclude: Document run_tests().
2012-10-16 Andreas Schneidertests: Extend the run_tests example.
2012-10-16 Andreas Schneiderinclude: Document run_tests().
next