Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Releases: tango-controls/cppTango

9.3.1

23 May 19:22
9535ad1
Compare
Choose a tag to compare
9.3.1 Pre-release
Pre-release

Binaries

Linux: Download
Windows: Download

Release notes

  1. 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.
  2. DServerSignal: Include errno header instead of trying to manually get the declaration right (#441)
  3. Remove GNU_CXX definition for GCC/Clang (#441)
  4. filedatabase.cpp: Remove stray semicolon (#441)
  5. FileDatabase: Use correct format specifier for unsigned arguments to sscanf (#441)
  6. EventConsumer::connect_event: Fix misleading indentation (#441)
  7. PollThread: Fix multiline macro definitions (#451)
  8. Generate static library (#17) and fix compilation definitions (#437)
  9. Replace asserts in EventConsumer::initialize_received_from_admin with exceptions (#453)

9.3.0

07 May 13:00
Compare
Choose a tag to compare
9.3.0 Pre-release
Pre-release

Binaries

Linux: Download
Windows: Download

Release notes

  1. 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
  2. Fix memory leak when pipe event is sent and there is no client (#447,#448)
  3. 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.
  4. Add clang detection (#442)

v10.2.2

25 Oct 09:26
Compare
Choose a tag to compare
v10.2.2 Pre-release
Pre-release

bug fixes

v10.2.1

18 Oct 13:11
Compare
Choose a tag to compare
v10.2.1 Pre-release
Pre-release

Next minor release:

DevPipeBlob as command in/out

Tango-9.2.5

12 Jan 08:47
Compare
Choose a tag to compare

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.