- Feb 23, 2023
-
-
Walter Lampl authored
-
- Dec 10, 2022
-
-
scott snyder authored
Convert latin1->utf8.
-
- Jul 25, 2022
-
-
Improvment of OutputCondAlgConfig See merge request atlas/athena!55353 (cherry picked from commit 8ff0d5ce) 1b017da1 OutputConditionsAlgConfig: Use kwargs syntax 0b036d0a OutputConditonsAlg: Property RUN2 -> Run2, default WriteIOV=True
-
Improvment of OutputCondAlgConfig
-
- Jun 17, 2022
-
-
Frank Winklmeier authored
Remove unnecessary `mutable` from service handles.
-
- Oct 28, 2021
-
-
Walter Lampl authored
OutputConditionsAlgConfig.py: Set properties TopLevelContainerName and SubLevelBranchName appropriate for conditions POOL files
-
- Oct 16, 2021
-
-
Walter Lampl authored
-
- Oct 14, 2021
-
-
Walter Lampl authored
OutputConditionsAlg: Move property defs to .h file, use appropriate semantics for ObjectList and IOVTagList
-
- Apr 20, 2021
-
-
Frank Winklmeier authored
-
- Mar 23, 2021
-
-
Peter Van Gemmeren authored
-
- Feb 25, 2021
-
-
- Feb 01, 2021
-
-
- Jan 15, 2021
-
-
Walter Lampl authored
-
- Oct 27, 2020
-
-
Frank Winklmeier authored
Also delete unused (broken) `RegistrationStream.py`.
-
- Oct 26, 2020
-
-
Frank Winklmeier authored
-
- Oct 07, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
- Oct 02, 2020
-
-
scott snyder authored
Remove unused and undefined ROOT_INCLUDE_DIRS.
-
- Sep 16, 2020
-
-
Add missing TestTools dependency for test executables.
-
- Aug 14, 2020
-
-
- Jul 20, 2020
-
-
Frank Winklmeier authored
There is already a library that provides the public headers and hence the `atlas_install_headers` is redundant.
-
- Apr 14, 2020
-
-
scott snyder authored
This package has a component library, but it also exports headers. Define an interface library for the headers. Also fix library dependencies.
-
- Mar 04, 2020
-
-
Frank Winklmeier authored
- Remove `finalize` function that was not doing anything useful. Releasing a `ToolHandle` is not necessary. Moreover it wrongly interpreted the return value of `release` as reference count. - Use `ATH_CHECK`. - Minor additional cleanups.
-
- Sep 13, 2019
-
-
- Sep 05, 2019
-
-
- Aug 27, 2019
-
-
- Dec 11, 2018
-
-
Former-commit-id: 8584da10
-
- Nov 05, 2018
-
-
Jack Cranshaw authored
This reverts merge request !15357 Former-commit-id: eda457df
-
- Oct 25, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: ceb7f12a
-
- Aug 20, 2018
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- May 29, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 814c0b88
-
- May 07, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 7398b866
-
- Apr 24, 2018
-
-
Scott Snyder authored
Remove reference to nonexistent source file. Former-commit-id: 24391ee8
-
- Mar 29, 2018
-
-
charles leggett authored
major changes: - removal of DECLARE_FACTORY_ENTRIES - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT - constructor of Converters is public, not protected - remove #include "GaudiKernel/CnvFactory.h" - remove #include "GaudiKernel/ToolFactory.h" - remove #include "GaudiKernel/AlgFactory.h" - remove #include "GaudiKernel/AudFactory.h" - remove #include "DeclareFactoryEntries.h" Former-commit-id: fd7a40f56dee72487463a5004d85f32619f250ff
-
- Mar 22, 2018
-
-
Frank Winklmeier authored
Use DECLARE_COMPONENT instead of the obsolete FACTORY_ENTRIES macros to declare Gaudi components. In addition: - Move DECLARE call to _entries.cxx if available - Delete obsolete _load.cxx file Former-commit-id: 8684fcdd
-
- Mar 12, 2018
-
-
cranshaw authored
AthenaPoolKernel for - ByteStreamCnvSvc - EventBookkeeperTools - xAODEventFormatCnv - xAODMetaDataCnv - xAODTriggerCnv - xAODTruthCnv - LumiBlockComps Remove old code for propagating CollectionMetadata in RegistrationServices. Fix tests that tested said CollectionMetadata. *At this point, AthenaPoolKernel should be redundant* Former-commit-id: f76731e5
-
- Feb 23, 2018
-
-
Frank Winklmeier authored
Change to scoped enums introduced with the new category-based StautsCode (Gaudi!514) Former-commit-id: 58fd3982
-
- Feb 01, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: da68b820
-
- Jan 09, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: fbd85022
-