Skip to content
Snippets Groups Projects
  1. Nov 29, 2024
  2. Nov 26, 2024
  3. May 08, 2024
  4. Apr 12, 2024
  5. Apr 11, 2024
  6. Jan 12, 2024
  7. Jan 02, 2024
  8. Oct 19, 2023
  9. Oct 18, 2023
  10. Sep 28, 2023
  11. Sep 25, 2023
  12. Mar 24, 2023
  13. Jan 03, 2023
  14. Mar 31, 2022
    • Dmitri Naumov's avatar
      [MaL] Revert include order changes · 5a007301
      Dmitri 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
    • Dmitri Naumov's avatar
      [MaL] clang-format · 0717ee76
      Dmitri Naumov authored
      0717ee76
  15. Feb 18, 2022
  16. Jan 09, 2022
  17. Jan 06, 2022
  18. Aug 27, 2021
  19. May 17, 2021
  20. Apr 04, 2021
  21. Jan 01, 2021
  22. May 04, 2020
  23. Apr 27, 2020
  24. Apr 20, 2020
  25. Apr 14, 2020
  26. Apr 10, 2020
  27. Jan 03, 2020
  28. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      Dmitri Naumov authored
      Fixes multiple copyright messages in the doxygen docu.
      
      ag '\\file' -L --ignore=ThirdParty *Lib |xargs  sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
      af7e4029
  29. Jul 16, 2019
    • Dmitri Naumov's avatar
      clang-tidy readability fixes. · fe703cc7
      Dmitri Naumov authored
      Including
       - usage of static_cast instead of c-style cast,
       - single variable declaration per line,
       - removing const from return types
       - omit unnecessary string to char* conversions,
      
      The used clang-tidy checks are:
      google-readability-casting,
      readability-const-return-type,
      readability-container-size-empty,
      readability-delete-null-pointer,
      readability-deleted-default,
      readability-else-after-return,
      readability-function-size,
      readability-identifier-naming,
      readability-inconsistent-declaration-parameter-name,
      readability-isolate-declaration,
      readability-misleading-indentation,
      readability-misplaced-array-index,
      readability-named-parameter,
      readability-redundant-*,
      readability-simplify-*,
      readability-static-accessed-through-instance,
      readability-static-definition-in-anonymous-namespace,
      readability-string-compare,
      readability-uniqueptr-delete-release
      fe703cc7
  30. Feb 27, 2019
Loading