- Jun 29, 2021
-
-
Marco Clemencic authored
also update version to 53.0
-
- Mar 25, 2021
-
-
Gerhard Raven authored
-
- Nov 04, 2020
-
-
- add missing include in public header - explicitly state include dependency in cmake lists file (w/o default build target)
-
- Sep 09, 2020
-
-
Gerhard Raven authored
-
- Jan 10, 2020
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
* remove the need for `mutable` (by not claiming `const` when it is not needed) * drop redundant copy c'tor and assignment operator * avoid using a pointer to address an unbounded array, prefer span. * adapt checking for end-of-range to the use of span * prefer reinterpret_cast over C-style cast * remove unneccessary friendship
-
- Jan 08, 2020
-
-
Arthur Marius Hennequin authored
-
- Jan 07, 2020
-
-
Arthur Marius Hennequin authored
-
- Sep 30, 2019
-
-
Marco Clemencic authored
-
- Feb 20, 2019
-
-
- Nov 30, 2018
-
-
- Oct 21, 2018
-
-
Marco Clemencic authored
-
- Jan 15, 2018
-
-
Sebastien Ponce authored
-
- Dec 05, 2016
-
-
Marco Cattaneo authored
-
- Jul 28, 2016
-
-
Gerhard Raven authored
-
- Mar 16, 2016
-
-
cattanem authored
git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/LHCb/trunk@203126 4525493e-7705-40b1-a816-d608a930855b
-
- Feb 08, 2016
-
-
graven authored
o add 'final' qualifier to internal classes o prefer direct member initialization o remove trivial destructors (which otherwise inhibit implicit generation of move constructor and move assignment) o prefer emplace_back over push_back o prefer cstdint over sys/types.h git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/LHCb/trunk@201092 4525493e-7705-40b1-a816-d608a930855b
-
- Apr 22, 2015
-
-
marcocle authored
Modified DecodeVeloRawBuffer to avoir re-definition of property xLabelOptions from base class (see GAUDI-1023). git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/LHCb/trunk@187117 4525493e-7705-40b1-a816-d608a930855b
-
- Mar 03, 2015
-