- Mar 01, 2019
-
-
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
-
- 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.
-
Tom Fischer authored
-
Tom Fischer authored
Prefer prefix ++/-- operators for non-primitive types.. Prefix ++/-- operators should be preferred for non-primitive types. Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
cppcheck warning: class 'PetrelInterface' does not have a copy constructor which is recommended since the class contains a pointer to allocated memory.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
[Jenkins] clang-tidy checks
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
-
-
-
ON for non-ufz/master builds, OFF else.
-
-