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