This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Aug 08, 2024
-
-
scott snyder authored
TPCnv libraries declare Gaudi plugin factories for the TP converters. Normally, the TPCnv libraries should not be linked against libraries other than the EventPool libraries. However, it is possible for one TPCnv library to link against another TPCnv library. In that case, genconf may emit warnings that one library's factory is visible from another. Clean up by moving TPCnv factories into their own libraries (linked against the corresponding TPCnv library).
-
- May 26, 2022
-
-
RecEventTPCnv: Enable thread-safety checking. Enable thread-safety checking.
-
- Nov 09, 2020
-
-
Frank Winklmeier authored
-
- Jan 31, 2019
-
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- Jan 01, 2017
-
-
Scott Snyder authored
* Tagging RecEventTPCnv-00-00-04. * endreq -> endmsg. Former-commit-id: 8c14702d
-
- May 27, 2016
-
-
Scott Snyder authored
* Tagging RecEventTPCnv-00-00-03. * src/RecoTimingObjCnv_p1.cxx (transToPers): Fix cppcheck warning (scanf field width). 2015-08-27 scott snyder <snyder@bnl.gov> * Tagging RecEventTPCnv-00-00-02. * cmt/requirements: Fix checkreq warning.
-
- Sep 15, 2015
-
-
Rolf Seuster authored
-