- Jan 24, 2022
-
-
Tadej Novak authored
-
- Jan 20, 2022
-
-
- Jan 17, 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
-
- Oct 25, 2021
-
-
Edward Moyse authored
(don't create configuration classes at module level)
-
Tadej Novak authored
-
- Oct 14, 2021
-
-
- Oct 08, 2021
-
-
Tadej Novak authored
-
- Jul 30, 2021
-
-
yyap authored
-
- Jul 07, 2021
-
-
- Mar 12, 2021
-
-
- Feb 12, 2021
-
-
Goetz Gaycken 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
-
- Jan 04, 2021
-
-
scott snyder authored
If a dtor is final, the class itself should also be final.
-
- 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
-