Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog 802 B
25.1.2017
+++++++++
Based on Version 3.3.7
Changes made to the original code:
nexus4tango.cpp, line 96:
-------------------------
changed long to Tango::DevLong (otherwise it is not compatible with std tango on a 32 bit machine; original: long)
in Utils.cpp:
-------------
Added code to make it compatible with Tango 9:
#if (TANGO_VERSION_MAJOR >= 9)
DEFINE_INTERNAL_BUFFER_FUNC( Tango::DevULong, ULongSeq )
DEFINE_INTERNAL_BUFFER_FUNC( Tango::DevLong64, Long64Seq )
DEFINE_INTERNAL_BUFFER_FUNC( Tango::DevULong64, ULong64Seq )
(plus if-statements for the other Tango versions)
Added the Autoconf/Automake scripts
Added the PluginGenerator
Added install_files (used by the PluginGenerator)
Added libsFromSoleil (containing some additional cpp and h files needed by ScanUtils).