-
02.11.009c4f2eec · ·
New MINOR release 02.11.00 Changes since 02.10.00: - fix: linter warnings (breaking internal API with ApplicationCore) - fix: compiler warning
-
02.10.00c421de5a · ·
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.00e6c0add1 · ·
New MINOR release 02.09.00 Changes since 02.08.00: - chore: breaking change in DeviceAccess
-
02.08.00b0801fc8 · ·
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.00cec0430b · ·
New MINOR release 02.07.00 Changes since 02.06.01: feat: add ApplicationFactory (#77)
-
-
02.06.0000f55020 · ·
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.01034be6a8 · ·
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.00d46eca85 · ·
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.038f66f6d1 · ·
New PATCH release 02.04.03 Changes since 02.04.02: - persistency: fix missing backwards compatibility in last patch
-
02.04.02c6411700 · ·
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.01939e9bcf · ·
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.0092d386ca · ·
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.026c175750 · ·
New PATCH release 02.03.02 Changes since 02.03.01: - fix for API changes in DeviceAccess (RegisterCatalogue) (#42) -- see #7425
-
02.03.0121004c49 · ·
New PATCH release 02.03.01 Changes since 02.03.00: - Add Boolean support for the PersistentDataStorage. - allow to disable build of tests
-
02.03.00370832b8 · ·
New MINOR release 02.03.00 Changes since 02.02.00: - add template specialisations for Void data type - allow long arrays in RefrenceTestApplication
-
02.02.01d31d479c · ·
New PATCH release 02.02.01 Changes since 02.02.00: Concerns only tests of DoocsAdapter: allow long arrays in RefrenceTestApplication
-
02.02.0098819da3 · ·
New MINOR release 02.02.00 Changes since 02.01.01: - introduce new ApplicationBase::optimiseUnmappedVariables()
-
02.01.0114b8405c · ·
New PATCH release 02.01.01 Changes since 02.01.00: - added support for pkgconfig (from project-template) No changes to the library itself