- Feb 20, 2024
-
-
- Feb 08, 2024
-
-
Vakhtang Tsulaia authored
-
- Jan 12, 2023
-
-
Tadej Novak authored
-
- Aug 19, 2022
-
-
BeamPipeGeoModel: Fix memory leaks. Fix a few (one-time) memory leaks.
-
- Jun 17, 2022
-
-
RecExCommon: remove workaround in B-tagging configuration Remove `configurableRun3Behavior` workaround in RecExCommon. Relates to ATLASRECTS-6635.
-
- Jun 08, 2022
-
-
Frank Winklmeier authored
Adapt to interface changes of `StoredMaterialManager`.
-
- Mar 31, 2022
-
-
- Jan 24, 2022
-
-
Tadej Novak authored
-
- Jan 20, 2022
-
-
- Dec 01, 2021
-
-
Frank Winklmeier authored
Be explicit if not reference file comparison is used by unit test.
-
- Nov 24, 2021
-
-
Christos Anastopoulos authored
DataQualityInterfaces, LArGeoEndcap, DumpEventDataToJSON, BeamPipeGeoModel cppcheck / clang-tidy fixes
-
- Jul 30, 2021
-
-
yyap authored
-
- Feb 02, 2021
-
-
Vakhtang Tsulaia authored
Updated AtlasGeometryCommon packages to use FindGeoModel.cmake. Which was introduced to serve the new GeoModel uni-project, which was introduced into our build with !39900. Bonus: * Turned CavernInfraGeoModel into component-only package * Removed several commented-out include statements from VP1DetInfo.cxx
-
- Jan 27, 2021
-
-
Tadej Novak authored
-
- Nov 17, 2020
-
-
- Aug 29, 2020
-
-
Vakhtang Tsulaia authored
Dropped the redundant AbsMaterialManager interface, and removed all references to this interface from client packages. Dropped redundant methods from RDBMaterialManager, and in this way got rid of lots of duplicated code.
-
- Aug 05, 2020
-
-
Frank Winklmeier authored
- remove `atlas_depends_on_subdirs` - update link dependencies - replace `atlas_install_headers` with interface library or remove it entirely if headers not used outside package - enable flake8 where applicable
-
- Jul 04, 2020
-
-
scott snyder authored
If a dtor is declared final, the class itself should also be declared final.
-
- Apr 13, 2020
-
-
scott snyder authored
Library dependency fixes.
-
- Dec 17, 2019
-
-
- Dec 16, 2019
-
-
Attila Krasznahorkay authored
In the "new packaging" the external is now called like that...
-
- Dec 04, 2019
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python 3 the output file needs to be explicitly opened in binary mode. I.e. ``` f = open('configdump.pkl', 'wb') ``` rather than ``` f = open('configdump.pkl', 'w') ```
-
- Jul 18, 2019
-
-
Frank Winklmeier authored
Fix warnings/errors flagged by `flake8`. Mostly unused variables/imports or stylistic code problems.
-
- Apr 16, 2019
-
-
Walter Lampl authored
-
- Feb 07, 2019
-
-
John Chapman authored
-
- Jan 20, 2019
-
-
Vakhtang Tsulaia authored
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected a large number of packages. Most significant changes have been introduced to subsystem GeoModel packages. The in-house GeoModelKernel code has been removed from the repository. Almost all header files in PixelGeoModel have been moved to the src directory. The next step should be turning this package into a component-only library. Similar code reorganization can be applied to SCT_GeoModel too. Subsystem readout geometry interfaces remain mostly unchanged, except for a minor change in the InDet readout geometry interface (which was unavoidable). Several non-GeoModel packages affected by this migration mostly required addition of missing CLHEP includes. Former-commit-id: 9cffebb16406dd699b3b8162a9d460b9f91a3a24
-
- Jul 24, 2018
-
-
Scott Snyder authored
Fix coverity warning: potential memory leak on error path. Former-commit-id: d56d0904
-
- Jun 19, 2018
-
-
Scott Snyder authored
Remove references to obsolete package CLIDSvc. Former-commit-id: a08d7fe6
-
- Jun 11, 2018
-
-
Scott Snyder authored
coverity: possible null pointer dereference. Former-commit-id: e9ee2aef
-
- Apr 30, 2018
-
-
Scott Snyder authored
Coverity warning: possible null pointer dereference. Just remove the null test here; we're not anyway doing anything useful if it fails. Former-commit-id: 030f1040
-
- Apr 16, 2018
-
-
Vakhtang Tsulaia authored
dropped the obsolete reference to Database/AthenaPOOL/RDBAccessSvc from Projects/AthSimulation/package_filters.txt Former-commit-id: 7ce3b1e0
-
- Nov 01, 2017
-
-
Frank Winklmeier authored
The constructors of the following components had to be made public: AthMpEvtLoopMgr AthenaConditionStream AthenaEventLoopMgr AthenaHiveEventLoopMgr AthenaOutputStream AthenaSummarySvc JobIDSvc MixingEventSelector PyAthenaEventLoopMgr SimplePOSIXTimeKeeperSvc TestRandomSeqAlg ClassIDSvc IOVSvc PileUpMergeSvc ProxyProviderSvc ActiveStoreSvc SegMemSvc SGHiveMgrSvc ByteStreamCnvSvc ByteStreamCnvSvcBase Former-commit-id: 982601283edb272066ddf6b446b0484b8082f86f
-
- Oct 11, 2017
-
-
Former-commit-id: 237a8a9f
-
- Oct 06, 2017
-
-
Scott Snyder authored
Identifiers should not start with underscores. Former-commit-id: 96b58e74
-
- Sep 05, 2017
-
-
Vakhtang Tsulaia authored
friend classes (e.g. GeoModelSvc) can call them. Add mutex protection to several methods of RDBAccessSvc for running in AthenaMT. Former-commit-id: 84c55bff
-
- Jan 01, 2017
-
-
Vakhtang Tsulaia authored
* Switching from IGeoModelSvc to IGeoDbTagSvc 2016-11-17 Vakho Tsulaia <tsulaia@cern.ch> * Replacing endreq with endmsg Former-commit-id: b846232a
-
- Sep 19, 2014
-
-
Atlas-Software Librarian authored
-