- Mar 23, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 20, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 16, 2020
-
-
Sebastien Ponce authored
-
- Mar 11, 2020
-
-
Marco Clemencic authored
* origin/replace-statuscodesvc-with-nodiscard: Fix special case in GaudiAlg/Tuple.h Drop the WARN_UNUSED macro Fix some ignored StatusCodes with proper handling Hide "unchecked" StatusCodes Declare StausCode as [[nodiscard]] (C++17)
-
- Mar 04, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
Closes #94 * 94-fix-rootintes-propagation: Fix propagation of Context and RootInTES from GaudiSequencer to members Add test to expose non-propagation of GaudiSequencer RootInTES
-
- Feb 27, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
fixup some type something about DataObjectHandle payload See merge request !1045
-
- Feb 26, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
A number of minor fixes to build on MacOS See merge request !1044
-
- Feb 25, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
support `DataObjectHandle<Gaudi::NamedRange_<T>>` See merge request !1043
-
Marco Clemencic authored
a few more `scoped_lock`s See merge request !1038
-
Marco Clemencic authored
AlgExecStateSvc: Remove a fatal message and minor cleanups See merge request !1037
-
- Feb 24, 2020
-
-
Paul Seyfert authored
before this commit a MergingTransformer could only retrieve a Gaudi::Functional::details::vector_of_const_<NON_CONST_TYPE> and would thus operate with const pointers to non-const objects on the TES. Code copy and pasted from lhcb/LHCb!1914 (comment 2580579).
-
Pere Mato Vila authored
-
patch generated by https://gitlab.cern.ch/mato/Gaudi/-/jobs/7316660
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Marco Clemencic authored
Improve memory management in ParticlePropertySvc See merge request !1040
-
-
Marco Clemencic authored
Use local memory pool in EvtStoreSvc See merge request !1026
-
- Feb 19, 2020
-
-
patch generated by https://gitlab.cern.ch/mato/Gaudi/-/jobs/7270221
-
Pere Mato Vila authored
-
Marco Clemencic authored
-
Pere Mato Vila authored
-
- Feb 13, 2020
-
-
Gerhard Raven authored
-
Charles Leggett authored
Closes #115 See merge request !1042
-
- Feb 11, 2020
-
-
Marco Clemencic authored
-
Frank Winklmeier authored
If `DUMPFILE` is set, dump the job options catalogue during the `start` transition into the specified text file. Can be useful for debugging purposes.
-
- Feb 04, 2020
-
-
Gerhard Raven authored
* replace `std::set<std::unique_ptr<ParticleProperty>>` with `std::deque<ParticleProperty>` to keep owned, stable (as in 'remains at the same memory location') properties
-
- Jan 30, 2020
-
-
Gerhard Raven authored
-