Skip to content
Snippets Groups Projects
  1. May 13, 2019
  2. May 11, 2019
  3. May 10, 2019
  4. May 09, 2019
  5. May 08, 2019
  6. May 06, 2019
  7. Apr 29, 2019
  8. Apr 26, 2019
  9. Apr 25, 2019
  10. Apr 24, 2019
  11. Apr 23, 2019
  12. Apr 18, 2019
    • Scott Snyder's avatar
      TrkTrack: Fix gcc9 warnings. · 9bccb691
      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.
      9bccb691
  13. Apr 17, 2019
  14. Apr 16, 2019
    • Scott Snyder's avatar
      TrkParticleBase: Fix gcc9 warnings. · 49223b96
      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.
      49223b96
  15. Apr 05, 2019
  16. Apr 02, 2019
  17. Mar 22, 2019
  18. Mar 08, 2019
  19. Mar 07, 2019
    • scott snyder's avatar
      TrkParametersBase: Fix ubsan warnings due to cling alignment. · eac499a7
      scott snyder authored
      This package contains the declaration:
      
         static const Amg::Vector2D INVALID_POSITION(INVALID,INVALID);
      
      It appears, however, that when cling generates code for this
      declaration, it does not respect the proper alignment --- we were
      seeing this object 8-byte aligned, rather than 16-byte as eigen
      requires.  This was causing ubsan warnings as well as assertion
      failures from eigen.
      
      This variable is, however, only referenced frmo two places in the same file,
      and in those places we can just as well construct is as needed.
      So get rid of this static.
      eac499a7
  20. Mar 06, 2019
  21. Mar 04, 2019
  22. Mar 01, 2019
  23. Feb 06, 2019
  24. Jan 21, 2019
    • Scott Snyder's avatar
      TrkLinks: Fix gcc9 warnings. · 25e8e2aa
      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.
      25e8e2aa
  25. Dec 18, 2018
  26. Nov 19, 2018
  27. Nov 18, 2018
  28. Oct 25, 2018
  29. Oct 24, 2018
  30. Oct 23, 2018
Loading