- Mar 23, 2022
-
-
- Dec 09, 2021
-
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Dec 14, 2019
-
-
patch generated by https://gitlab.cern.ch/gaudi/Gaudi/-/jobs/6508952
-
Gerhard Raven authored
-
Marco Clemencic authored
-
- Apr 01, 2019
-
-
Frank Winklmeier authored
The error reporting policy in ATLAS has changed making this auditor obsolete.
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
Marco Clemencic authored
-
- Dec 18, 2018
-
-
- Oct 17, 2018
-
-
Gerhard Raven authored
The updatehandler can either be anything which satisfies the `void(PropertyBase&)` signature, or a member function with the signature `void()` or `void(PropertyBase&)`. In addition, an additonal argument can be passed which specifies whether or not the provided handel should be invoked immediately. Default is to _not_ invoke it immediately.
-
- Sep 10, 2018
-
-
Hadrien Benjamin Grasland authored
-
- May 25, 2018
-
-
- Apr 16, 2018
-
-
Marco Clemencic authored
-
- Nov 27, 2017
-
-
Gerhard Raven authored
- remove destructors qualified with 'override = default' - prefer inheriting constructors ... plus some formatting tweaks,
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Replace code that relies on implicit StatusCode bool/long conversions.
-
- Sep 26, 2017
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jul 30, 2017
-
-
Marco Clemencic authored
-
- Jul 03, 2017
-
-
Paul Seyfert authored
-
- Mar 27, 2017
-
- Mar 20, 2017
-
-
Marco Clemencic authored
-
- Dec 14, 2016
-
-
Marco Clemencic authored
-
- Nov 08, 2016
-
-
Marco Clemencic authored
-
- Sep 28, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
also applied clang-format to all modified files
-
- Sep 07, 2016
-
-
Attila Krasznahorkay authored
-
- Jul 28, 2016
-
-
Marco Clemencic authored
-
- Jul 11, 2016
-
-
Marco Clemencic authored
and some related files
-
- Jun 27, 2016
-
-
Marco Clemencic authored
-
- Jun 03, 2016
-
-
Marco Clemencic authored
-
- Mar 11, 2016
-
-
Marco Clemencic authored
-
- Jan 22, 2016
-
-
Benedikt Hegner authored
-
- Nov 29, 2015
-
-
Gerhard Raven authored
-
- Oct 16, 2015
-
-
Gerhard Raven authored
-
- Oct 13, 2015
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- Oct 08, 2015
-
-
Marco Clemencic authored
-
- Sep 21, 2015
-
-
Gerhard Raven authored
Prefer SmartIF over bare pointers to interfaces, and the subsequent explicit updating of the refCount
-
- Sep 11, 2015
-
-
Gerhard Raven authored
- use explict bool conversion instead of .isValid() - add SmartIF::as<IFace>(), to return a SmartIF to an alternate interface -- which (together with move) encourages the use of auto - add ServiceManager::service<IFace>() which return SmartIF<IFace> which encourages the use of auto And add a few other C++11 modernizations (eg. prefer STL over raw loop)
-