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