- Feb 16, 2022
-
-
Frank Winklmeier authored
Remove the deprecated StatusCode "checking" code. This code is non-functional and marked with a deprecation warning since %v36r0 (see !989). Also delete deprecated implicit type conversion constructors.
-
- Dec 09, 2021
-
-
Marco Clemencic authored
-
-
-
- Jun 09, 2021
-
-
Marco Clemencic authored
-
- Apr 17, 2021
-
-
Christoph Hasse authored
-
- Nov 14, 2020
-
-
Rosen Matev authored
Fix the workaround introduced in 4f05f036 (for the lack of mixed C++/python inheritance) as part of !1116. There, the `iAlgorithm` base class was made into a member but the semantics of attribute lookup were not kept backward compatible (and e.g. the `.Histos` member of `iAlgorithm` was not accessible).
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Oct 09, 2020
-
-
Marco Clemencic authored
also properly set algorithm type string in GaudiPython::PyAlg<>
-
Marco Clemencic authored
-
Marco Clemencic authored
-
-
- Oct 08, 2020
-
-
Sebastien Ponce authored
Note that MonitoringHub is now Gaudi::Monitoring::Hub. Counters are now serialized in json and sent to a MessageSvcSink for printing. This should be kind of backward compatible with current printing except that the Counter order may change. The CounterHolder wrapper, now useless, has been dropped and counters register directly to the Monitoring::Hub Note that his had the consequence that the Counters method of the python interface had to be dropped. It does not seem to be used, but in case it would be needed, it can be implemented if we add a dedicated method to list counters of a given component to the Monitoringi::Hub
-
- Aug 07, 2020
-
-
Christopher Rob Jones authored
-
- 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 21, 2020
-
-
Marco Clemencic authored
-
- Jun 19, 2020
-
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jun 13, 2020
-
-
scott snyder authored
Update some sample code snippets in comments to use python 3 syntax.
-
- Jan 21, 2020
-
-
Marco Clemencic authored
-
- Dec 19, 2019
-
-
Alex Pearce authored
Suppresses warnings from Cling on Python 3 builds when loading the struct from Python.
-
Alex Pearce authored
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Dec 06, 2019
-
-
Frank Winklmeier authored
Delete the previously deprecated begin/endRun methods for Algorithm, Sequence and auditors. Also remove the `AuditBeginRun` and `AuditEndRun` properties of Algorithm.
-
- Sep 26, 2019
-
-
Marco Clemencic authored
-
- Sep 20, 2019
-
-
Marco Clemencic authored
see gaudi/Gaudi#75
-
-
- Apr 16, 2019
-
-
Attila Krasznahorkay authored
This is because Clang was complaining that the pop command at the end of the file was not paired with a previous push command.
-
- Feb 14, 2019
-
-
Gitlab CI authored
patch generated by https://gitlab.cern.ch/kreczko/Gaudi/-/jobs/3324119
-
Alex Pearce authored
-
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)
-
Alex Pearce authored
apply has been deprecated since 2.3+.
-
Alex Pearce authored
The forward compatible syntax from 2.6 plus is: except SomeException as err rather than except SomeException, err
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
Marco Clemencic authored
-
- Jan 29, 2019
-
-
Gerhard Raven authored
* introduce CounterHolder, which keeps track of the available counters, and provides declareCounter, findCounter, forEachCounter, nCounters and clearCounters
-
- Jan 10, 2019
-
-
Marco Clemencic authored
-