Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Aug 08, 2024
    • scott snyder's avatar
      RecEventTPCnv: Fix genconf warnings. · 65c6456e
      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).
      65c6456e
  2. May 26, 2022
  3. Nov 09, 2020
  4. Jan 31, 2019
    • Scott Snyder's avatar
      RecEventTPCnv: Fix gcc9 warnings. · e0c16f99
      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.
      e0c16f99
  5. Dec 11, 2017
  6. Dec 08, 2017
  7. Nov 20, 2017
  8. Jan 01, 2017
  9. May 27, 2016
  10. Sep 15, 2015
Loading