- Oct 10, 2023
-
-
Sebastien Ponce authored
More precisely, json data come from the JSONSink and this produces a list of non ordered items, one may call it a set. Unfortunately JSON does not have such a concept so an ordered list is produced and the validator was naturally checking that the order was correct
-
- Sep 13, 2023
-
-
Marco Clemencic authored
-
- Aug 18, 2023
-
-
Maarten Van Veghel 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
-
- Apr 24, 2023
-
-
- Mar 29, 2023
-
-
Marco Clemencic authored
- moved the report logic to DHHVisitor - print list of inputs and outputs of an algorithm only once - do not print "data dependencies" header if there is none - use DHHVisitor to report DataHandle owners in AvalancheScheduler
-
- Feb 24, 2023
-
-
Marco Clemencic authored
-
- 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
-
- Nov 15, 2022
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Oct 12, 2022
-
-
Rosen Matev authored
-
- Oct 10, 2022
-
-
- Sep 21, 2022
-
-
Chris Burr authored
-
- Sep 09, 2022
-
-
Chris Burr authored
-
- Aug 09, 2022
-
-
Christoph Hasse authored
-
- Jul 29, 2022
-
-
- Feb 16, 2022
-
-
Frank Winklmeier authored
-
- Dec 09, 2021
-
-
- Oct 07, 2021
-
-
Christoph Hasse authored
-
- Sep 03, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- May 17, 2021
-
-
- Feb 22, 2021
-
-
Marco Clemencic authored
-
- Nov 06, 2020
-
-
Marco Clemencic authored
This is closer to the original QMTest behaviour and makes it possible to add HTML code in the reports.
-
- Oct 28, 2020
-
-
Rosen Matev authored
-
Rosen Matev authored
`BaseTest.GetPlatform` was modified (why?) with !986 (originally in 127ebab4), which breaks the lookup of platform-specific reference filenames in QMTests.
-
- 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
-
- Mar 26, 2020
-
-
Illya Shapoval authored
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Dec 12, 2019
-
-
Marco Clemencic authored
-
- Dec 06, 2019
-
-
Frank Winklmeier authored
-
-
- Sep 23, 2019
-
-
Marco Clemencic authored
-
- Sep 20, 2019
-
-
- May 22, 2019
-
-
Marco Clemencic authored
This partially reverts commit 43cb405f.
-
- May 15, 2019
-
-
Marco Clemencic authored
moved the code into ApplicationMgr and control it via options
-
- Feb 14, 2019
-
-
Alex Pearce authored
The forward compatible syntax from 2.6 plus is: except SomeException as err rather than except SomeException, err
-