Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Apr 04, 2021
  2. Jan 01, 2021
  3. Apr 16, 2020
  4. Apr 14, 2020
  5. Apr 10, 2020
  6. Jan 03, 2020
  7. Sep 10, 2019
  8. 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
  9. Mar 05, 2019
  10. Feb 27, 2019
  11. Jan 06, 2019
  12. Dec 19, 2018
  13. Jan 02, 2018
  14. Jun 01, 2017
    • Dmitri Naumov's avatar
      Remove unnecessary parantheses. · a9f97cc7
      Dmitri Naumov authored
      a9f97cc7
    • Dmitri Naumov's avatar
      Use string equality operator for comparison. · e9df1ec3
      Dmitri Naumov authored
      From llvm documentation https://clang.llvm.org/extra/clang-tidy/checks/misc-string-compare.html
      "A common mistake is to use the string’s compare method instead of using the equality or inequality operators. The compare method is intended for sorting functions and thus returns a negative number, a positive number or zero depending on the lexicographical relationship between the strings compared. If an equality or inequality check can suffice, that is recommended. This is recommended to avoid the risk of incorrect interpretation of the return value and to simplify the code. The string equality and inequality operators can also be faster than the compare method due to early termination."
      e9df1ec3
  15. May 30, 2017
  16. May 02, 2017
  17. Jan 09, 2017
  18. May 17, 2016
  19. Mar 16, 2016
  20. Jan 13, 2016
  21. Jul 17, 2015
  22. Jun 18, 2015
  23. Jan 20, 2015
  24. Sep 03, 2014
  25. Aug 15, 2013
  26. Jan 10, 2013
  27. Jan 04, 2013
  28. Jan 02, 2013
  29. Oct 30, 2012
  30. Sep 19, 2012
  31. Aug 08, 2012
Loading