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. Feb 27, 2019
  3. Jan 06, 2019
  4. Nov 14, 2018
  5. Nov 12, 2018
  6. Jul 12, 2018
  7. Feb 14, 2018
  8. Jan 02, 2018
  9. May 30, 2017
  10. Jan 09, 2017
  11. Sep 23, 2016
  12. Jul 28, 2016
    • Christoph Lehmann's avatar
      [BL] change joinPaths · 4104e5b1
      Christoph Lehmann authored
      no special behaviour if second path starts with dot
      the old behaviour could cause problems with unix' hidden files or with parent
      directories (..)
      4104e5b1
  13. Jun 21, 2016
  14. May 17, 2016
  15. Feb 23, 2016
  16. Feb 19, 2016
  17. Feb 03, 2016
  18. Jan 13, 2016
  19. Jan 05, 2016
  20. Sep 21, 2015
  21. May 11, 2015
  22. Jan 20, 2015
  23. Sep 03, 2014
  24. Sep 26, 2013
  25. Jul 24, 2013
  26. Jan 02, 2013
  27. Nov 16, 2012
  28. Nov 05, 2012
  29. Nov 02, 2012
  30. Oct 31, 2012
Loading