@@ -16,9 +16,11 @@ Change log
16
16
* Deprecated features:
17
17
* None
18
18
* New features:
19
+ * CMake: can now bypass the FindCisstNetlib provided with cisst. Used to find local cisstNetlib config file.
19
20
* cisstCommon:
20
21
* cmnPath: added method SharedLibrary to generate dynamic library name based on OS
21
22
* cmnStrings: added cmnStringsReplaceAll
23
+ * XML: added method Exists(path) and fix for compilation with Qt5/Windows
22
24
* cisstVector:
23
25
* added SetSize method with default value for all elements
24
26
* cisstDataGenerator:
@@ -28,15 +30,18 @@ Change log
28
30
* cisstMultiTask:
29
31
* added methods to configure component manager using JSON values
30
32
* use cisstDataGenerator for component constructor arguments (allows JSON)
33
+ * fixed incorrect error messages when optional interface/command was not found
31
34
* added mtsMessage type and methods to emit status/warning/error events from provided interface
32
35
* added mtsMessage, mtsIntervalStatistics and mtsSystem Qt Widget/Component
36
+ * updated Qt widget to save space
33
37
* cisstRobot: added wrapper for Reflexxes RML, builds Reflexxes as CMake External project
34
38
* cisstParameterTypes:
35
39
* added type prmInputData for DAQ
36
40
* added Qt widget for prmStateJoint
41
+ * actuator coupling message now only requires the actuator to joint position matrix
37
42
* External projects: created https://github.com/jhu-cisst-external to host clones of Reflexxes, jsoncpp and cppunit
38
43
* Bug fixes:
39
- * cisstCommon: cmnRandomSequence, fixed ExtractRandomPermutation
44
+ * cisstCommon: cmnRandomSequence, fixed ExtractRandomPermutation
40
45
* Qt: updated OpenGL base widget when using Qt5 (now using QOpenGLWidget)
41
46
* CMake: fixed search for QtXml when using Qt5
42
47
0 commit comments