obnox/cmocka.git
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().
2012-10-16 Andreas Schneiderinclude: Document unit_test*() macros.
2012-10-16 Andreas Schneiderinclude: Document run_tests().
2012-10-16 Andreas Schneiderinclude: Document fail().
2012-10-15 Andreas Schneidercmake: Add missing inclue dir.
2012-10-15 Andreas Schneiderinclude: Add a group for mock objects.
2012-10-15 Andreas Schneiderinclude: Document will_return_count().
2012-10-15 Andreas Schneiderinclude: Document will_return().
2012-10-15 Andreas Schneiderinclude: Document mock().
2012-10-15 Andreas Schneiderdoc: Add example for cmocka test case.
2012-10-15 Andreas Schneiderdoc: Add more details to the main page.
2012-10-15 Andreas Schneidercmake: Add API documentation support using doxygen.
2012-10-15 Andreas Schneidercmake: Remove superflous function and header checks.
2012-10-15 Andreas Schneidercmake: Add a check for strsignal().
2012-10-15 Andreas Schneidercmake: Fix build warning on OpenIndiana.
2012-10-15 Andreas Schneiderexample: Move examples to top level dir.
2012-10-15 Andreas Schneiderinclude: Move include dir to top level.
2012-10-15 Andreas Schneidercmocka: Fix a build warning on x86.
2012-10-12 Andreas SchneiderRemove the obsolite m4 files.
2012-10-12 Andreas Schneidercmake: Mark failing tests as passed.
2012-10-12 Andreas Schneiderexample: Fix 64bit problems in product_database_test.
2012-10-12 Andreas Schneiderexample: Fix casting on 64bit platforms.
2012-10-12 Andreas Schneiderinclude: Fix casting on 64bit platforms.
2012-10-12 Andreas Schneiderexample: Fix build warnings for assert_module test.
2012-10-12 Andreas Schneidercmake: Build assert_module_test.
2012-10-10 Andreas Schneiderinclude: Fix build on OpenIndiana.
2012-10-10 Andreas Schneiderinclude: Correctly detect uintptr_t size on Linux.
2012-10-09 Andreas Schneidercpack: Update version number.
2012-10-09 Andreas Schneidercmake: Set version number to 0.2.0.
2012-10-09 Andreas Schneidercmake: Add missing AddCMockaTest.cmake.
2012-10-09 Andreas Schneidercmake: Add ctest support.
2012-10-09 Andreas Schneidercmake: Add an option to turn on unit testing.
2012-10-09 Andreas Schneidercmake: Add a CTestConfig.cmake.
2012-06-25 Andreas Schneiderexamples: Fix warnings of allocate_module_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of assert_macro_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of calculator_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of customer_database.
2012-06-25 Andreas Schneiderexamples: Fix warnings of customer_database_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of key_value_test.
2012-06-25 Andreas Schneiderexamples: Fix warnings of product_database_test.
2012-06-25 Andreas Schneiderlib: Use discard_const for casting.
2012-06-25 Andreas Schneiderheader: Add cmocka_private header with useful macros.
2012-06-25 Andreas Schneiderheader: Add printf attribute checking for vprint functions.
2012-06-25 Andreas Schneiderlib: Fix printf with size_t.
2012-06-25 Andreas Schneiderlib: Fix printf warnings.
2012-06-25 Andreas Schneiderheader: Add printf attribute checking with gcc.
2012-06-25 Andreas Schneidercmake: Check for _GNU_SOURCE and add it if available.
2012-06-14 Andreas Schneiderinclude: Use C style comments.
2012-06-14 Andreas SchneiderRename cmokery to cmocka for a fork.
2011-08-12 Andreas Schneiderbuild: Export global_last_failed_assert.
2011-08-12 Andreas Schneiderbuild: Fix fail_if_leftover_values export.
next