- Nov 17, 2017
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Nov 16, 2017
-
-
Charles Leggett authored
See merge request !504
-
Charles Leggett authored
See merge request !413
-
Charles Leggett authored
See merge request !501
-
-
Marco Clemencic authored
- remove implicit StatusCode casts - remove unnecessary long/StatusCode conversions Preparation for a larger re-design of StatusCode clean up.
-
Marco Clemencic authored
- fixed clash between two GaudiHive tests - avoid artificial check step in Gitlab-CI
-
Marco Clemencic authored
Fix bug in DataSvcHelpers::RegistryEntry::remove introduced in !474 See merge request !508
-
Gerhard Raven authored
-
- Nov 15, 2017
-
-
Marco Clemencic authored
-
Marco Clemencic authored
- make the correct job to fail in case of problems - keep artifacts also in case of failure
-
Marco Clemencic authored
-
Marco Clemencic authored
Unnamed lockguards don't actually lock and don't produce warnings.
-
Marco Clemencic authored
-
-
Marco Clemencic authored
-
-
Marco Clemencic authored
-
-
Frank Winklmeier authored
Remove a few more trivial implicit bool/long casts of StatusCode. No functional difference of the code.
-
Frank Winklmeier authored
In preparation for a larger re-design of StatusCode clean up a few places where the code unnecessarily relies on an implicit long type-conversion. In detail: - ObjectVector::remove: Return the index of the deleted object as documented in the base class. Before it always returned 1 - RegistryEntry: Change return type of some methods from long to StautsCode - IODataManager: Get rid of the S_OK/S_ERROR enum alias as this relies on the actual type of the StatusCode enums - RootDataConnection: Change return type of setCompression from long to StatusCode
-
Christoph Hasse authored
-
Marco Clemencic authored
-
Benedikt Hegner authored
See merge request !502
-
Sebastien Ponce authored
So far the code could try to create a new event even if no slots were available. This was due to the fact that there was not count of free slots. The consequences where an exception out of range further down the road as the return code of the event creation was on top not checked properly. This adds a free slot counter in the white board
-
Benedikt Hegner authored
See merge request !474
-
Charles Leggett authored
See merge request !466
-
-
Charles Leggett authored
Allow AthMpEvtLoopMgr to call ConcurrencyFlags::setNumProcs() See merge request !467
-
- Nov 14, 2017
-
-
Gerhard Raven authored
-
Gerhard Raven authored
pyRoot will not perform the implict conversion from a string to a string_ref -- so add a helper which does.
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
- replace union with boost::variant - replace call_ template with simpler fwd template - add compose to compose lambdas
-
Gerhard Raven authored
This allows/forces DataSvc and TsDataSvc to avoid temporary std::string objects.
-
Benedikt Hegner authored
See merge request !493
-