- Sep 19, 2023
-
-
Sebastien Ponce authored
-
- Sep 13, 2023
-
-
Marco Clemencic authored
-
- Dec 09, 2021
-
-
- 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
-
- Feb 04, 2020
-
-
Gerhard Raven authored
* replace `std::set<std::unique_ptr<ParticleProperty>>` with `std::deque<ParticleProperty>` to keep owned, stable (as in 'remains at the same memory location') properties
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
Marco Clemencic authored
-
- Sep 10, 2018
-
-
Hadrien Benjamin Grasland authored
-
- Apr 16, 2018
-
-
Marco Clemencic 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
-
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
-
- Sep 28, 2016
-
-
Marco Clemencic authored
-
- Jul 11, 2016
-
-
Marco Clemencic authored
and some related files
-
- Jun 29, 2016
-
-
Marco Clemencic authored
-
- Jun 03, 2016
-
-
Marco Clemencic authored
-
- Mar 11, 2016
-
-
Marco Clemencic authored
-
- Mar 09, 2016
-
-
Hadrien Benjamin Grasland authored
-
- Nov 29, 2015
-
-
Gerhard Raven authored
-
- Oct 08, 2015
-
-
Marco Clemencic authored
-
- Oct 07, 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 09, 2015
-
-
Gerhard Raven authored
-
- Aug 22, 2015
-
-
Gerhard Raven authored
- avoid repeated lookups - use more auto to simplify things - prefer boost::algorithm::trim_left_if over in-situ implementation
-
- Aug 19, 2015
-
-
Gerhard Raven authored
-
- Aug 09, 2015
-
-
Gerhard Raven authored
-
- Aug 04, 2015
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- Jul 29, 2015
-
-
Benedikt Hegner authored
-
- Jul 27, 2015
-
-
Gerhard Raven authored
-
- Jul 22, 2015
-
-
Gerhard Raven authored
- streamline constructors - prefer std::unique_ptr over raw pointer with new/delete - use auto / range-based loops to reduce "noise" - use nullptr instead of NULL - use 'override' instead of 'virtual' in derived classes - define a type for pointer to function to reduce "noise"
-
- Jul 21, 2015
-
-
Gerhard Raven authored
- replace 'if (s.substr(a,b) = "ccc")' with 'if (s.compare(a,c,"ccc")==0)' which avoids creating a temporary string that is immediately thrown away again - used std::stoi(s) instead of ::atoi(s.c_str()), ditto for std::stod - replace s.substr(a,s.length()-a) and s.substr(a,s.length()) with s.substr(a)
-
- Jul 04, 2014
-
-
Marco Clemencic authored
From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7502 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-