X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=a8a00ec1b2831ab5c8d0fb13719cc46145ff50f7;hb=fae9be0f837cf515c6ab46a986accbd32b0dec23;hp=ecda8b7e844a28b967da3247ef499afd7b5e26cd;hpb=b5611e1d07b7b1b1e35bf3d5a0733801c065e73d;p=platform%2Fupstream%2Fcmocka.git diff --git a/ChangeLog b/ChangeLog index ecda8b7..a8a00ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,51 @@ +Thu May 22 2014 Andreas Schneider + * cmocka: version 0.4.1 + * Added CMOCKA_TEST_ABORT env variable to leave threading apps. + * Fixed count parameter of expect_check() macro. + * Fixed reporting the number of tests. + * Fixed cmake config files. + +Fri Apr 11 2014 Andreas Schneider + * cmocka: version 0.4.0 + * Added support for group testing. + * Added assert_return_code(). + * Added better messages for errors. + * Added cmake config mode support. + * Fixed bug with unit_test_setup and unit_test_teardown. + * Fixed a lot of small bugs. + +Wed Nov 06 2013 Andreas Schneider + * cmocka: version 0.3.2 + * Fixed FindNSIS detection. + * Fixed unit_test_setup() and unit_test_teardown(). + * Fixed GTest and GCC message style conformance + * Fixed stringification in will_return_always(). + +Wed Jul 10 15:24 2013 Andreas Schneider + * cmocka: version 0.3.1 + * Fixed pointer conversion on s390 and ppc (32bit big endian). + * Fixed the customer_database test on big endian. + +Wed Jun 05 08:14 2013 Andreas Schneider + * cmocka: version 0.3.0 + * Added a better mock object example. + * Added pkgconfig file. + * Added new macros mock_type() and mock_ptr_type(). + * Added more documentation. + * Fixed installation problems on some platforms. + +Mon Jan 14 11:16 2013 Andreas Schneider + * cmocka: version 0.2.0 + * Added doxygen api documentation. + * Added new cmake build system. + * Added support to create windows NSIS installer. + * Fixed examples which didn't work. + * Fixed a huge amount of bugs. + Mon Sep 15 17:21:22 2008 Google Inc. * cmockery: version 0.12 * Made it possible to specify additional compiler, lib tool and link - flags on Windows. + flags on Windows. * Added Windows makefile to the tar ball. Fri Aug 29 10:50:46 2008 Google Inc.