This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Releases: tango-controls/cppTango
Releases · tango-controls/cppTango
9.3.1
Binaries
Release notes
- Add -pedantic for GCC/Clang and debug mode (#441). This change can generate
errors with very old compilers (e.g. gcc 3.4.6) when compiling the lib debug
version. Please remove manually -pedantic flag in configure/CMakeLists.txt if
you need to compile the debug version on a very old compiler. - DServerSignal: Include errno header instead of trying to manually get the declaration right (#441)
- Remove GNU_CXX definition for GCC/Clang (#441)
- filedatabase.cpp: Remove stray semicolon (#441)
- FileDatabase: Use correct format specifier for unsigned arguments to sscanf (#441)
- EventConsumer::connect_event: Fix misleading indentation (#441)
- PollThread: Fix multiline macro definitions (#451)
- Generate static library (#17) and fix compilation definitions (#437)
- Replace asserts in EventConsumer::initialize_received_from_admin with exceptions (#453)
9.3.0
Binaries
Release notes
- Fix FQDN events (#423,#315)
Limitations:- in case DeviceProxy is used for event subscription client will get incorrect value
in the event callback if short domain name is used in env.TANGO_HOST
e.g. hzgc103 -> hzgc103.desy.de
- in case DeviceProxy is used for event subscription client will get incorrect value
- Fix memory leak when pipe event is sent and there is no client (#447,#448)
- Set the ZMQ Receive Buffer High Water Mark only if it changes (#444,#445)
to reduce the impact of a bug in ZMQ 4.2.0 and ZMQ 4.2.1. - Add clang detection (#442)
v10.2.2
v10.2.1
Tango-9.2.5
This release corresponds to Release_9_2_5 tag of the svn Sourceforge tango-cs repository.
The main difference is the fact you can compile with CMake or with autotools (configure/make/make install).
When using CMake, tango.h, tangoDynSK.cpp and tangoSK.cpp files are generated automatically during the compilation process.