Skip to content

v01-17

Compare
Choose a tag to compare
@rete rete released this 11 Dec 12:40
· 36 commits to master since this release

v01-17

  • 2019-09-04 Andre Sailer (PR#36)

    • Marlin::Processor: make setParameters and setName public functions
    • Marlin::EventSelector: moved to marlin namespace
  • 2019-07-12 Remi Ete (PR#35)

    • LCIOOutputProcessor:
      • Added CompressionLevel processor parameter to set the compression level of the LCWriter instance
  • 2019-03-27 Andre Sailer (PR#34)

    • XMLParser: Fix "random" crash during XML parsing. Depends on XML Steering file and memory runtime behaviour, when some freed memory is overwritten
       /Marlin/source/tinyxml/src/tinyxml.cc:377: const TiXmlNode* TiXmlNode::IterateChildren(const char*, const TiXmlNode*) const: Assertion `previous->parent == this' failed.
      
    • XMLParser: Fix "invalid read errors" reported by valgrind. Objects were removed before they were used again, which probably lead to the above mentioned crashs
  • 2019-03-05 Andre Sailer (PR#33)

    • Marlin command line arguments: parameter names may now contain dots, solves lcfiplus/LCFIPlus#3
    • LCTokenizer: add optional max parameter to limit the number of resulting tokens
  • 2018-07-02 Andre Sailer (PR#32)

    • Make Doxygen documentation compatible with doxygen 1.8.8+