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 1
1
project (CppUTest )
2
2
3
3
set (CppUTest_version_major 3 )
4
- set (CppUTest_version_minor 8dev )
4
+ set (CppUTest_version_minor 7.1 )
5
5
6
6
# 2.6.3 is needed for ctest support
7
7
cmake_minimum_required (VERSION 2.6.3 )
Original file line number Diff line number Diff line change 1
1
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 1
1
2
2
AC_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] )
4
4
AM_INIT_AUTOMAKE
5
5
AC_CONFIG_SRCDIR ( [ src/CppUTest/Utest.cpp] )
6
6
AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments