- Oct 25, 2017
-
-
Benedikt Hegner authored
See merge request !453
-
-
Benedikt Hegner authored
See merge request !432
-
Benedikt Hegner authored
add missing header guard to invoke.h See merge request !457
-
- Oct 24, 2017
-
-
Gerhard Raven authored
- restore use of recursive_mutex (required to avoid a deadlock in MiniBrunel) - add method to IHiveWhiteBoard to explicitly register new items (will be needed by FetchDataFromFile) - remove unused IHiveWiteBoard::newDataObjectsPresent() - avoid OUT parameters & StatusCode, prefer to just return the OUT parameter - fix comments
-
Gerhard Raven authored
-
- Oct 20, 2017
-
-
Marco Clemencic authored
Fixed use of messages in ApplicationMgr::i_startup See merge request !436
-
- Oct 19, 2017
-
-
Benedikt Hegner authored
See merge request !447
-
- Oct 18, 2017
-
-
Marco Clemencic authored
Adding DecisionNode negation mapping the "Invert" parameter of the GaudiSequencer
-
- Oct 17, 2017
-
-
Gerhard Raven authored
Since the introduction of Phoenix v3 (in boost 1.47) the 'result' struct is no longer needed in spirit parser. See eg. http://www.boost.org/doc/libs/1_47_0/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0.html which points out the switch to the 'Boost::Result_of' protocol
-
Benedikt Hegner authored
-
- Oct 16, 2017
-
-
Benedikt Hegner authored
Modernize genconf See merge request !437
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
Gerhard Raven authored
and rename the variables used to iterate over the values returned to indicate they are names of factories. Also, remove some pre-C++11 compatibility scaffolding
-
Gerhard Raven authored
- prefer enum over std::string - prefer freestanding function in anonymous namespace over member functions - prefer direct member initialization - prefer auto - prefer range-based for loops - use std::type_index to compare std::type_info objects (the latter are not guaranteed to be unique for a given type!) - prefer std::unordered_map over Gaudi::HashMap - prefer std::vector<std::pair<std::string,std::string>> over Gaudi::HashMap if no lookup is required
-
Marco Clemencic authored
fix formatting See merge request !442
-
Gerhard Raven authored
-
Benedikt Hegner authored
tweak overload resolution of TupleObj::farray for gcc7 See merge request !430
-
Marco Clemencic authored
Fix task-based conditions handling See merge request !431
-
Marco Clemencic authored
Fix various printouts See merge request !416
-
- Oct 13, 2017
-
-
Marco Clemencic authored
-
- Oct 12, 2017
-
-
Benedikt Hegner authored
add TaggedBool See merge request !435
-
Benedikt Hegner authored
update gitlab-ci.yml to use centos7 See merge request !433
-
Charles Leggett authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
-
there is a difference in the output of clang-format-4.0 and clang-format-3.9. We will switch to a more recent version when it's available to everybody.
-
Gerhard Raven authored
-
Benedikt Hegner authored
Fix messaging performance regression See merge request !428
-
- Oct 11, 2017
-
-
Benedikt Hegner authored
Implement rigorous locking in HiveWhiteBoard See merge request !388
-
Benedikt Hegner authored
Fix warnings See merge request !423
-
- Oct 10, 2017
-
-
Marco Clemencic authored
Remove include of deprecated GaudiKernel/AlgFactory.h header See merge request !414
-
Illya Shapoval authored
-
Illya Shapoval authored
-
- Oct 09, 2017
-
-
Gerhard Raven authored
-