- Feb 09, 2021
-
-
Lars Bilke authored
Closes #3100.
-
- Jan 29, 2021
-
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
is_same_v<> for is_same<>::value decay_t<> for decay<>::type is_integral_v<> for is_integral<>::value invoke_result_t<> for invoke_result<>::type
-
- Jan 04, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 30, 2020
-
-
Tom Fischer authored
-
- Dec 16, 2020
-
-
Lars Bilke authored
-
- Jul 16, 2020
-
-
Dmitri Naumov authored
VecGetArray function requires the accessed vector not to be locked.
-
- Jun 11, 2020
-
-
- Jun 08, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
- Jun 05, 2020
-
-
Dmitri Naumov authored
-
- May 04, 2020
-
-
joergbuchwald authored
-
- Apr 27, 2020
-
-
joergbuchwald authored
-
- Apr 20, 2020
- Apr 17, 2020
-
-
Dmitri Naumov authored
Saves ca. 35 unneeded includes (out of 260) and 25s of compilation time (out of 149s).
-
Dmitri Naumov authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
No INFO/ERR/WARN/DBUG calls in this files.
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Mar 20, 2020
-
-
Tom Fischer authored
-
- Jan 21, 2020
-
-
Dmitri Naumov authored
-
- Jan 13, 2020
-
-
Dmitri Naumov authored
operator() (IndexType row, IndexType col)
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 19, 2019
-
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
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/'
-
- 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 23, 2019
-
-
Dmitri Naumov authored
-
- Aug 20, 2019
-
-
Dmitri Naumov 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
CPPCheck warning type: redundantAssignment.
-
- May 22, 2019
-
-
Dmitri Naumov authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-