Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Feb 15, 2021
  2. Jan 01, 2021
  3. Dec 22, 2020
  4. May 28, 2020
  5. Apr 16, 2020
  6. Apr 14, 2020
  7. Apr 10, 2020
  8. Jan 13, 2020
  9. Jan 03, 2020
  10. Aug 21, 2019
  11. Aug 15, 2019
  12. 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
    • Dmitri Naumov's avatar
      clang-tidy automatic fixes. · bbe99436
      Dmitri Naumov authored
      Most of the current .clang-tidy contained checks:
      google-explicit-constructor
      google-readability-braces-around-statements
      modernize-loop-convert
      modernize-use-default-member-init
      modernize-use-emplace
      modernize-use-using
      readability-braces-around-statements
      readability-else-after-return
      readability-named-parameter
      *readability-namespace-comments
      *readability-inconsistent-*
      readability-redundant-member-init
      readability-simplify-boolean-expr
      readability-string-compare
      *explicit-conversions*
      bbe99436
    • Dmitri Naumov's avatar
      e285e5c2
  13. Mar 04, 2019
  14. Jan 06, 2019
  15. Dec 19, 2018
  16. Sep 12, 2018
  17. Jun 20, 2018
    • Lars Bilke's avatar
      Fixed XML schema urls and local schema usage. · 57821a95
      Lars Bilke authored
      1. Changed urls to https which fixed the following error:
      
      xsd/OpenGeoSysGLI.xsd, at line 1, column 66: Document is not a XML schema.
      Error XSDError in ..., at line 3, column 194: Loaded schema file is invalid.
      
      If this error ever pops up again try to cut the internet connection! No joke!
      
      2. Local schema files are now copied to bin-directory during CMake configuration and package generatiion (install step).
      57821a95
  18. Jan 15, 2018
  19. Jan 02, 2018
  20. Jun 01, 2017
  21. May 22, 2017
  22. May 02, 2017
  23. Jan 09, 2017
  24. Jul 07, 2016
  25. May 17, 2016
  26. May 10, 2016
  27. Jan 13, 2016
  28. Oct 28, 2015
  29. Sep 21, 2015
  30. Jun 29, 2015
  31. Jan 20, 2015
  32. Sep 03, 2014
Loading