- Nov 30, 2019
-
-
- 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
-
- Aug 14, 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*
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
Either by renaming or removing the variable or adding an extra scope to the top variable. CPPCheck warning type: shadowVar.
-
- Jun 03, 2019
-
-
Dmitri Naumov authored
Avoids variable shadowing (vec_bounds). Simplifies handling of error cases w/o using any sentinel values. Using sentinel values for integers or doubles artificially restricts the range of possible values used and can lead to unadvert (incorrect) errors.
-
- May 02, 2019
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
- remove the twice given command line argument -g - check if mesh is read
-
- Apr 11, 2019
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Mar 19, 2019
-
-
Lars Bilke authored
-
- Mar 08, 2019
-
-
Karsten Rink authored
-
Karsten Rink authored
-
Karsten Rink authored
-
- Mar 06, 2019
-
-
-
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 19, 2018
-
-
Dmitri Naumov authored
Only in ERR/WARN/INFO/DBUG/OGS_FATAL and similar, not in formatted output like xml files.
-
- Nov 27, 2018
-
-
Dmitri Naumov authored
-
- Nov 23, 2018
-
-
This versions check if the PropertyVector is assigned to the requested mesh item type and has the required number of components.
-
- Aug 28, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Aug 27, 2018
-
-
Dmitri Naumov authored
Now includes the copyright message and the version info with git hash.
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jun 22, 2018
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 20, 2018
-
-
Dmitri Naumov authored
New versions of logog do not have an implicit ; after the macros.
-
- May 09, 2018
-
-
Karsten Rink authored
-
- Apr 27, 2018
-
-
Karsten Rink authored
-
- Apr 26, 2018
-
-
Karsten Rink authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-