- Feb 13, 2018
-
-
Charles Leggett authored
See merge request !509
-
- Feb 10, 2018
-
-
Marco Clemencic authored
This reverts merge request !524
-
Gerhard Raven authored
This reverts merge request !524
-
Marco Clemencic authored
-
- Feb 09, 2018
-
-
Charles Leggett authored
Closes #5 - Remove IRegistry interface, and define it (for now) as an alias to RegistryEntry - Remove reference counting from RegistryEntry, replace with std::unique_ptr - Add move constructor/assignment to RegistryEntry See merge request !524
-
-
Charles Leggett authored
See merge request !526
-
Illya Shapoval authored
-
Marco Clemencic authored
The syntax of ``` ToolHandle<IMyTool> m_tool; bool m_useToolFlag; ... ATH_CHECK( m_tool.retrieve( DisableTool{ !m_useToolFlag } )); ``` Add another TaggedBool to make it a little clearer what are people's thoughts on `DisableTool / EnableTool` vs. `DisableToolIf / EnableToolIf`: ``` ATH_CHECK( m_tool.retrieve( EnableTool{ m_useToolFlag } )); ```
-
-
Marco Clemencic authored
-
-
- Feb 07, 2018
-
-
Gerhard Raven authored
-
- Feb 05, 2018
-
-
Benedikt Hegner authored
Add support for Gaudi::Range_ to DataObjectHandle See merge request !571
-
- Jan 29, 2018
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
add TimelineSvc-based implementation of 'last running schedule' detection (used in scheduler state dumps)
-
Illya Shapoval authored
-
Illya Shapoval authored
register (partial) timeline events as early as possible - right before the start of Algorithm::execute()
-
Benedikt Hegner authored
TaggedBool: use a more specific header guard name See merge request !584
-
Benedikt Hegner authored
[[ deprecated ]] does not compile with using statements See merge request !587
-
-
Benedikt Hegner authored
make uncompiled exported headers compilable See merge request !590
-
Benedikt Hegner authored
Demoted a few AvalancheSchedulerSvc messages See merge request !576
-
Benedikt Hegner authored
remove unused IIncidentListener inheritance from RndmEngine See merge request !573
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Revisit in-failure and in-stall console dumps of scheduler state, plus few other misc. things (mr !541) * remove double console dumps of the scheduler state occurring in a failure/stall * minor cleanup of associated scheduler's state-dumping logging messages * improve the coverage of logging protection by msgLevel(X) And several other things: * re-implement PRG::accept() to walk visitors through all nodes * make StatusCode state checking explicit * remove unused and obsolete headers
-
- Jan 25, 2018
-
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Paul Seyfert authored
-
Marco Clemencic authored
required by an upgrade of autopep8
-