- 13 Jun, 2018 1 commit
-
-
charles leggett authored
-
- 08 Jun, 2018 9 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Add support for EventContext as input to Gaudi::Functional algorithms See merge request gaudi/Gaudi!671
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 07 Jun, 2018 2 commits
-
-
Charles Leggett authored
See merge request gaudi/Gaudi!696
-
Charles Leggett authored
See merge request gaudi/Gaudi!695
-
- 06 Jun, 2018 2 commits
-
-
Marco Clemencic authored
-
-
- 29 May, 2018 1 commit
-
-
Marco Clemencic authored
Fixes LHCBPS-1792
-
- 25 May, 2018 7 commits
-
-
Marco Clemencic authored
-
-
Marco Clemencic authored
it avoids spurious test failures on busy Gitlab-CI runners
-
Marco Clemencic authored
CMake 3.11 looks for ninja in CMAKE_PREFIX_PATH and the SFT builds of it requires libstdc++ more recent than the system version.
-
patch generated by https://gitlab.cern.ch/valassi/Gaudi/-/jobs/1471225
-
Andrea Valassi authored
-
Gerhard Raven authored
- prefer CommonMessaging when available - add generic visit to downcast INTupleItem to concrete type and invoke the provided callable, and use that to dispatch lambdas instead of explicit switch statements with almost identical function calls - use boost::string_ref to avoid copying strings more than strictly required - prefer direct member initialization
-
- 24 May, 2018 1 commit
-
-
Gerhard Raven authored
- prefer boost::string_ref instead of const std::string& in interfaces - add transparant comparison when using std::map, so that a string_ref can be used to search in a map which has keys of type std::string - move standalone functions only visible in a single compilation unit into an anonymous namespace so that these functions are not visible to the linker
-
- 22 May, 2018 9 commits
-
-
Charles Leggett authored
See merge request gaudi/Gaudi!667
-
Florian Lemaitre authored
-
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 6 commits
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
- one can now specify `const EventContext&` as the first (input) argument to a Gaudi::Functional algorithm - the implementations will skip the `EventContext` when generating the input handles for the input, and when calling `operator()`, it will prefix the arguments with the result of `Gaudi::Hive::currentContext()`.
-
Gerhard Raven authored
- use `apply` and `detected` - prefer tag dispatch over template specialization - fix InnerType <-> Arithmetic swap - prefer boost::algortihm::icontains - remove redundant constructor calls - remove redundant copy c'tor and assignment declaration
-
Gerhard Raven authored
-
Gerhard Raven authored
-