- Dec 09, 2021
-
-
- 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
-
- 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
-
-
- 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
-
- Sep 28, 2016
-
-
Marco Clemencic authored
-
Marco Clemencic authored
also applied clang-format to all modified files
-
- Jul 28, 2016
-
-
Marco Clemencic authored
-
- Jun 27, 2016
-
-
Marco Clemencic authored
-
- Mar 09, 2016
-
-
Hadrien Benjamin Grasland 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
-
- 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
-
- Aug 28, 2015
-
-
Gerhard Raven authored
-
- Aug 26, 2015
-
-
Gerhard Raven authored
-
- Aug 21, 2015
-
-
Gerhard Raven authored
- replace invariant data members by static const - prefer return by value over IN-OUT parameter - remove unneeded #include files - replace trivial destructor with = default - combine m_log and m_logger into a single datastructure - consolidate (almost) copy and pasted code in lambda - prefer range-based for loop - prefer std::unique_ptr over raw pointer + explicit delete
-
Gerhard Raven authored
-
- Aug 19, 2015
-
-
Gerhard Raven authored
- simplify constructor - replace trivial destructor with = default - avoid an 'if' by realizing that std::string::substr(0, std::string::npos) just copies the string - remove virtual function implmentation that invokes the implementation of the direct ancestor
-
- Aug 10, 2015
-
-
Gerhard Raven authored
-
- Jul 30, 2015
-
-
Benedikt Hegner authored
-
- Jul 29, 2015
-
-
Benedikt Hegner authored
-
- Jul 28, 2015
-
-
Benedikt Hegner authored
-
Gerhard Raven authored
- drop virtual on implementations already flagged override - flag more implementations as 'override' instead of 'virtual' (note: this is far from complete, and should be continued) - whilst doing the above, use covariant return types on 'clone' implementation - use std::unordered::map::{at,insert} in the implementation of Map - simplify 'sometimes owns' implementation of StreamLogger - remove unused member of FileMgr
-
- Jul 23, 2015
-
-
Gerhard Raven authored
- use std::unique_ptr with special deleter to deal with the 'sometimes' ownership
-
Gerhard Raven authored
- use cstdio, cstdarg instead of stdio.h, stdarg.h - use vnsprintf instead of vsprintf - add va_end after va_start
-