Tags give the ability to mark specific points in history as being important
-
02.13.01
1c55494e · ·New PATCH release 02.13.01 Changes since 02.13.00: - fix: keep data in cancelled writeDestructively
-
02.13.00
b1644153 · ·New MINOR release 02.13.00 Changes since 02.12.01: - feat(test): add bidir PVs to reference app
-
02.12.01
d73d0c8e · ·New PATCH release 02.12.01 Changes since 02.12.00: - fix: compiler warning - fix: nElementsPerChannel missing in unified backend test
-
02.12.00
756d32b7 · ·New MINOR release 02.12.00 Changes since 02.11.00: - fix(test): interrupt() without wait_for_new_data no longer throws - feat: Make it possible to augment TestApplication (#103)
-
02.11.00
9c4f2eec · ·New MINOR release 02.11.00 Changes since 02.10.00: - fix: linter warnings (breaking internal API with ApplicationCore) - fix: compiler warning
-
02.10.00
c421de5a · ·New MINOR release 02.10.00 Changes since 02.09.00: - fix: copy and paste error in fullStubTest - feat: Add Void and Boolean to the reference app (#95) - fix(tests): Pseudo backend needs to handle multiple pv (#94) - fix: Drop dependency to libatomic (#92)
-
02.09.00
e6c0add1 · ·New MINOR release 02.09.00 Changes since 02.08.00: - chore: breaking change in DeviceAccess
-
02.08.00
b0801fc8 · ·New MINOR release 02.08.00 Changes since 02.07.00: - chore: move testUnifiedTypeChangingDecorator to DeviceAccess - refactor: move MappedImage to DeviceAccess - refactor: move TypeChangingDecorator to DeviceAccess
-
02.07.00
cec0430b · ·New MINOR release 02.07.00 Changes since 02.06.01: feat: add ApplicationFactory (#77)
-
-
02.06.00
00f55020 · ·New MINOR release 02.06.00 Changes since 02.05.01: * use lib install dir defined by GNUInstallDirs this should fix library search problems on Tumbleweed * chore: modernise cmake (#69) setting rpath for tests is no longer necessary use imported targets boost::atomic not used cmake: remove explicit definitions for downstream projects -
02.05.01
034be6a8 · ·New PATCH release 02.05.01 | * commit b279a86032a2068e219cada5eccd10bf0f93445d | | | | Added FindlibYajl.cmake script | | | * commit e621221e8312e42658c44492452368e28a0a06be | | | | Added EPICS7IOC as option to set_control_system_adapter | | * | commit e4c77a9b33ffc7a79af2495543ee81312508a00a | | | | Drothe/mapped image improve (#64) | | | | * MappedImage: remove cached pointer to memory
-
02.05.00
d46eca85 · ·New MINOR release 02.05.00 Changes since 02.04.04: - Drothe/wip 10305 doocsimg (#56) - move MappedImage.h from DoocsAdapter to here - rename dataMaxLen - add convenience function imgBody() - reworked MappedImage - refactoring and tests - small bugfix for ImgView.endRow() - move tests in this projects (from DoocsAdapter) - Merge pull request #60 from ChimeraTK/update-project-template - Uses fixed-size integer types (fixes #57). - Ignore files generated by CMake during configure - Merge pull request #16 from ChimeraTK/phako/ignore-cmake-tests-in-style-check - Ignore files generated by CMake during configure
-
-
02.04.03
8f66f6d1 · ·New PATCH release 02.04.03 Changes since 02.04.02: - persistency: fix missing backwards compatibility in last patch
-
02.04.02
c6411700 · ·New PATCH release 02.04.02 Changes since 02.04.01: - fix wrong rpath for tests - fix PersistentDataStorage for (u)int8, (u)int64, Void
-
02.04.01
939e9bcf · ·New PATCH release 02.04.01 Changes since 02.04.00: - fix documentation and add hasProcessVariable - fix not throwing any more when asking for non-existent PV - fix coverage report building
-
02.04.00
92d386ca · ·New MINOR release 02.04.00 Changes since 02.03.01: - bugfix for handling of non-existing pv variables - move Status definitions from ApplicationCore here - fix for API changes in DeviceAccess (RegisterCatalogue, affects only tests)
-
02.03.02
6c175750 · ·New PATCH release 02.03.02 Changes since 02.03.01: - fix for API changes in DeviceAccess (RegisterCatalogue) (#42) -- see #7425
-
02.03.01
21004c49 · ·New PATCH release 02.03.01 Changes since 02.03.00: - Add Boolean support for the PersistentDataStorage. - allow to disable build of tests