- Oct 12, 2020
-
-
scott snyder authored
-
- Oct 11, 2020
-
-
scott snyder authored
Mark calls to CollectionFactory / CollectionService as not thread-safe.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
ICollectionMetadata::const_iterator now takes a unique_ptr.
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings. CollectionFactory / CollectionService marked as not thread-safe due to const-correctness violations.
-
- Oct 07, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Small update for the new pyroot in root 6.22: std::string is no longer automatically converted to a python string.
-
- Oct 06, 2020
-
-
The updates to EventFormatStreamHelperTool mean that there are additional and updates information from the StreamHelperTool and EventFormat content in the output streams. The references should relect those changes.
-
Peter van Gemmeren authored
-
- Oct 02, 2020
-
-
Marcin Nowak authored
Fix: IOVDbSvc was holding on PoolSvc contextID over fork and I/O reinit, after which it was invalid and interfering with other contexts. Made IOVDbSvc a client of IIoComponentMgr to reset the context PoolSvc was not cleaning up its map of contexts fully at I/O reninit - fixed MetaDataSvc transitionMetaDataFile was refusing to run for ES - cleared the blocking unnecessary flag Implemented handling of "end of range" NextEventRange incidents for MP mode
-
scott snyder authored
Remove unused and undefined ROOT_INCLUDE_DIRS.
-
scott snyder authored
Remove unused and undefined COOL_LIBRARIES.
-
scott snyder authored
Put positional parameters first.
-
This has just laid dormant ever since the CMT->CMake migration. :-( At the same time introduced some tests for the implicit copy-constructor and copy-operator of xAOD::EventFormat.
-
- Sep 28, 2020
-
-
-
Tadej Novak authored
-
- Sep 25, 2020
-
-
Peter van Gemmeren authored
-
Attila Krasznahorkay authored
Previously the module would only work correctly if somebody upstream already imported the AthenaCommon.AthenaCommonFlags module. With this update it is now possible to import this module from vanilla Python as well.
-
- Sep 24, 2020
-
-
scott snyder authored
Fix test failures in master.
-
- Sep 22, 2020
-
-
-
Need <cstdlib> for size_t.
-
- Sep 18, 2020
-
-
- Sep 17, 2020
-
-
- Sep 16, 2020
-
-
Add missing TestTools dependency for test executables.
-
- Sep 15, 2020
-
-
- Sep 14, 2020
-
-
Frank Winklmeier authored
Fix for bug introduced in !36278. Reading the `OverrideRunNumber` property directly from the `EventSelector` does not work in case the `EventSelector` has not been initialized yet (ATLASSIM-4767). Change the code again to use the `JobOptionsSvc` to read the properties.
-
- Sep 12, 2020
-
-
scott snyder authored
Pass class instances by const reference, not by value.
-
- Sep 11, 2020
-
-
Vakhtang Tsulaia authored
-
- Sep 10, 2020
-
-
scott snyder authored
Enable thread-safety checker and fix identified issues.
-
- Sep 09, 2020
-
-
Frank Winklmeier authored
`IJobOptionsSvc` is deprecated. Instead use the `IProperty` interface directly to read the properties of the `EventSelector`.
-
-
- Sep 07, 2020
-
-
scott snyder authored
Clang warns about an unused argument in the boost parameter code. Suppress it.
-
Frank Winklmeier authored
-
- Sep 04, 2020
-
-
scott snyder authored
Enable thread-safety checker. Fix identified issues.
-
-
-
amete authored
-