Skip to content
Snippets Groups Projects
  1. May 23, 2023
  2. Jan 03, 2023
  3. Dec 14, 2022
  4. Sep 23, 2022
  5. Jan 09, 2022
  6. Jan 01, 2021
  7. Dec 30, 2020
  8. Jan 24, 2020
  9. Jan 03, 2020
  10. Sep 11, 2019
    • Dmitri Naumov's avatar
      Remove explicit file name if doxygen's \file cmd. · 9d920d1e
      Dmitri Naumov authored
      If only file name is specified it causes a warning
      about the name not to be specific enough if there is
      another file with the same name, e.g.:
      
      the name `IdealGasLaw.h' supplied as the second argument
      in the \file statement matches the following input
      files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h
      ogs/MaterialLib/MPL/Properties/IdealGasLaw.h
      Please use a more specific name by including a (larger)
      part of the path!
      
      From now on only \file w/o a name or a full path will
      be allowed.
      
      find -type f | xargs sed -i 's%\(\\file\).*%\1%'
      9d920d1e
  11. 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
  12. May 20, 2019
  13. Jan 06, 2019
  14. Jan 02, 2018
  15. Jan 10, 2017
  16. Jan 09, 2017
  17. Sep 14, 2016
  18. Jun 21, 2016
  19. May 17, 2016
  20. Feb 02, 2016
  21. Jan 13, 2016
  22. May 21, 2015
  23. Feb 04, 2015
  24. Jan 29, 2015
Loading