- Nov 03, 2023
-
-
Frank Winklmeier authored
-
- Jan 23, 2023
-
-
Marco Clemencic authored
-
- Dec 09, 2021
-
-
Marco Clemencic authored
-
- Dec 11, 2020
-
-
Frank Winklmeier authored
`Property::fromString` was only catching `std::invalid_argument` exceptions. However, there can be other exceptions thrown by the parser (e.g. from `boost::spirit`) that were not being filtered. Change the code to catch all `std::exception`s. In addition: - Re-throw the exception as `Gaudi::Exception`. - Improve the diagnostics to contain the property name and owner type. - Add "WARNING/FATAL" keywords to the `stderr` message. - Add test case to `PropertyAlg`.
-
- Oct 07, 2020
-
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Sep 20, 2019
-
-
- Jun 21, 2019
-
-
Marco Clemencic authored
-
- May 15, 2019
-
-
Marco Clemencic authored
still use the old way for a few special cases or if GAUDIRUN_USE_OLDINIT is set
-
- Jun 24, 2016
-
-
Marco Clemencic authored
-
- Dec 01, 2015
-
-
Gerhard Raven authored
-
- Jun 28, 2012
-
-
- Feb 06, 2012
-
-
Marco Clemencic authored
https://savannah.cern.ch/patch/?5204 From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6792 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Dec 12, 2011
-
-
Marco Clemencic authored
* removed obsolete test runner scripts * moved python scripts 'scripts' * moved reference files to 'tests/qmtest/refs' * moved input.hbook to 'tests/data' From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_newpack@6741 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Aug 26, 2011
-
-
https://savannah.cern.ch/bugs/?82435 From: Sebastien Binet <sebastien.binet@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_v22b@6640 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Jul 26, 2011
-
-
Marco Clemencic authored
-
- Jun 09, 2011
-
-
Marco Clemencic authored
The message reporting the value of the property CnvServices is now DEBUG (instead of INFO).
-
- Mar 01, 2011
-
-
hmd authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_nativedep@6445 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Jan 12, 2011
-
-
Marco Clemencic authored
Modified MyTrack and MyVertex to print the count of lost instances only if different from 0.
-
- Oct 22, 2009
-
-
marcocle authored
See https://twiki.cern.ch/twiki/bin/view/Gaudi/GaudiSVNRepository git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6014 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-