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