Commits on Source (20)
-
Marco Clemencic authored
Use map<enum class,string> instead of unordered_map.
935be46a -
Marco Clemencic authored
prepare_base and prepare_ext tests should not be run at the same time because they use one shared output file (MultiInput.xml)
0ed8148f -
Benedikt Hegner authored
See merge request !468
7be75eb2 -
Benedikt Hegner authored
See merge request !465
a82fa2bb -
11680bf9
-
Charles Leggett authored
Algorithms automatically retrieve their ToolHandles during initialize() if they are enabled. ToolHandle::enable()/disable() methods added for explicit control from C++. Alternatively, ToolHandles are disabled if their name is an empty string. See merge request !429
0c451674 -
Illya Shapoval authored0ce6bbc8
-
Illya Shapoval authored
When AlgExecStateSvc is put in VERBOSE, Gaudi was crashing at initialization throwing an std::out_of_range. This commit adds protection to AlgExecStateSvc's dump(..) to check whether a context is valid before using its slot ID.
a0582a16 -
3a43c77a
-
Marco Clemencic authored
- fixed retrieval of command line arguments - refactoring of some platform specific code
9b34cc68 -
411a1529
-
Marco Clemencic authored1634ad63
-
e4fc5e08
-
Marco Clemencic authored3c52889a
-
Sebastien Ponce authored
checks that the output exists and is correct
10ef4e76 -
Benedikt Hegner authored
See merge request !415
877fa0d6 -
Benedikt Hegner authored
See merge request !475
afd385a9 -
Benedikt Hegner authored
See merge request !472
29934a5b -
4a8063a9
-
Benedikt Hegner authored
See merge request !463
c644c564
Showing
- GaudiCoreSvc/src/AlgExecStateSvc/AlgExecStateSvc.cpp 6 additions, 5 deletionsGaudiCoreSvc/src/AlgExecStateSvc/AlgExecStateSvc.cpp
- GaudiExamples/CMakeLists.txt 1 addition, 0 deletionsGaudiExamples/CMakeLists.txt
- GaudiExamples/options/Timeline.py 30 additions, 0 deletionsGaudiExamples/options/Timeline.py
- GaudiExamples/options/ToolHandles.py 21 additions, 0 deletionsGaudiExamples/options/ToolHandles.py
- GaudiExamples/src/AlgTools/MyGaudiAlgorithm.cpp 2 additions, 7 deletionsGaudiExamples/src/AlgTools/MyGaudiAlgorithm.cpp
- GaudiExamples/src/ToolHandles/Algorithms.cpp 63 additions, 0 deletionsGaudiExamples/src/ToolHandles/Algorithms.cpp
- GaudiExamples/src/ToolHandles/FloatTool.cpp 5 additions, 0 deletionsGaudiExamples/src/ToolHandles/FloatTool.cpp
- GaudiExamples/src/ToolHandles/FloatTool.h 22 additions, 0 deletionsGaudiExamples/src/ToolHandles/FloatTool.h
- GaudiExamples/tests/qmtest/gaudiexamples.qms/algtools_list_tools.qmt 27 additions, 21 deletions...es/tests/qmtest/gaudiexamples.qms/algtools_list_tools.qmt
- GaudiExamples/tests/qmtest/gaudiexamples.qms/control_flow.qms/toolhandles.qmt 6 additions, 0 deletions...qmtest/gaudiexamples.qms/control_flow.qms/toolhandles.qmt
- GaudiExamples/tests/qmtest/gaudiexamples.qms/multi_input.qms/prepare_ext.qmt 3 additions, 0 deletions.../qmtest/gaudiexamples.qms/multi_input.qms/prepare_ext.qmt
- GaudiExamples/tests/qmtest/gaudiexamples.qms/timeline.qms/timeline.qmt 12 additions, 0 deletions.../tests/qmtest/gaudiexamples.qms/timeline.qms/timeline.qmt
- GaudiExamples/tests/qmtest/refs/AlgTools2.ref 25 additions, 18 deletionsGaudiExamples/tests/qmtest/refs/AlgTools2.ref
- GaudiExamples/tests/qmtest/refs/AlgTools_pyopts.ref 28 additions, 21 deletionsGaudiExamples/tests/qmtest/refs/AlgTools_pyopts.ref
- GaudiExamples/tests/qmtest/refs/Timeline.ref 13 additions, 0 deletionsGaudiExamples/tests/qmtest/refs/Timeline.ref
- GaudiExamples/tests/qmtest/refs/ToolHandles.ref 48 additions, 0 deletionsGaudiExamples/tests/qmtest/refs/ToolHandles.ref
- GaudiHive/src/AvalancheSchedulerSvc.cpp 22 additions, 33 deletionsGaudiHive/src/AvalancheSchedulerSvc.cpp
- GaudiHive/src/DataFlowManager.cpp 0 additions, 107 deletionsGaudiHive/src/DataFlowManager.cpp
- GaudiHive/src/DataFlowManager.h 0 additions, 79 deletionsGaudiHive/src/DataFlowManager.h
- GaudiHive/src/EventSlot.h 1 addition, 7 deletionsGaudiHive/src/EventSlot.h
GaudiExamples/options/Timeline.py
0 → 100644
GaudiExamples/options/ToolHandles.py
0 → 100644
GaudiExamples/src/ToolHandles/Algorithms.cpp
0 → 100644
GaudiExamples/src/ToolHandles/FloatTool.cpp
0 → 100644
GaudiExamples/src/ToolHandles/FloatTool.h
0 → 100644
GaudiExamples/tests/qmtest/refs/Timeline.ref
0 → 100644
GaudiHive/src/DataFlowManager.cpp
deleted
100644 → 0
GaudiHive/src/DataFlowManager.h
deleted
100644 → 0