Skip to content
Snippets Groups Projects
  1. Aug 24, 2024
  2. Aug 21, 2024
  3. Aug 18, 2024
  4. Aug 17, 2024
  5. Aug 14, 2024
  6. Aug 13, 2024
  7. Aug 08, 2024
    • scott snyder's avatar
      CoraCool: Fix cppcheck 2.14 warnings. · 46b87712
      scott snyder authored
      Prefer returning const references to members rather than copies.
      46b87712
    • scott snyder's avatar
      IOVDbTPCnv: Fix genconf warnings. · 9a3e53fe
      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).
      9a3e53fe
  8. Aug 06, 2024
  9. Aug 05, 2024
  10. Aug 02, 2024
  11. Jul 22, 2024
  12. Jul 18, 2024
  13. Jul 12, 2024
  14. Jul 09, 2024
    • Scott Snyder's avatar
      AthContainers, etc: Add getVector() methods to IConstAuxStore. · 2c74b70d
      Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      AthContainers: Add getVector() methods to IConstAuxStore.
      
      Add IConstAuxStore::getVector() return the IAuxTypeVector interface
      for the contained auxiliary variables.
      
      I resisted adding this for quite a while, in order to avoid restricting
      how the AuxStores could be implemented.  However, this turns out to be
      useful, and in fact every AuxStore implementation that's actually used
      maintains IAuxTypeVector interfaces to the auxiliary variables (and even
      for the one that currently doesn't, AuxStoreConstMem, we could implement
      enough to get things working, if needed).
      2c74b70d
  15. Jul 08, 2024
  16. Jul 05, 2024
  17. Jul 04, 2024
  18. Jul 03, 2024
  19. Jul 02, 2024
  20. Jun 27, 2024
  21. Jun 25, 2024
  22. Jun 24, 2024
  23. Jun 21, 2024
  24. Jun 19, 2024
Loading