platform/upstream/cmocka.git
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.
2011-05-31 Andreas Schneiderexample: Fix build warnings of allocate_module.
2011-05-31 Andreas Schneiderexample: Fix a segfault in calculator test.
2011-05-31 Andreas Schneiderexample: Fix build warnings of calculator.
2011-05-31 Andreas Schneiderexample: Fix build warnings of customer_database.
2011-05-31 Andreas Schneiderexample: Fix build warnings of key_value.
2011-05-31 Andreas Schneiderexample: Fix build warnings of product_database_test.
2011-05-31 Andreas Schneiderexample: Fix build warnings of run_tests.
2011-05-31 Patrick Perrysrc: Fix expect_assert_failure bug not holding a char...
2011-05-31 Andreas Schneidermisc: Fix license in COPYING.
2011-05-31 Andreas Schneiderbuild: Fix Visual Studio warnings.
2011-05-31 Andreas Schneiderbuild: Remove obsolete autoconf.
2011-05-31 Andreas Schneidersrc: Fix includes.
2011-05-31 Andreas Schneidersrc: Fix a missing prototype warning.
2011-05-31 Steve Byansrc: Fix pointer-to-int cast warnings on ILP32 platforms.
2011-05-31 Steve Byansrc: Fix pointer casts to int on LP64 platforms.
2011-05-31 Steve Byansrc: Fix pointer casts to smaller integral type.
2011-05-31 Steve Byansrc: Fix gcc compiler warning.
2011-05-31 Steve Byansrc: Fix GCC warning on Windows.
2011-05-31 Steve Byansrc: Fix a bunch of build warnings.
2011-05-31 ademinsrc: Fixed IsDebuggerPresent() function declaration.
2011-05-31 ademinsrc: Fixed integer conversion warning on HPUX.
2011-05-31 ademinsrc: Fixed a problem on HPUX.
2011-05-31 ademinsrc: Fixed build on HP-UX IA64 v3.
2011-05-31 ademinsrc: Use Google Test output format.
2011-05-31 ademinsrc: Fixed stdout and stderr problems.
2011-05-31 Andreas Schneiderbuild: Added a def file for windows build.
2011-05-31 Andreas Schneiderbuild: Added CPack config for source and binary generators.
2011-05-31 Andreas Schneiderbuild: Added example build.
2011-05-31 Andreas Schneiderbuild: Added option to build with static library.
2011-05-31 Andreas Schneiderbuild: Added CMake build of cmockery.
2009-08-28 stewartamiles* Fixed assert_*() macros so they no longer truncate...
2009-08-14 stewartamilesFixed memory_not_equal_display_error() to display an...
2009-07-23 stewartamilesFixed internal links (<a href="#.*">) to headings that...
2009-07-23 stewartamiles* Added bash (awk / sed) script to convert cmockery...
2009-07-23 stewartamilesFixed truncation in integer range checking event struct...
2009-07-23 stewartamiles* Support for mocking long long (>= 64-bit) parameters.
2009-07-23 stewartamilesDeleted all trailing whitespace from cmockery source...
2009-07-23 stewartamilesModified the windows makefile for cmockery to enable...
2009-07-23 stewartamilesIntegrated fix for cmockery "Issue 3: malloc.h not...
2009-07-23 stewartamilesFixed cmockery "Issue 9: assert_macro.c"
2009-07-23 stewartamilesFix for "Issue 7: value_in_set_display_error() falsely...
2009-07-23 stewartamilesFixed Issue 6 from code.google.com/p/cmockery : IsDebug...
2009-07-23 stewartamilesFixed code.google.com/p/cmockery Issue 5: Using will_re...
2009-07-23 stewartamiles* Modified cmockery's windows makefile so that it's...
2009-07-23 stewartamilesIntegrated patch from "code.google.com/p/cmockery Issue...
2008-09-16 stewartamilesMon Sep 15 17:21:22 2008 Google Inc. <opensource@google...
2008-09-16 stewartamilesMon Sep 15 17:21:22 2008 Google Inc. <opensource@google...
2008-09-16 stewartamilesMon Sep 15 17:21:22 2008 Google Inc. <opensource@google...
next