- Jan 13, 2020
-
-
Dmitri Naumov authored
XMLQtInterface::insertStyleFileDefinition
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- 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
-
- May 21, 2019
-
-
Dmitri Naumov authored
Avoid unnecessary initialization.
-
- Mar 04, 2019
-
-
Dmitri Naumov authored
clang-tidy modernize-use-bool-literals check.
-
- Feb 26, 2019
-
-
- 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.
-
- Sep 18, 2018
-
-
Dmitri Naumov authored
-
- Sep 12, 2018
-
-
Lars Bilke authored
-
- Aug 17, 2018
-
-
Tom Fischer authored
-
- Aug 16, 2018
-
-
Tom Fischer 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 15, 2018
-
-
Karsten Rink authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- May 22, 2017
-
-
Dmitri Naumov authored
-
- May 08, 2017
-
-
-
If empty, no deletion is done anyway.
-
-
Dmitri Naumov authored
This makes the libGeoLib.a by almost 2KiB and the DataExplorer executable by 498B smaller.
-
Dmitri Naumov authored
Drop unnecessary args from delete functions.
-
- May 02, 2017
-
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
- Jul 07, 2016
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- Jun 03, 2016
-
-
Tom Fischer authored
-
- May 23, 2016
-
-
Tom Fischer authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- May 10, 2016
-
-
Tom Fischer authored
Move parts from FileIO to GeoLib/IO and BaseLib/IO.
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Oct 28, 2015
-
-
Dmitri Naumov authored
-
- Sep 21, 2015
-
-
Dmitri Naumov authored
-
- Aug 06, 2015
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Jul 28, 2015
-
-
Tom Fischer authored
-