- Nov 17, 2020
-
-
- Sep 22, 2020
-
-
Walter Lampl authored
-
- Sep 19, 2020
-
-
scott snyder authored
-
- Sep 14, 2020
-
-
scott snyder authored
Enable thread-safety checking.
-
- 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 20, 2020
-
-
Frank Winklmeier authored
There is already a library that provides the public headers and hence the `atlas_install_headers` is redundant.
-
- Jul 04, 2020
-
-
scott snyder authored
If a dtor is declared final, the class itself should also be declared final.
-
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.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
This package has a component library, but it also exports headers. Define an interface library for the headers. Library dependency fixes.
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
- Apr 07, 2020
-
-
Frank Winklmeier authored
StatusCodeSvc is deprecated. Remove all references to it from job options.
-
- 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') ```
-
- Sep 20, 2019
-
-
- Jul 25, 2019
-
-
- Jul 19, 2019
-
-
- 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 28, 2018
-
-
scott snyder authored
Remove danging uses of CLHEP macros.
-
- 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: 9cffebb1
-
- Nov 30, 2018
-
-
Scott Snyder authored
Deprecating use of non-bound DataHandle, especially non-const. Also adding const for materials. Former-commit-id: 4c81c8a7
-
- Oct 18, 2018
-
-
Edward Moyse authored
Former-commit-id: 2af8843e
-
- Sep 27, 2018
-
-
scott snyder authored
Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: a8f03d1b
-
- Aug 24, 2018
-
-
scott snyder authored
Headers from CLIDSvc have been moved to AthenaKernel. Former-commit-id: 5d76402a
-
- Aug 09, 2018
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a859]. Former-commit-id: bac9f4d6
-
Jennifer Roloff authored
Former-commit-id: 8650a859
-
- 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
-
- Jan 12, 2018
-
-
Scott Snyder authored
Private data members should start with m_. Identifiers should not start with underscores. Former-commit-id: 11f59468
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
-
Toshiaki Kaji authored
This reverts commit 9156e32ac88ebae9bf90ce0c19a40933a6fb097e [formerly f73d17d3f46239034e6ab596ed09b9aa922f4ad5], reversing changes made to 27d106d1c78657e78ee8e51365e28572176cf185 [formerly 8f2f51887120a7b1cc2c7aff8c3101d0e69d4a2d]. Former-commit-id: 9d67f5b8a4078841f852715040f5a05bd7efc41b
-