- Sep 11, 2019
-
-
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%'
-
- Aug 21, 2019
-
-
Lars Bilke authored
-
- Jul 16, 2019
-
-
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
-
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*
-
Dmitri Naumov authored
-
- Apr 01, 2019
-
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Jun 20, 2018
-
-
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).
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jan 09, 2017
-
-
- Jul 07, 2016
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- May 27, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Sep 21, 2015
-
-
Dmitri Naumov authored
-
- Jun 29, 2015
-
-
Dmitri Naumov authored
Also remove unused includes.
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 15, 2014
-
-
Dmitri Naumov authored
Also remove superfluous and wrong comments.
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Aug 12, 2014
-
-
Karsten Rink authored
-
- Aug 08, 2014
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Aug 05, 2014
-
-
Karsten Rink authored
-