- Nov 27, 2023
-
-
Sebastien Ponce authored
In case an algo ends with an Exception, a warning or error message was always displayed. But if the exception return code is not a failure, this warning is not welcome. This is the case for example in an IO algorithm when the end of file is reached.
-
- Nov 07, 2023
-
-
- Oct 12, 2023
-
-
Marco Clemencic authored
-
- Sep 13, 2023
-
-
Marco Clemencic authored
-
- Jul 18, 2023
-
-
Marco Clemencic authored
- move Gaudi::Funtional to GaudiFunctional subdir - headers are now under "Gaudi/Functional" - legacy GaudiAlg corresponding header redirect to the new ones - replace GaudiAlgorithm with Algorithm wherever possible in tests and utilities - add Gaudi::Sequencer basic implementation to replace GaudiSequencer - move GaudiAlg specific tests, examples, dictionaries and Python modules to GaudiAlg subdir - add CMake option GAUDI_ENABLE_GAUDIALG to allow skipping GaudiAlg (default to true) - minor fixes and clean ups
-