-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
41 lines (31 loc) · 1.21 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# ChangeLog for lcut
#
2012-04-13 Tony Bai <[email protected]>
* fix the bug: when all cases run successfully, lcut exit with -1.
* remove -Werror from top Makefile.am
* release lcut-0.3.0
2012-04-10 Tony Bai <[email protected]>
* release lcut-0.3.0 rc1
* add LCUT_ARG_RETURN_COUNT and LCUT_RETV_RETURN_COUNT
* add a new example: mock_test.c
2010-12-21 Tony Bai <[email protected]>
* add -fno-strict-aliasing to Makefile.am
2010-12-17 Tony Bai <[email protected]>
* no need to assign the suite variable to NULL when init another testsuite
2010-12-10 Tony Bai <[email protected]>
* add libtool support
2010-12-09 Tony Bai <[email protected]>
* remove the parameter n from LCUT_STR_NEQUAL
* fix the problem when pass NULL to LCUT_STR_EQUAL& LCUT_STR_NEQUAL
* add string_test.c
* refactor functions like lcut_int_equal
2010-12-01 Tony Bai <[email protected]>
* make the test report printed in color
* fix the issue2 raised by Helight.Xu
2010-11-03 Tony Bai <[email protected]>
* add '-std=c99 -Wall -Werror' to CPPFLAGS
2010-10-29 Tony Bai <[email protected]>
* Add mock support
2010-09-25 Tony Bai <[email protected]>
* Version 0.1.0 released