File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11project (CppUTest)
22
33set (CppUTest_version_major 3)
4- set (CppUTest_version_minor 8dev )
4+ set (CppUTest_version_minor 7.1 )
55
66# 2.6.3 is needed for ctest support
77cmake_minimum_required (VERSION 2.6.3)
Original file line number Diff line number Diff line change 11
2- We don't keep a ChangeLog. Instead, check the revision on Github:
3- https://github.com/cpputest/cpputest
2+
3+
4+ Addition to Release 3.7 and Release 3.7.1:
5+
6+
7+
8+ For furthe ndows support
9+
10+ * -v and -ojunit together
11+ * Better memory leak printing
12+ * MEMCMP_EQUAL
13+ * STRNCMP_EQUAL
14+ * Memory Leak Detector multi-threading support
15+ * Mock Output parameters
16+ * Many Mock improvements
17+ * Many small fixes and improvements
18+ * Less platform specific dependencies
19+ * More platforms supported
20+
21+ https://github.com/cpputest/cpputest
22+
Original file line number Diff line number Diff line change 11
22AC_PREREQ ( [ 2.68] )
3- AC_INIT ( [ CppUTest] , [ 3.8dev ] , [ https://github.com/cpputest/cpputest] )
3+ AC_INIT ( [ CppUTest] , [ 3.7.1 ] , [ https://github.com/cpputest/cpputest] )
44AM_INIT_AUTOMAKE
55AC_CONFIG_SRCDIR ( [ src/CppUTest/Utest.cpp] )
66AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments