- 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
-
- Jul 14, 2023
-
-
aldbr authored
-
- Mar 21, 2023
-
-
Frank Winklmeier authored
Make code flake8 compliant. Mostly removing unused variables and imports.
-
- Jan 26, 2023
-
-
Graeme A Stewart authored
Change explicit mention of Python binary to python3 which should be supported by all distributions and environments (https://peps.python.org/pep-0394/). Update hash bangs to python3. Adapt CMake to search for pytest also as pytest-3; likewise for nosetest binary as nosetests3 (with fallback to pytest and nosetests, which can be used in some virtual environments, even with a Python 3 install). Remove unnecessary utf-8 encoding lines. Update test scripts to python3
-
- Mar 23, 2022
-
-
- Mar 04, 2022
-
-
Rosen Matev authored
so that things work in a super project build
-
- Dec 09, 2021
-
-
- Nov 30, 2021
-
-
Marco Clemencic authored
-
- Aug 19, 2021
-
-
Frank Winklmeier authored
Fix a few conversion warnings that show up when compiling the code with `-Wconversion`. The goal was not to make the code compile without warnings, but rather reduce the "noise" as much as possible when compiling client code against Gaudi headers.
-
- Jun 29, 2021
-
-
Marco Clemencic authored
-
- May 17, 2021
-
-
- Oct 27, 2020
-
-
patch generated by https://gitlab.cern.ch/clemenci/Gaudi/-/jobs/10575206
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Jul 01, 2020
-
-
Marco Clemencic authored
-
- Feb 26, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Nov 19, 2019
-
-
Frank Winklmeier authored
Since `io_reinitialize` could be called multiple times in a job (e.g. in the ATLAS HLT) we should not `release` the `IIoComponent` during `io_reinitialize` but only during `finalize`. Otherwise the refcount will decrease each time and eventually lead to a crash of the job.
-
- Sep 20, 2019
-
-
Marco Clemencic authored
-
Marco Clemencic authored
that interface does not exist in recent versions of LHCb
-
Marco Clemencic authored
-
-
- Feb 14, 2019
-
-
Gitlab CI authored
patch generated by https://gitlab.cern.ch/kreczko/Gaudi/-/jobs/3324119
-
Alex Pearce authored
Python 2 compatible: exec "some statement" in globals_dict, locals_dict Python 2 and 3 compatible: exec("some statement", globals_dict, locals_dict)
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
Marco Clemencic authored
-
- Jan 07, 2019
-
-
Frank Winklmeier authored
Add a method `io_retrieve(IIoComponent*)` to retrieve all registered file names for a given IO component.
-
- Dec 18, 2018
-
-
- Sep 10, 2018
-
-
Hadrien Benjamin Grasland authored
-
- Sep 07, 2018
-
-
- May 25, 2018
-
-
patch generated by https://gitlab.cern.ch/valassi/Gaudi/-/jobs/1471225
-
Andrea Valassi authored
-
- Apr 16, 2018
-
-
Marco Clemencic authored
-
- Apr 10, 2018
-
-
Marco Clemencic authored
-
- Apr 09, 2018
-
-
Vakhtang Tsulaia authored
Implemented a new property for IoComponentMgr to hold search patterns for direct I/O input file names Also cleaned up IoComponentMgr.h from obsolete comments
-
- Mar 16, 2018
-
-
Marco Clemencic authored
- require public constructor for components - removed XyzFactory classes - enabled warning for XyzFactory headers - some clean up and modernization
-
- Feb 26, 2018
-
-
cherry-pick of !599
-