Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Apr 16, 2020
  2. Apr 10, 2020
  3. Jan 03, 2020
  4. Aug 21, 2019
  5. Jul 16, 2019
    • 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
  6. Mar 19, 2019
  7. Feb 27, 2019
  8. Jan 06, 2019
  9. Dec 19, 2018
  10. Aug 27, 2018
  11. Jan 02, 2018
  12. May 30, 2017
  13. May 24, 2017
  14. May 22, 2017
  15. Jan 09, 2017
  16. Aug 25, 2016
  17. Aug 23, 2016
  18. Jun 10, 2016
  19. May 17, 2016
  20. May 11, 2016
  21. May 10, 2016
  22. Feb 05, 2016
  23. Jan 13, 2016
  24. Dec 17, 2015
  25. Jun 09, 2015
  26. Jan 20, 2015
  27. Jan 19, 2015
    • Lars Bilke's avatar
      OGS version information is now handled by its git tag. · 42befe31
      Lars Bilke authored
      When the current commit is also a tag then the version is the tag name,
      e.g. "6.0.1". When the current commit is not a tag then the ogs version
      is the last tag + number of commits since then + current commit short
      hash, e.g. "6.0.1-140-g80ac475".
      
      This info is available in BaseLib::BuildInfo::git_describe. Use it to
      uniquely set the OGS version.
      42befe31
  28. Dec 01, 2014
  29. Nov 26, 2014
  30. Nov 03, 2014
Loading