Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. May 17, 2021
  2. Apr 04, 2021
  3. Mar 02, 2021
  4. Jan 11, 2021
  5. Jan 01, 2021
  6. Apr 14, 2020
  7. Apr 10, 2020
  8. Jan 03, 2020
  9. 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
  10. Mar 04, 2019
    • Dmitri Naumov's avatar
      Mark single parameter ctors as explicit. · 01e9c15c
      Dmitri Naumov authored
      Also those where the second and so forth arguments are defaulted.
      
      The MathLib::TemplateVector3 is an exception, because of the many
      required changes through the code, which relies on the implicit
      conversion from TemplatePoint<T, 3> to TemplateVector3<T>.
      
      clang-tidy '*explicit*' check.
      01e9c15c
  11. Jan 06, 2019
  12. Jul 23, 2018
  13. Jan 02, 2018
  14. May 22, 2017
  15. Jan 10, 2017
  16. Jan 09, 2017
  17. Jun 14, 2016
  18. Jun 10, 2016
  19. Jun 08, 2016
  20. May 17, 2016
  21. May 04, 2016
Loading