This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Apr 16, 2020
-
-
Tom Fischer authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 10, 2019
-
-
Tom Fischer 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
-
- Mar 05, 2019
-
-
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.
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jun 01, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
From llvm documentation https://clang.llvm.org/extra/clang-tidy/checks/misc-string-compare.html "A common mistake is to use the string’s compare method instead of using the equality or inequality operators. The compare method is intended for sorting functions and thus returns a negative number, a positive number or zero depending on the lexicographical relationship between the strings compared. If an equality or inequality check can suffice, that is recommended. This is recommended to avoid the risk of incorrect interpretation of the return value and to simplify the code. The string equality and inequality operators can also be faster than the compare method due to early termination."
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- Mar 16, 2016
-
-
Karsten Rink authored
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Jul 17, 2015
-
-
Dmitri Naumov authored
many are superfluous, some could be turned into fwd decls, some wrongly documented.
-
- Jun 18, 2015
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 20, 2015
-
-
Lars Bilke authored
-
- Sep 03, 2014
-
-
Dmitri Naumov authored
-
- Aug 15, 2013
-
-
Tom Fischer authored
-
- Jan 10, 2013
-
-
Lars Bilke authored
-
- Jan 04, 2013
-
-
Tom Fischer authored
-
- Jan 02, 2013
-
-
Lars Bilke authored
-
- Oct 30, 2012
-
-
Tom Fischer authored
moved functions trim(), replaceString(), splitString() and template functions number2str() and str2number() into namespace BaseLib
-
- Sep 19, 2012
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 08, 2012
-
-
Karsten Rink authored
added recent changes concerning the attachment of time series sensor data to station objects from ogs5 to ogs6, added RapidXml as a small library for reading XML files from console application, added existing xml schema files
-