This project is mirrored from https://gitlab.cern.ch/gaudi/Gaudi.git.
Pull mirroring updated .
- Apr 02, 2019
-
-
Charles Leggett authored
See merge request !202
-
charles leggett authored
-
- Apr 01, 2019
-
-
Charles Leggett authored
See merge request !201
-
charles leggett authored
-
- Mar 29, 2019
-
-
Charles Leggett authored
See merge request !200
-
charles leggett authored
-
- Mar 28, 2019
-
-
charles leggett authored
-
charles leggett authored
-
charles leggett authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Counters: add support for std::chrono::duration See merge request gaudi/Gaudi!849
-
Charles Leggett authored
See merge request !198
-
Charles Leggett authored
See merge request !197
-
charles leggett authored
apply GMR 861: Restructure PRG sources and add visitor for Concurrent/Prompt CF inconsistency detection
-
charles leggett authored
-
- Mar 27, 2019
-
-
Charles Leggett authored
See merge request !196
-
Charles Leggett authored
GMR860: Fixes to EventIDRange See merge request !195
-
charles leggett authored
-
charles leggett authored
-
charles leggett authored
-
- Mar 26, 2019
-
-
Marco Clemencic authored
-
-
- Mar 19, 2019
-
-
Frank Winklmeier authored
-
Marco Clemencic authored
-
- Mar 15, 2019
-
-
Frank Winklmeier authored
The MessageSvc and JobOptionSvc were not following all the state transitions (GAUDI-274) as they are managed by the ApplicationMgr itself. Add the relevant calls to start, stop, reinitialize and restart.
-
Illya Shapoval authored
change visitor class name (ActiveSubgraphScout->ActiveLineageScout) and add 'final' specifier to SubSlotScout
-
Illya Shapoval authored
View-awareness added to subgraph scouts See merge request ishapova/Gaudi!1
-
Benjamin Michael Wynne authored
-
- Mar 12, 2019
-
-
Frank Winklmeier authored
- Add new `Gaudi/Chrono/Counters.h` header file that is supposed to be included when duration-base Counters are needed. - Allow specialization of `sqrt` within the `Gaudi::Accumulators` namespace for custom types via ADL. - Only define `std::chrono::duration` stream operator for <=C++17.
-
Frank Winklmeier authored
Add helpers to stream and calculate with std::chrono::duration objects. This makes them directly usable with Gaudi::Accumulators. Add unit test case.
-
Frank Winklmeier authored
For some arithmetic types (i.e. std::chrono::duration) we need to ensure that the result of an arithmetic operation is the same type as `Result` as they don't necessarily convert into each other. E.g. the result of `std::chrono::seconds(10) / 10ul` is of type `std::chrono::duration<unsigned long, ...>` which does not implicitly convert to the default type `std::chrono::duration<long, ...>`.
-
- Mar 11, 2019
-
-
Marco Clemencic authored
-
- Mar 09, 2019
-
-
Illya Shapoval authored
-
- Mar 08, 2019
-
-
Stefan Roiser authored
GaudiKernel/GaudiKernel/StreamBuffer.h:569 GaudiKernel/src/Lib/EventSelectorDataStream.cpp:81 RootCnv/src/RootNTupleCnv.cpp:540 by adding the [[fallthrough]] attribute (available since C++17)
-
Illya Shapoval authored
-
Illya Shapoval authored
-
- Mar 06, 2019
-
-
Illya Shapoval authored
-