Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. 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
  2. Mar 04, 2019
  3. Feb 27, 2019
  4. Jan 06, 2019
  5. Jan 04, 2019
  6. Dec 19, 2018
  7. Jan 02, 2018
  8. May 30, 2017
  9. May 02, 2017
  10. Jan 09, 2017
  11. Jun 21, 2016
  12. Jun 16, 2016
  13. Jun 14, 2016
  14. Jun 10, 2016
  15. Feb 02, 2016
  16. Jan 21, 2016
  17. Jan 18, 2016
  18. Jan 17, 2016
  19. Jan 15, 2016
  20. Jan 13, 2016
  21. Jan 07, 2016
  22. Jan 06, 2016
Loading