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