cmocka: Include strings.h for strcasecmp
[platform/upstream/cmocka.git] / ChangeLog
1 Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
2     * cmocka: version 1.0.1
3     * Added a macro for assert_ptr_equal().
4     * Fixed test_realloc() if 0 size is passed.
5     * Fixed objects packaging bug.
6     * Fixed building with newer gcc versions.
7
8 Sun Feb 16 2015 Andreas Schneider <asn@cryptomilk.org>
9     * cmocka: version 1.0.0
10     * Added new test runner with group fixtures. The old runner is deprecated
11     * Added an extensible message output formatter
12     * Added jUnit XML message output
13     * Added subunit message output
14     * Added Test Anything Protocol message output
15     * Added skip() command
16     * Added test_realloc()
17     * Added a cmockery compat header
18     * Fixed a lot of bugs on Windows
19
20 Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
21     * cmocka: version 0.4.1
22     * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
23     * Fixed count parameter of expect_check() macro.
24     * Fixed reporting the number of tests.
25     * Fixed cmake config files.
26
27 Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
28     * cmocka: version 0.4.0
29     * Added support for group testing.
30     * Added assert_return_code().
31     * Added better messages for errors.
32     * Added cmake config mode support.
33     * Fixed bug with unit_test_setup and unit_test_teardown.
34     * Fixed a lot of small bugs.
35
36 Wed Nov 06 2013 Andreas Schneider <asn@cryptomilk.org>
37     * cmocka: version 0.3.2
38     * Fixed FindNSIS detection.
39     * Fixed unit_test_setup() and unit_test_teardown().
40     * Fixed GTest and GCC message style conformance
41     * Fixed stringification in will_return_always().
42
43 Wed Jul 10 15:24 2013 Andreas Schneider <asn@cryptomilk.org>
44     * cmocka: version 0.3.1
45     * Fixed pointer conversion on s390 and ppc (32bit big endian).
46     * Fixed the customer_database test on big endian.
47
48 Wed Jun 05 08:14 2013 Andreas Schneider <asn@cryptomilk.org>
49     * cmocka: version 0.3.0
50     * Added a better mock object example.
51     * Added pkgconfig file.
52     * Added new macros mock_type() and mock_ptr_type().
53     * Added more documentation.
54     * Fixed installation problems on some platforms.
55
56 Mon Jan 14 11:16 2013 Andreas Schneider <asn@cryptomilk.org>
57     * cmocka: version 0.2.0
58     * Added doxygen api documentation.
59     * Added new cmake build system.
60     * Added support to create windows NSIS installer.
61     * Fixed examples which didn't work.
62     * Fixed a huge amount of bugs.
63
64 Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com>
65         * cmockery: version 0.12
66         * Made it possible to specify additional compiler, lib tool and link 
67           flags on Windows.
68         * Added Windows makefile to the tar ball.
69
70 Fri Aug 29 10:50:46 2008  Google Inc. <opensource@google.com>
71
72         * cmockery: version 0.11
73         * Made it possible to specify executable, library and object output 
74           directories.
75
76 Tue Aug 26 10:18:02 2008  Google Inc. <opensource@google.com>
77
78         * cmockery: initial release:
79           A lightweight library to simplify and generalize the process of 
80           writing unit tests for C applications.