1 Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
2 * cmocka: version 0.4.1
3 * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
4 * Fixed count parameter of expect_check() macro.
5 * Fixed reporting the number of tests.
6 * Fixed cmake config files.
8 Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
9 * cmocka: version 0.4.0
10 * Added support for group testing.
11 * Added assert_return_code().
12 * Added better messages for errors.
13 * Added cmake config mode support.
14 * Fixed bug with unit_test_setup and unit_test_teardown.
15 * Fixed a lot of small bugs.
17 Wed Nov 06 2013 Andreas Schneider <asn@cryptomilk.org>
18 * cmocka: version 0.3.2
19 * Fixed FindNSIS detection.
20 * Fixed unit_test_setup() and unit_test_teardown().
21 * Fixed GTest and GCC message style conformance
22 * Fixed stringification in will_return_always().
24 Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
25 * cmocka: version 0.3.1
26 * Fixed pointer conversion on s390 and ppc (32bit big endian).
27 * Fixed the customer_database test on big endian.
29 Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
30 * cmocka: version 0.3.0
31 * Added a better mock object example.
32 * Added pkgconfig file.
33 * Added new macros mock_type() and mock_ptr_type().
34 * Added more documentation.
35 * Fixed installation problems on some platforms.
37 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
38 * cmocka: version 0.2.0
39 * Added doxygen api documentation.
40 * Added new cmake build system.
41 * Added support to create windows NSIS installer.
42 * Fixed examples which didn't work.
43 * Fixed a huge amount of bugs.
45 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
46 * cmockery: version 0.12
47 * Made it possible to specify additional compiler, lib tool and link
49 * Added Windows makefile to the tar ball.
51 Fri Aug 29 10:50:46 2008 Google Inc. <opensource@google.com>
53 * cmockery: version 0.11
54 * Made it possible to specify executable, library and object output
57 Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com>
59 * cmockery: initial release:
60 A lightweight library to simplify and generalize the process of
61 writing unit tests for C applications.