This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Mar 04, 2019
-
-
Dmitri Naumov authored
clang-tidy modernize-use-auto check.
-
Dmitri Naumov authored
clang-tidy modernize-use-override check.
-
Dmitri Naumov authored
clang-tidy modernize-use-equals-default checks.
-
Dmitri Naumov authored
clang-tidy modernize-use-default-member-init check
-
Dmitri Naumov authored
-
Dmitri Naumov authored
clang-tidy bugprone-macro-parentheses check.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The direct initialization with parentheses does not compile with explicit Polygon constructor. The direct list initialization considers both, the explicit and non-explicit constructors.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Avoids an implicit conversion to Vector3 of both arguments.
-
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.
-
Lars Bilke authored
Removed include-what-you-use for the moment as it segfaults.
-
- Mar 03, 2019
-
-
Lars Bilke authored
Cleanup _MSC_VER uses.
-
- Mar 02, 2019
-
-
Dmitri Naumov authored
The upstream fixes the visual studio compilation errors.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The enclosed code depends on OS, not compiler.
-
Dmitri Naumov authored
[[noreturn]] attribute is supported by now.
-
- Mar 01, 2019
-
-
Lars Bilke authored
Cleanup cmake output
-
Lars Bilke authored
-
Dmitri Naumov authored
Add domain of definition for parameters.
-
Dmitri Naumov authored
Move the renamed VariableDependentNeumann BC docu.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Together with the string to enum converters.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
These are almost the same and the difference is in the handling of the shape functions.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Lars Bilke authored
See disabled-tests.log
-
Lars Bilke authored
Speeds up CMake run significantly and reduces Conan output a lot.
-
- Feb 28, 2019
-
-
Dmitri Naumov authored
-
Lars Bilke authored
Helps to identify that not everything was built. Prevents empty artifacts when browsing to https://jenkins.opengeosys.org/job/ufz/job/ogs/job/master/lastSuccessfulBuild/artifact/
-
Lars Bilke authored
Jenkins link should update on each build but somehow netlify does not invalidate the cache for it... Only manually deleting the cache worked so I temporarily set https://jenkins.opengeosys.org/job/ufz/job/ogs/job/master/lastSuccessfulBuild/artifact/ as the download link.
-
Dmitri Naumov authored
Fix cppcheck warnings.
-