The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
release.notes.v32r1

autotoc_md500

version: v32r1 date: 2019-07-18

supported_builds: [CMake]

Package Coordinators: Marco Clemencic, Charles Leggett, Stefan Roiser

Release Notes

Bugfix release, with some backward compatible changes, mostly meant to pick up LCG 96 and ROOT 6.18/00.

Note: Because of the updated version of Boost in LCG 96, you should use a recent version of CMake (>= 3.14).

Changed

  • Add algorithm name to warning in HiveDataBroker (gaudi/Gaudi!923)
  • Make Configurable.getGaudiType a classmethod (gaudi/Gaudi!929)
  • Prefer xyz_v<T> over xyz<T>::value, and xyz_t<T> over typename xyz<T>::type (gaudi/Gaudi!925)
  • Prefer std::{variant,optional} over boost::{variant,optional} (gaudi/Gaudi!926)

Added

Fixed