This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 24, 2020
-
-
Tom Fischer authored
-
- Jan 13, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
XMLQtInterface::insertStyleFileDefinition
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
find *Lib -type f | xargs sed -i 'N;s%\(^\/\*\*\)\n \*$%\1%'
-
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/'
-
- Aug 23, 2019
-
-
Dmitri Naumov authored
-
- Aug 21, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Aug 20, 2019
-
-
Dmitri Naumov authored
initializer-list constructor should not be declared explicit. Constructors that take a single std::initializer_list parameter should also omit explicit, in order to support copy-initialization.
-
Dmitri Naumov authored
-
- Aug 15, 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
-
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
-
- Jul 11, 2019
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jun 25, 2019
-
-
This is a variation of getOrError() for containers using a predicate.
-
-
- Jun 06, 2019
-
-
renchao.lu authored
-
- May 22, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Apr 29, 2019
-
-
Dmitri Naumov authored
This fixes a warning about implicitly deleted copy assignment. A default copy assignment cannot be created with const members.
-
- Mar 19, 2019
-
-
Lars Bilke authored
-
- Mar 04, 2019
-
-
Dmitri Naumov authored
clang-tidy modernize-use-transparent-functors check.
-
Dmitri Naumov authored
clang-tidy modernize-use-auto check.
-
Dmitri Naumov authored
clang-tidy modernize-use-default-member-init check
-
Dmitri Naumov authored
clang-tidy bugprone-macro-parentheses check.
-
Dmitri Naumov authored
Also those where the second and so forth arguments are defaulted. The MathLib::TemplateVector3 is an exception, because of the many required changes through the code, which relies on the implicit conversion from TemplatePoint<T, 3> to TemplateVector3<T>. clang-tidy '*explicit*' check.
-
- Mar 02, 2019
-
-
Dmitri Naumov authored
The enclosed code depends on OS, not compiler.
-
Dmitri Naumov authored
[[noreturn]] attribute is supported by now.
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-