- Dec 09, 2021
-
-
- May 17, 2021
-
-
- Nov 18, 2020
-
-
Marco Clemencic authored
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Apr 16, 2019
-
-
Attila Krasznahorkay authored
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
Marco Clemencic authored
-
- Dec 18, 2018
-
-
- Sep 10, 2018
-
-
Hadrien Benjamin Grasland authored
-
- Apr 16, 2018
-
-
Marco Clemencic authored
-
- Dec 18, 2017
-
-
Marco Clemencic authored
-
- Nov 27, 2017
-
-
Gerhard Raven authored
- remove destructors qualified with 'override = default' - prefer inheriting constructors ... plus some formatting tweaks,
-
- Nov 15, 2017
-
-
- Sep 26, 2017
-
-
Marco Clemencic authored
-
- Jul 30, 2017
-
-
Marco Clemencic authored
-
- Mar 20, 2017
-
-
Marco Clemencic authored
-
- Dec 14, 2016
-
-
Marco Clemencic authored
-
- Nov 08, 2016
-
-
Marco Clemencic authored
-
- Oct 08, 2016
-
-
Marco Clemencic authored
flagged those include directories as "-system".
-
- Sep 28, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
also applied clang-format to all modified files
-
- 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
-
- Mar 09, 2016
-
-
Hadrien Benjamin Grasland authored
-
- Jan 22, 2016
-
-
Benedikt Hegner authored
-
- Nov 29, 2015
-
-
Gerhard Raven authored
-
- Nov 11, 2015
-
-
Marco Clemencic authored
-
Marco Clemencic authored
The == operator is not available for std::ostream.
-
- Oct 14, 2015
-
-
Gerhard Raven authored
- pass sink arguments by value, and std::move them - prefer nullptr - avoid comparing pointers to 0
-
- Oct 13, 2015
-
-
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 07, 2015
-
-
Gerhard Raven authored
-
- Aug 30, 2015
-
-
Gerhard Raven authored
- classify implementations as override instead of virtual - explicitly = delete non-implemented constructor/destructor/assignment-op - clean up constructors - do not duplicate keys of maps
-
- Aug 29, 2015
-
-
Gerhard Raven authored
-