art 3.12.00
New features
- GCC 12.1 and Clang 14.0.6 support (C++17)
- Improvements to
cet::exempt_ptr
, such as easier-to-use equality comparisons, and a C++17 type-deduction guide - The
end_paths
andtrigger_paths
parameters are automatically calculated and added to the final post-processed configuration ( issue #126) - Improved reporting whenever fast-cloning is disabled (see art-root-io)
Bug fixes
- Fast-cloning is now disabled whenever multi-scheduled execution has been enabled (see art-root-io)
- Restored the user-configurable
SkipEvent
functionality whenever an exception is thrown (issue #127) - Fixed
const
-qualification ofTFileDirectory::mkdir()
(issue art-framework-suite/art-root-io#12)
Full Changelog: https://github.com/art-framework-suite/art/commits/v3_12_00