Skip to content
Snippets Groups Projects
  1. Mar 27, 2024
  2. Jan 02, 2024
  3. Nov 09, 2023
  4. Jan 31, 2023
  5. Jan 03, 2023
  6. Jan 26, 2022
  7. Jan 09, 2022
  8. Apr 04, 2021
  9. Mar 22, 2021
  10. Mar 10, 2021
  11. Mar 09, 2021
  12. Jan 01, 2021
  13. Apr 14, 2020
  14. Apr 10, 2020
  15. Jan 03, 2020
  16. 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
  17. 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
  18. Mar 04, 2019
  19. Feb 27, 2019
  20. Jan 06, 2019
  21. Jan 04, 2019
  22. Dec 19, 2018
  23. Jan 02, 2018
  24. May 30, 2017
  25. May 02, 2017
  26. Jan 09, 2017
  27. Jun 21, 2016
  28. Jun 16, 2016
  29. Jun 14, 2016
  30. Jun 10, 2016
  31. Feb 02, 2016
Loading