Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 21, 2019
  3. 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
  4. Apr 01, 2019
  5. Jan 06, 2019
  6. 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
  7. Jan 02, 2018
  8. Jan 09, 2017
  9. Jul 07, 2016
  10. May 27, 2016
  11. May 17, 2016
  12. Jan 13, 2016
  13. Sep 21, 2015
  14. Jun 29, 2015
  15. Jan 20, 2015
  16. Sep 15, 2014
  17. Sep 03, 2014
  18. Aug 12, 2014
  19. Aug 08, 2014
  20. Aug 05, 2014
Loading