- Jun 25, 2020
-
-
scott snyder authored
- Prefer preincrement to postincrement for user iterators. - Pass large structures by reference instead of by value.
-
- Jun 23, 2020
-
-
- Jun 20, 2020
-
-
scott snyder authored
- Use starts_with instead of find()==0. - Use prefix ++ rather than postfix.
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- Jun 18, 2020
-
-
Add a new-style configuration fragment for CondProxyProvider. Need to set the semantics of the InputCollections property to allow for proper merging.
-
scott snyder authored
Missing third arg to ToolHandle constructor. Breaks compilation with gcc10.
-
- Jun 15, 2020
-
-
by accessing MetaDataSvc instead of MetaDataStore Also added MetaDataSvc::record(unique_ptr, key) method
-
- Jun 11, 2020
-
-
- Jun 10, 2020
-
-
-
Attila Krasznahorkay authored
Fixed the incorrect usage of nlohmann_json, and cleaned up the configuration of all of the unit tests of the package.
-
- Jun 08, 2020
-
-
- Jun 03, 2020
-
-
scott snyder authored
Library dependency fixes.
-
- Jun 02, 2020
-
-
scott snyder authored
AtlasSTLAddReflex: Fix lcgdict patterns for pairs. Tweak the lcgdict patterns for pairs, for compatibility with gcc10/root 6.20. We need to get the __pair_base template if it exists (but we don't want to explicitly mention it). We also need to avoid matching various internal STL traits classes templated on pairs.
-
scott snyder authored
Add registerTrigNavThinningSvc(), to allow setting up TrigNavigation thinning from TriggeJobOpts (before streams are created).
-
- May 31, 2020
-
-
- May 25, 2020
-
-
Virtualize the internal code of the IdentifiableContainer and use standard vector iteration for faster access
-
- May 19, 2020
-
-
Walter Lampl authored
-
- May 18, 2020
-
-
Walter Lampl authored
-
Walter Lampl authored
-
- May 14, 2020
-
-
Three things are combined into this commit: style, adoption of recent C++ components, and some code de-duplication. The style updates unfortunately makes this look like a full rewrite. Indentation was set to use two spaces. The range based for loop was adopted where suitable. Dynamically allocated memory was migrated to be managed using unique_ptr were possible. The clearing of existing content in the Storegate was abstrcted into a function.
-
- May 13, 2020
-
-
Peter van Gemmeren authored
-
- May 11, 2020
-
-
R D Schaffer authored
-
-
- May 07, 2020
-
-
R D Schaffer authored
-
-
Attila Krasznahorkay authored
Removed the call to atlas_install_python_modules(...), and reduced the dependencies on the mergePOOL executable.
-
- May 01, 2020
-
-
scott snyder authored
Fix test failures due to metadata changes.
-
Peter van Gemmeren authored
-
Stewart Martin-Haugh authored
-
scott snyder authored
Don't build the same sources into more than one library.
-
- Apr 29, 2020
-
-
Walter Lampl authored
-
- Apr 24, 2020
-
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
- Apr 23, 2020
-
-
scott snyder authored
Library dependency fixes.
-
Andrii Verbytskyi authored
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
-
- Apr 22, 2020
-
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Library dependency fixes.
-