This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- 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.
-
- 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
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
-
-
- Apr 12, 2019
-
-
Karsten Rink authored
-
- Apr 10, 2019
-
-
Karsten Rink authored
-
- Apr 09, 2019
-
-
Karsten Rink authored
-
- Mar 15, 2019
-
-
Dmitri Naumov authored
Move netcdf dialog directory include keeping NetCDF cmake code together.
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Sep 14, 2018
-
-
Lars Bilke authored
-
- Apr 22, 2018
-
-
Karsten Rink authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jun 01, 2017
-
-
Dmitri Naumov authored
See clang-tidy docu https://clang.llvm.org/extra/clang-tidy/checks/readability-simplify-boolean-expr.html
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 08, 2017
-
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Especially on iterator types and 'new' allocations.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Apr 24, 2017
-
-
Lars Bilke authored
Disabled PCH on Visual Studio 2015.
-
- Apr 21, 2017
-
-
Lars Bilke authored
-
- Jan 10, 2017
-
-
Dmitri Naumov authored
-
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Jan 06, 2017
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Nov 24, 2016
-
-
Dmitri Naumov authored
-
- Jul 01, 2016
-
-
Karsten Rink authored
-
- Jun 21, 2016
-
-
Norihiro Watanabe authored
-
- Jun 15, 2016
-
-
Norihiro Watanabe authored
-
- May 30, 2016
-
-
Dmitri Naumov authored
-
- May 27, 2016
-
-
Norihiro Watanabe authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- May 03, 2016
-
-
Dmitri Naumov authored
When building shared libraries -DBUILD_SHARED_LIBS=On must be passed to the cmake invokation. Otherwise the default static linking applies. This reduces the compile time, which is especially interesting for the debug builds.
-
- Mar 23, 2016
-
-
Karsten Rink authored
-