Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • lima_internal_multi
  • master
  • release_3_5_19
  • release_3_5_18
  • release_3_5_17
  • release_3_5_16
  • release_3_5_15
  • bad_release_3_5_15
  • release_3_5_14
  • release_3_5_13
  • release_3_5_12
  • release_3_5_11
  • release_3_5_10
  • release_3_5_9
  • release_3_5_8
  • release_3_5_7
  • release_3_5_6
  • release_3_5_5
  • release_3_5_4
  • release_3_5_3
  • release_3_5_2
  • release_3_5_1
23 results

ChangeLog

Blame
  • 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).