File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 1.0.7 (2016-05-16)
5
+ ==================
6
+
7
+ * API changes:
8
+ * None
9
+ * Deprecated features:
10
+ * None
11
+ * New features:
12
+ * CMake: added -fPIC for external projects, now compiles with clang on Ubuntu 12.04 and 14.04
13
+ * CMake: modifications to use find_package instead of cisst_find_saw_components
14
+ * cisstDataGenerator:
15
+ * Added methods to generate lists of enum values/strings
16
+ * Destructor can now be virtual to avoid warnings if user adds virtual methods
17
+ * cisstNumerical: added nmrLinearRegression
18
+ * cisstRobot:
19
+ * Added accessor to modify position offsets in robJoint
20
+ * Now partially wrapped using SWIG
21
+ * Bug fixes:
22
+ * cisstCommon: fix major bug in CMN_LOG macros (#45 )
23
+ * cisstCommon: cmnTypeTraits, added some missing specializations for unsigned long
24
+
25
+
4
26
1.0.6 (2016-01-08)
5
27
==================
6
28
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ endif (CISST_BUILD_SHARED_LIBS)
70
70
# Set the version number
71
71
set (CISST_VERSION_MAJOR "1" )
72
72
set (CISST_VERSION_MINOR "0" )
73
- set (CISST_VERSION_PATCH "6 " )
73
+ set (CISST_VERSION_PATCH "7 " )
74
74
set (CISST_VERSION "${CISST_VERSION_MAJOR} .${CISST_VERSION_MINOR} .${CISST_VERSION_PATCH} " )
75
75
76
76
# To compile examples within this project
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >cisst</name >
3
- <version >1.0.6 </version >
3
+ <version >1.0.7 </version >
4
4
<description >
5
5
This package provides the cisst libraries
6
6
</description >
You can’t perform that action at this time.
0 commit comments