- Feb 03, 2021
-
-
Frank Winklmeier authored
Currently setting properties is case-insensitive. This will change with Gaudi v36 and in general one should really check if setting a property succeeded or not.
-
- Feb 02, 2021
-
-
- Feb 01, 2021
-
-
- Jan 30, 2021
-
-
Tadej Novak authored
-
- Jan 28, 2021
-
-
Tadej Novak authored
-
Peter Van Gemmeren authored
-
- Jan 27, 2021
-
-
Attila Krasznahorkay authored
The CMake code was unfortunately not acknowledging the setting of that variable in the build environment before now.
-
Tadej Novak authored
-
- Jan 22, 2021
-
-
Peter Van Gemmeren authored
-
Tadej Novak authored
-
- Jan 21, 2021
-
-
- Jan 20, 2021
-
-
Tadej Novak authored
IOVDbSvcConfig: Use the same folder format for CA-based configuration to properly merge with old one
-
scott snyder authored
clang warns about an unused parameter within the boost parameter code. Suppress these warnings. Also: Add an include guard for CrestApi.h. CrestApi.h was already disabling a warning for gcc. But the scope of this suppression should be only the CrestApi.h header.
-
- Jan 15, 2021
-
-
scott snyder authored
Suppress a warning about undefined behavior --- it's deliberate here.
-
scott snyder authored
Use standard post.sh, to avoid suppressing failures. A couple tests need to explicitly call initGaudi. Update reference files.
-
Walter Lampl authored
-
Writing the output FileMetaData on preFinalize causes problems in EventService: event ranges will be written out before the FileMetaData object is created. This causes an error when the stream is told to write an object that does not (yet) exist. Enhancement: make the log messages from the FileMetaDataCreatorTool more informative.
-
-
- Jan 14, 2021
-
-
Frank Winklmeier authored
-
Walter Lampl authored
-
- Jan 11, 2021
-
-
scott snyder authored
Another pattern to ignore when comparing reference files. Fixes test failure seen in the clang build.
-
- Jan 08, 2021
-
-
scott snyder authored
Update to work around a new clang warning from boost headers.
-
- Jan 05, 2021
-
-
Allow changing the channel number where a given AttributeList may be found.
-
Tadej Novak authored
-
- Dec 23, 2020
-
-
Peter van Gemmeren authored
-
The IRootAuxDynReader objects were never deleted. Change to hold them via unique_ptr.
-
- Dec 22, 2020
-
-
- Dec 21, 2020
-
-
Attila Krasznahorkay authored
Converter tests in "mini-projects" (that do not have the full EDM available to them) may print such warnings during the tests. Without making the tests fail.
-
- Dec 18, 2020
-
-
Attila Krasznahorkay authored
Thereby avoiding having to escape importing errors on every import attempt.
-
- Dec 17, 2020
-
-
Peter van Gemmeren authored
-
Attila Krasznahorkay authored
Specifically in AthAnalysis, where many of the packages that this file can potentially use, are not available.
-
- Dec 16, 2020
-
-
Peter van Gemmeren authored
-
- Dec 14, 2020
-
-
- removed relativ paths - updated sorting of lists
-
- Dec 12, 2020
-
-
Made sure that run_tpcnv_legacy_test(...) and run_tpcnv_test(...) would not interfere with each other. By choosing different (cache) variable names in them for looking up the script skeletons that they each need.
-
- Dec 10, 2020
-
-
scott snyder authored
In the code for loading a BLOB, the pointer in the call to adopt() was always null. What's there doesn't seem to make sense --- looks like p and q were swapped. Try to fix (although i don't think this is actually used in athena).
-
- Dec 05, 2020
-
-
scott snyder authored
Missing #include <optional>. Fixes compilation failure with gcc11.
-
- Dec 04, 2020
-
-
Marcin Nowak authored
POOL does not need the container name (it is deducted internally) but other persistency technologies may make use of this field
-
-
John Chapman authored
These lines were removed from `Control/AthenaPython/python/PyAthenaComps.py` in commit 82558bee.
-
John Chapman authored
Add Trk.EventCnvSuperTool to TPCnvTestConfig.py
-