- Apr 30, 2018
-
-
Sebastien Ponce authored
Old definition was using the class keyword, the new one was initially using struct and so any forward declaration created a clang warning. We are now back to class.
-
- Apr 27, 2018
-
-
Marco Clemencic authored
-
- Apr 26, 2018
-
-
Marco Clemencic authored
-
- Apr 25, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
* master: Add test and fix of version propagation in KeyedContainer move (#27)
-
- Apr 24, 2018
-
-
Frank Winklmeier authored
This avoids problems when the user has GIT_DIR and/or GIT_WORK_TREE set in the parent shell.
-
- Apr 20, 2018
-
-
Marco Clemencic authored
Closes #27
-
- Apr 18, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
* master: Fix changes list for formatting check
-
- Apr 17, 2018
-
-
Sebastien Ponce authored
The new counters have a few new features compared to existing StatEntity : - they are templated by the counted type - they come with different flavors counting only what you need (e.g. simple count, no stat) - more flavour can easily be created at will thanks to the AccumulatorSet object - they come with 2 implementations : thread safe or not - the thread safe ones use atomics and should be as efficient as possible - a Buffer object allows to easily buffer updates to a counter made in a tight loop, without paying the atomic price each time A Small unit test is available in the test suite and example code is provided in the comments of Counters.h where they are implemented. Existing code has been adapted, in particulat the ChronoSvc.
-
-
- Apr 16, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Apr 13, 2018
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- Apr 12, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Closes #17
-
Marco Clemencic authored
Closes #22
-
Rosen Matev authored
Fixes #22
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
- Remove IRegistry interface, and define it (for now) as an alias to RegistryEntry - Remove reference counting from RegistryEntry, replace with std::unique_ptr - Add move constructor/assignment to RegistryEntry closes #5
-
-
- Apr 11, 2018
-
-
patch generated by https://gitlab.cern.ch/hgraslan/Gaudi/-/jobs/1253552
-
Hadrien Benjamin Grasland authored
-
Hadrien Benjamin Grasland authored
-
Charles Leggett authored
Improve Gitlab-CI configuration See merge request !651
-
- Apr 10, 2018
-
-
Marco Clemencic authored
-