- Oct 08, 2020
-
- Oct 07, 2020
-
-
Marco Clemencic authored
See merge request !1121
-
Marco Clemencic authored
See merge request !1122
-
Marco Clemencic authored
See merge request !1126
-
Marco Clemencic authored
See merge request !1124
-
-
Marco Clemencic authored
See merge request !1091
-
- Oct 02, 2020
-
-
Frank Winklmeier authored
Do not print default value of `DataHandle` if its value is unchange from the default.
-
- Oct 01, 2020
-
-
Frank Winklmeier authored
- add support for `isCondition` flag - add mode, type and isCondition values to option representation - make `setstate`/`getstate` generic - improve unit test coverage
-
- Sep 30, 2020
-
-
Frank Winklmeier authored
Support derived classes of `DataHandleProperty`. Requires passing the actual type of the DataHandle and extending `genconf` to be able to detect derived classes.
-
Frank Winklmeier authored
Change the handle member to `protected` so it can be re-used in derived classes.
-
Frank Winklmeier authored
Move the property declaration of data handles one level lower in the inheritance hierarchy, i.e. from `DataObjectHandleBase` to `DataHandle`. The only user-visible change should be the change in type of the python configurable class from `DataObjectHandleBase` to `DataHandle`. This change will allow other types of handles (e.g. in ATLAS) to profit from the python type information.
-
- Sep 29, 2020
-
-
Frank Winklmeier authored
Add accessor for the class name of `DataObjID` (for the ATLAS case). This avoids having to parse the result of `fullKey()`.
-
- Sep 25, 2020
-
-
Marco Clemencic authored
update units and constants See merge request !1101
-
-
- Sep 21, 2020
-
-
Marco Clemencic authored
Avoid output file conflict in MetaDataSvc test See merge request !1123
-
-
- Sep 14, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1120
-
Marco Clemencic authored
See merge request !1104
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1090
-
Marco Clemencic authored
See merge request !1086
-
- Sep 08, 2020
-
-
Marco Clemencic authored
See merge request gaudi/Gaudi!1088
-
Marco Clemencic authored
Revert "Revert "Merge branch 'SubSlotExceptions' into 'master'"" See merge request !1107
-
This reverts commit 0f268e1f.
-
Marco Clemencic authored
-
- Sep 04, 2020
-
-
Marco Clemencic authored
Check build warnings in GitLab CI See merge request !1109
-
Charles Leggett authored
See merge request !1114
-
- Sep 03, 2020
-
-
Marco Clemencic authored
Explicitly flush cout in MessageSvc::finalize() See merge request !1117
-
- Sep 02, 2020
-
-
Vakhtang Tsulaia authored
After switching to python3 in Athena, we started to see intermittent garbled output coming from MessageSvc::finalize() and from terminate() of the AppMgr. Apparently the output flushing somehow behaves differently in the print function of python3 vs python2, that's why the problem had not been spotted before. Explicit flushing of cout inside MessageSvc::finalize() is expected to fix this problem.
-
- Aug 31, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
the warnings are referring to the wrong versions and confusing
-
- Aug 18, 2020
-
-
Rosen Matev authored
Add a new set of jobs `build-check:...` that would pass if there are no warnings and would "fail" otherwise. Since the job is allowed to fail, the failure would be reflected as a yellow job/pipeline status.
-
Gerhard Raven authored
-
- Aug 08, 2020
-
-
Charles Leggett authored
See merge request !1105
-
- Aug 07, 2020
-
-
Christopher Rob Jones authored
-
- Aug 06, 2020
-
-
Charles Leggett authored
See merge request !1111
-