- 25 May, 2018 1 commit
-
-
- 22 May, 2018 8 commits
-
-
Charles Leggett authored
See merge request gaudi/Gaudi!667
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Closes #28
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 15 May, 2018 2 commits
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
- 12 May, 2018 4 commits
-
-
Gerhard Raven authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 02 May, 2018 2 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 01 May, 2018 1 commit
-
-
Illya Shapoval authored
-
- 30 Apr, 2018 2 commits
-
-
Marco Clemencic authored
-
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.
-
- 29 Apr, 2018 1 commit
-
-
Illya Shapoval authored
-
- 28 Apr, 2018 1 commit
-
-
Illya Shapoval authored
-
- 27 Apr, 2018 1 commit
-
-
Marco Clemencic authored
-
- 26 Apr, 2018 2 commits
-
-
Marco Clemencic authored
-
Illya Shapoval authored
add support for multiple CF parents to topological execution flow tracer, and verbose/error messages cleanup in PRG
-
- 25 Apr, 2018 3 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
* master: Add test and fix of version propagation in KeyedContainer move (#27)
-
- 24 Apr, 2018 1 commit
-
-
Frank Winklmeier authored
This avoids problems when the user has GIT_DIR and/or GIT_WORK_TREE set in the parent shell.
-
- 20 Apr, 2018 2 commits
-
-
charles leggett authored
-
Marco Clemencic authored
Closes #27
-
- 19 Apr, 2018 1 commit
-
-
charles leggett authored
To enable better migration of Algorithms to MT, detect if derived Algorithm classes implement begin/endRun methods, and print a warning message if so. No checks should be necessary for MT code, only serial, as the MT EventLoopMgr doesn't call Algorithm::sysBegin/EndRun. This is a temporary check until all Algorithms have been migrated, and we can remove the methods entirely.
-
- 18 Apr, 2018 2 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
* master: Fix changes list for formatting check
-
- 17 Apr, 2018 2 commits
-
-
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.
-
-
- 16 Apr, 2018 4 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-