Skip to content
Snippets Groups Projects
  1. Aug 26, 2024
  2. Aug 23, 2024
  3. Aug 22, 2024
  4. Aug 21, 2024
  5. Aug 18, 2024
  6. Aug 16, 2024
  7. Aug 15, 2024
  8. Aug 14, 2024
  9. Aug 13, 2024
  10. Aug 12, 2024
  11. Aug 11, 2024
    • scott snyder's avatar
      TrkDetDescrTPCnv: Fix genconf warnings. · c58cc3e1
      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).
      c58cc3e1
  12. Aug 09, 2024
  13. Aug 08, 2024
    • scott snyder's avatar
      TrkTruthTPCnv: Fix genconf warnings. · a82cc10e
      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).
      a82cc10e
    • scott snyder's avatar
      TrkEventTopLevelCnv: Fix genconf warnings. · 37718911
      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).
      37718911
  14. Aug 07, 2024
  15. Aug 06, 2024
  16. Aug 05, 2024
  17. Aug 02, 2024
  18. Aug 01, 2024
    • scott snyder's avatar
      TrkEventTPCnv: Fix genconf warnings. · 0032aa14
      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).
      For now, do this only for TPCnv libraries which others actually link
      against and for which we've seen these warnings.
      0032aa14
    • scott snyder's avatar
      TrkAlgebraUtils: Fix cppcheck 2.14 warnings. · da464722
      scott snyder authored
      Prefer returning const references to members rather than copies.
      da464722
  19. Jul 30, 2024
  20. Jul 29, 2024
  21. Jul 24, 2024
  22. Jul 23, 2024
  23. Jul 22, 2024
  24. Jul 21, 2024
  25. Jul 20, 2024
Loading