Skip to content
Snippets Groups Projects
  1. Feb 16, 2022
  2. Jan 09, 2022
  3. Nov 04, 2021
  4. Apr 04, 2021
  5. Jan 11, 2021
  6. Jan 01, 2021
  7. Oct 21, 2020
    • Dmitri Naumov's avatar
      [PL/TH2] Avoid dummy material ids. Pass pointer. · 6508db5b
      Dmitri Naumov authored
      Fixing a SEGV occuring on meshes which don't have
      a MaterialIDs property. The dummy_property_vector
      does not exist after the else condition and the pointer
      passed to the material properties becomes a dangling
      pointer.
      6508db5b
  8. Apr 14, 2020
  9. Apr 10, 2020
  10. Jan 03, 2020
  11. Nov 06, 2019
  12. Nov 03, 2019
  13. 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
  14. 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
  15. Jun 25, 2019
  16. May 17, 2019
  17. Mar 11, 2019
  18. Feb 27, 2019
  19. Jan 06, 2019
  20. Dec 19, 2018
  21. Jan 17, 2018
  22. Jan 02, 2018
  23. Dec 04, 2017
  24. Nov 20, 2017
  25. May 22, 2017
  26. May 15, 2017
  27. May 02, 2017
  28. Mar 03, 2017
  29. Feb 24, 2017
  30. Feb 08, 2017
  31. Feb 05, 2017
Loading