- Nov 15, 2017
-
-
Marco Clemencic authored
Unnamed lockguards don't actually lock and don't produce warnings.
-
Marco Clemencic authored
-
-
Marco Clemencic 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
-
Benedikt Hegner authored
See merge request !494
-
- Nov 13, 2017
-
-
Benedikt Hegner authored
See merge request !482
-
Sebastien Ponce authored
Credits to Hadrien for spotting that possibility. Also dropped a couple of dynamic_casts that were simply not useful and moved the waiting list from map to unordered_map (credits to Hadrien again)
-
Benedikt Hegner authored
See merge request !486
-
Benedikt Hegner authored
See merge request !481
-
Sebastien Ponce authored
-
Benedikt Hegner authored
See merge request !492
-
Benedikt Hegner authored
See merge request !483
-
- Nov 12, 2017
-
-
Gerhard Raven authored
-
Gerhard Raven authored
- prefer `optional` over `unique_ptr` to make a nullable type, and avoid heap-allocation of RootFileHandler and POSIXFileHandler - better implementation of `select1st`,`select2nd` - prefer value-semantics implementation of `get_bit` and `set_bit`
-
Gerhard Raven authored
- remove virtual function destructor, qualify as final - implement binary operator as friend functions - implement less than using std::tie
-
- Nov 11, 2017
-
-
Adam Edward Barton authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
- re-use Gaudi::Details::ostream_joiner - avoid heap allocation - avoid recursive variadic pack expansion
-
- Nov 10, 2017
-
-
Benedikt Hegner authored
See merge request !479
-
Benedikt Hegner authored
See merge request !478
-
Benedikt Hegner authored
See merge request !452
-
Benedikt Hegner authored
See merge request !411
-