- 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
-
- May 21, 2019
-
-
Dmitri Naumov authored
Also remove unnecessary initialization of pos_beg.
-
- Mar 21, 2019
-
-
Karsten Rink authored
-
- Mar 06, 2019
-
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
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.
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Aug 25, 2017
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- May 22, 2017
-
-
Dmitri Naumov authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
Dmitri Naumov authored
-
- Mar 03, 2017
-
-
Tom Fischer authored
-
- Jan 09, 2017
-
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- May 27, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- May 02, 2016
-
-
Karsten Rink authored
-
- Mar 08, 2016
-
-
Tom Fischer authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Dec 14, 2015
-
-
TODO: - FeflowInterface.cpp -> use property groups - TetgenInterface -> not checked yet - LayeredVolume.cpp -> see TODO
-
- Oct 28, 2015
-
-
Dmitri Naumov authored
-
- Sep 04, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jun 29, 2015
-
-
Dmitri Naumov authored
Also remove unused includes.
-
- Jun 09, 2015
-
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Oct 20, 2014
-
-
Lars Bilke authored
-
- Oct 14, 2014
-
-
Norihiro Watanabe authored
-
- Sep 08, 2014
-
-
Dmitri Naumov authored
Also remove the header StringTools.h everywhere. Add a previously missing sstream include in DateTools.cpp.
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Aug 11, 2014
-
- Feb 10, 2014
-
-
Karsten Rink authored
-
- Aug 15, 2013
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jul 03, 2013
-
-
Tom Fischer authored
-