- Aug 24, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
- Aug 21, 2024
-
-
Frank Winklmeier authored
-
- Aug 18, 2024
-
-
main-coverity-AthenaRootComps
-
- Aug 17, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
- Aug 14, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
- Aug 13, 2024
-
-
Allow to copy blobs as strings for root files
-
- Aug 08, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
scott snyder authored
TPCnv libraries declare Gaudi plugin factories for the TP converters. Normally, the TPCnv libraries should not be linked against libraries other than the EventPool libraries. However, it is possible for one TPCnv library to link against another TPCnv library. In that case, genconf may emit warnings that one library's factory is visible from another. Clean up by moving TPCnv factories into their own libraries (linked against the corresponding TPCnv library).
-
- Aug 06, 2024
-
-
Tadej Novak authored
-
Reduce the number of DataHeaderForms (hopefully to one)
-
- Aug 05, 2024
-
-
Frank Winklmeier authored
Workaround gcc bug 109703 (fixed in gcc 13.2) where constructing a string from a pair of iterators can trigger ubsan.
-
- Aug 02, 2024
-
-
AthenaRootComps: Increase test timeouts. Increase timeouts for a few tests that have been timing out in the dbg build.
-
AthenaConfiguration+AthenaPoolCnvSvc+OutputStreamAthenaPool: Add a new flag to mark streams temporary when applicable AthenaConfiguration+AthenaPoolCnvSvc+OutputStreamAthenaPool: Add a new flag to mark streams temporary when applicable
-
- Jul 22, 2024
-
-
AthenaPoolUtilities: Ignore PGO messages in ref file comparisons. In some builds, we get annoying PGO messages at the end of a job, stemming from the acts libraries. Add this to the patterns to ignore when comparing with ref files. Prevents some spurious comparison failures.
-
- Jul 18, 2024
-
-
AthenaPoolUtilities: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
- Jul 12, 2024
-
-
Frank Winklmeier authored
cppcheck claims uninitialized variables in the constructor despite them being initialized there. Giving them defaults seems to fix this.
-
- Jul 09, 2024
-
-
AthContainers: Add getVector() methods to IConstAuxStore. Add IConstAuxStore::getVector() return the IAuxTypeVector interface for the contained auxiliary variables. I resisted adding this for quite a while, in order to avoid restricting how the AuxStores could be implemented. However, this turns out to be useful, and in fact every AuxStore implementation that's actually used maintains IAuxTypeVector interfaces to the auxiliary variables (and even for the one that currently doesn't, AuxStoreConstMem, we could implement enough to get things working, if needed).
-
- Jul 08, 2024
-
-
Marcin Nowak authored
-
- Jul 05, 2024
-
-
Enable writing and reading of std::string in RootKeyContainer
-
main-coverity-RootStorageSvc
-
Better mutex locking in PoolSvc for MT A rare crash was observed in access to the mutex vector. These changes should provide better protection against concurrent access to this vector.
-
- Jul 04, 2024
-
-
Frank Winklmeier authored
-
Allow opening RootKeyContainers starting with slash
-
CoolConvUtilities: Fix python regular expression. A string constant used for an RE that contains backslash RE escapes should usually be written as a raw string. Fixes a warning seen running AtlCoolConsole.py.
-
AthenaPoolCnvSvc+RootStorageSvc: Workaround for the ROOT forward compatibility issue
-
- Jul 03, 2024
-
-
modification to use https prefix in CREST URL
-
- Jul 02, 2024
-
-
IOVDbSvc: Fix cppcheck 2.14 warnings. Redundant string conversion. Prefer returning const references to members rather than copies.
-
AthContainersRoot+RootAuxDynIO+xAODRootAccess+AthenaPoolCnvSvc+TrigNavigation+TrigOutputHandling: Handle I/O of linked variables. AthContainersRoot: Handle I/O of linked variables. Handle I/O of linked variables.
-
- Jun 27, 2024
-
-
AthenaPoolUtilities: Improve diagnostics. If a test fails, be sure to print a reference to the log file at the end.
-
IOVDbSvc: cmake fix Duplicated source file.
-
Tadej Novak authored
-
- Jun 25, 2024
-
-
CoolConvUtilities: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
- Jun 24, 2024
-
-
RootCollection: Fix cppcheck warning. Calling a virtual function from a dtor does not use virtual dispatch.
-
- Jun 21, 2024
-
-
CoolConvUtilities: Fix ATLAS_COOL_FORCESQLITE option. Fix ATLAS_COOL_FORCESQLITE option of AtlCoolLib.
-
- Jun 19, 2024
-
-
Vakhtang Tsulaia authored
Plus minor code cleanups
-
Vakhtang Tsulaia authored
If some table is not found in the input SQLite file, then it should be printed as INFO
-
RootCollection: Fix placement of using declarations. Don't put using declarations in the global namespace before an #include.
-
AthenaKernel: Rename IMetaDataSvc to IAthMetaDataSvc. To avoid conflicts with a different interface of the same name in Gaudi.
-