Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Feb 07, 2025
  2. Jan 21, 2025
  3. Jan 17, 2025
  4. Dec 16, 2024
    • Scott Snyder's avatar
      eflowRec: Fix use of invalid iterators. · d11ec738
      Scott Snyder authored and Jean-Baptiste De Vivie De Regie's avatar Jean-Baptiste De Vivie De Regie committed
      eflowRec: Fix use of invalid iterators.
      
      annihilateCluster was looping though a vector, erasing each element in turn,
      in order to clear the vector.
      Not only is this ineffient, it ends up using invalid iterators.
      This was causing a crash with gcc15.
      Just change to using clear().
      d11ec738
  5. Dec 14, 2024
    • Scott Snyder's avatar
      eflowRec: Fix use of invalid iterators. · ed0ac093
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      eflowRec: Fix use of invalid iterators.
      
      annihilateCluster was looping though a vector, erasing each element in turn,
      in order to clear the vector.
      Not only is this ineffient, it ends up using invalid iterators.
      This was causing a crash with gcc15.
      Just change to using clear().
      ed0ac093
  6. Dec 12, 2024
  7. Dec 10, 2024
  8. Dec 06, 2024
  9. Dec 03, 2024
  10. Nov 29, 2024
  11. Nov 27, 2024
  12. Nov 22, 2024
  13. Nov 14, 2024
  14. Nov 06, 2024
  15. Oct 21, 2024
  16. Oct 20, 2024
  17. Oct 01, 2024
  18. Sep 26, 2024
  19. Sep 19, 2024
  20. Sep 18, 2024
  21. Sep 06, 2024
  22. Aug 29, 2024
  23. Aug 23, 2024
  24. Aug 16, 2024
  25. Jun 27, 2024
  26. Jun 13, 2024
  27. Jun 05, 2024
  28. Jun 03, 2024
  29. May 22, 2024
  30. May 18, 2024
  31. May 02, 2024
  32. Apr 23, 2024
  33. Apr 18, 2024
  34. Apr 17, 2024
  35. Apr 13, 2024
  36. Apr 10, 2024
  37. Apr 03, 2024
  38. Apr 02, 2024
    • Scott Snyder's avatar
      AthContainers, etc: Move Accessor, etc. classes out of AuxElement. · 03e0fd7d
      Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      AthContainers: Move Accessor, etc. classes out of AuxElement.
      
      Accessor and related classes have been members of AuxElement, the original
      thinking being that derived classes of AuxElement may want to redefine them.
      However, in retrospect, there does not seem to be any circumstance in which
      that would actually make sense.  Further, it prevents having any specializations
      for these classes.  So move these classes out of AuxElement into the SG
      namespace (but with the names brought into AuxElement via using declarations
      for backwards compatibility).
      03e0fd7d
  39. Mar 29, 2024
  40. Mar 21, 2024
Loading