-
Notifications
You must be signed in to change notification settings - Fork 39
/
ChangeLog
58 lines (46 loc) · 1.86 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Mon Apr 13 2015 Luis Pabón, Jr. <[email protected]>
* Version v1.3.9
* Minor bug fixes(thanks kerrigan29a and RocFang)
* FreeBSD package support (thanks harshavardhana)
Tue Jun 17 2014 Luis Pabón, Jr. <[email protected]>
* Version v1.3.8
* Support for clang (thanks [email protected])
* make check now works on source created by make dist
Mon Mar 21 2014 Luis Pabon, Jr. <[email protected]>
* Version v1.3.7
* Fixed memory check functions
* Added new memory unit test
Thu Mar 21 2014 Luis Pabon, Jr. <[email protected]>
* Version v1.3.6
* Travis and RPM changes
* PPC Support
Thu Mar 13 2014 Luis Pabon, Jr. <[email protected]>
* Version v1.3.4
* Initial Fedora release
Tue Mar 11 07:33:00 2014 Luis Pabon, Jr. <[email protected]>
* cmockery: version 1.3.2
* Fixed issue where make dist was not including autoget.sh - jclift
* Various autoconf fixes
Wed Feb 18 10:30:00 2014 Luis Pabon, Jr. <[email protected]>
* cmockery: version 1.2
* Many configure.ac fixes
* Added CFLAGS to output Gcov information
* Added Programming by contract
* Support to output Junit XML
Wed Jan 22 16:44:14 2014 Luis Pabon, Jr. <[email protected]>
* cmockery: version 0.9
* Added cmockery_override.h to be able to override standard tools
* Changed include directory from google to cmockery
Mon Sep 15 17:21:22 2008 Google Inc. <[email protected]>
* cmockery: version 0.12
* Made it possible to specify additional compiler, lib tool and link
flags on Windows.
* Added Windows makefile to the tar ball.
Fri Aug 29 10:50:46 2008 Google Inc. <[email protected]>
* cmockery: version 0.11
* Made it possible to specify executable, library and object output
directories.
Tue Aug 26 10:18:02 2008 Google Inc. <[email protected]>
* cmockery: initial release:
A lightweight library to simplify and generalize the process of
writing unit tests for C applications.