- Sep 19, 2023
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- Jul 21, 2023
-
-
Marco Clemencic authored
-
- Feb 21, 2023
-
-
David Hutchcroft authored
Changed the messages output by Histograming::Sink::Base and RootHistCnv::PersSvc to make using the Sink output a better log file.
-
- Jun 02, 2022
-
-
Chris Burr authored
-
- Dec 09, 2021
-
-
- Aug 19, 2021
-
-
Frank Winklmeier authored
Fix a few conversion warnings that show up when compiling the code with `-Wconversion`. The goal was not to make the code compile without warnings, but rather reduce the "noise" as much as possible when compiling client code against Gaudi headers.
-
- May 17, 2021
-
-
- Nov 18, 2020
-
-
Marco Clemencic authored
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Feb 26, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Oct 21, 2019
-
-
- Aug 17, 2019
-
-
Christopher Rob Jones authored
-
- Aug 16, 2019
-
-
Christopher Rob Jones authored
-
- Jun 20, 2019
-
-
Gerhard Raven authored
-
-
- Mar 29, 2019
-
-
Marco Clemencic authored
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
- Sep 13, 2018
-
-
Christopher Rob Jones authored
-
- Aug 02, 2018
-
-
- Jul 21, 2018
-
-
- May 25, 2018
-
-
Gerhard Raven authored
- prefer CommonMessaging when available - add generic visit to downcast INTupleItem to concrete type and invoke the provided callable, and use that to dispatch lambdas instead of explicit switch statements with almost identical function calls - use boost::string_ref to avoid copying strings more than strictly required - prefer direct member initialization
-
- May 12, 2018
-
-
Gerhard Raven authored
- `class NTUPLEINFO` only appears as argument in the declaration of a templated function which is not defined
-
- Apr 16, 2018
-
-
Marco Clemencic authored
-
- Mar 16, 2018
-
-
Marco Clemencic authored
- require public constructor for components - removed XyzFactory classes - enabled warning for XyzFactory headers - some clean up and modernization
-
- Dec 06, 2017
-
-
Sebastien Ponce authored
-
- Nov 28, 2017
-
-
Gerhard Raven authored
- and some minor format tweaking
-
- Nov 27, 2017
-
-
Gerhard Raven authored
- remove destructors qualified with 'override = default' - prefer inheriting constructors ... plus some formatting tweaks,
-
- Sep 26, 2017
-
-
Marco Clemencic authored
-
- Sep 28, 2016
-
-
Marco Clemencic authored
-
- Jul 28, 2016
-
-
Marco Clemencic authored
-
- Jun 28, 2016
-
-
Marco Clemencic authored
migrated JobOptionsSvc, GaudiGS, GaudiMP, GaudiMTTools, GaudiUtils, PartPropSvc and RootHistCnv to new property declaration
-
- Jun 15, 2016
-
-
Marco Clemencic authored
getProperty(string,string) conflicts with an IProperty method
-
- Jun 13, 2016
-
-
Marco Clemencic authored
Allow retrieval of single properties from `JobOptionsSvc`. Also removed the need of `PropertyMgr` in `RFileCnv`.
-
Marco Clemencic authored
Changed PropertyMgr to allow to use it to implement IProperty interface via multiple inheritance. For example: ```.cpp class Algorithm: public implements<IProperty, INamedInterface, ...>, public PropertyMgr { // implements IProperty ... }; ``` Changing from composition to (multiple) inheritance allowed removal of ~200 lines of code.
-
- Mar 11, 2016
-
-
Marco Clemencic authored
-
- Mar 03, 2016
-
-
Ana Trisovic authored
Works. Not final version.
-
- Oct 13, 2015
-
-
Gerhard Raven authored
- prefer nullptr - prefer auto - avoid comparing pointers to 0
-