Skip to content
Snippets Groups Projects
  1. Jan 07, 2025
  2. Jan 01, 2025
  3. Nov 29, 2024
  4. Nov 26, 2024
  5. May 08, 2024
  6. Apr 12, 2024
  7. Apr 11, 2024
  8. Jan 12, 2024
  9. Jan 02, 2024
  10. Oct 19, 2023
  11. Oct 18, 2023
  12. Sep 28, 2023
  13. Sep 25, 2023
  14. Jul 12, 2023
  15. Apr 28, 2023
  16. Mar 24, 2023
  17. Jan 03, 2023
  18. Oct 24, 2022
  19. Sep 23, 2022
  20. Sep 07, 2022
  21. Apr 28, 2022
  22. Mar 31, 2022
    • Dmitry Yu. Naumov's avatar
      [MaL] Revert include order changes · 5a007301
      Dmitry Yu. Naumov authored
      Changing include order causes an internal Eigen error:
      Eigen/src/IterativeSolvers/InternalHeaderCheck.h:2:2: error:
         #error "Please include unsupported/Eigen/IterativeSolvers
         instead of including headers inside the src directory directly."
      
      If possible the scaling include should be removed in the future.
      5a007301
    • Dmitry Yu. Naumov's avatar
      [MaL] clang-format · 0717ee76
      Dmitry Yu. Naumov authored
      0717ee76
  23. Feb 18, 2022
  24. Jan 27, 2022
  25. Jan 19, 2022
  26. Jan 09, 2022
  27. Jan 06, 2022
  28. Dec 02, 2021
    • Dmitry Yu. Naumov's avatar
      Remove copy ctor definitions. These are implicit. · 43a13bbb
      Dmitry Yu. Naumov authored and Dmitry Yu. Naumov's avatar Dmitry Yu. Naumov committed
      The definition of implicit copy assignment operator for a class
      is deprecated because it has a user-declared copy constructor
      as issued by -Wdeprecated-copy warning.
      
      Since the definitions of default copy constructors are implictly
      created by the compiler (as well as the copy assignments)
      the definitions are not needed.
      43a13bbb
  29. Nov 24, 2021
  30. Aug 30, 2021
  31. Aug 27, 2021
Loading