- Oct 19, 2021
-
-
Underscore prefixed variables in Python are often by convention internal variables that should not be accessed from outside the class. These attributes are frequently used in Python-side C++ code generation code and have to be accessed to write code generators. Linters like pylint complain about the access of these protected attributes. This changes them to be part of the public interface (by naming convention).
-
- Oct 10, 2021
-
-
Christian Engwer authored
[cmake] Guard mpiguturetest as it does not compile without MPI See merge request !1017
-
Christoph Grüninger authored
-
- Oct 05, 2021
-
-
Simon Praetorius authored
Allow constant expressions in unpackIntegerSequence See merge request !996
-
- Oct 03, 2021
-
-
Christian Engwer authored
[simd] Make compiler ignore (no warning) unknown pragmas See merge request !1015
-
Timo Koch authored
This suppressed the warning for the opm pragma, and all other such warnings.
-
- Sep 28, 2021
-
-
Christian Engwer authored
add openmp pragmas to loopsimd See merge request !1013
-
- Sep 24, 2021
-
-
Nils-Arne Dreier authored
-
- Sep 17, 2021
-
-
Carsten Gräser authored
[doc] Fix doc of VectorSize See merge request !1011
-
Carsten Gräser authored
This was misplaced in front of the `FieldMatrix` forward definition and thus led to artifacts in the latters doxygen documentation.
-
- Aug 31, 2021
-
-
Markus Blatt authored
Changelog entry for VariableSizeCommunicator::fixedsize -> FixedSize. See merge request !1005
-
Markus Blatt authored
-
Markus Blatt authored
Use camelCase fixedSize See merge request !997
-
Lasse Hinrichsen-Bischoff authored
-
Markus Blatt authored
Updated changelog for 2.8 See merge request !1002
-
Markus Blatt authored
-
Markus Blatt authored
Make search path for FindPkgConfig explicit in FindTBB See merge request !1000
-
- Aug 30, 2021
-
-
Simon Praetorius authored
-
- Aug 27, 2021
-
-
Andreas Dedner authored
cmake and dunepy. See merge request !998
-
removed. [fix]
-
- Aug 24, 2021
-
-
Lasse Hinrichsen-Bischoff authored
-
- Aug 23, 2021
-
-
Santiago Ospina De Los Ríos authored
-
- Aug 20, 2021
-
-
Simon Praetorius authored
Declare big unsigned int as a number in typetraits See merge request !995
-
- Aug 18, 2021
-
-
Santiago Ospina De Los Ríos authored
-
Simon Praetorius authored
Fix HAVE_MPI undefined warnings (with -Wundef flag) See merge request !992
-
Tobias Leibner authored
-
- Aug 13, 2021
-
-
Christoph Grüninger authored
Bump version to 2.9-git See merge request !990
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Fix cmake bug when Scotch is found but not PTScotch See merge request !988
-
- Aug 12, 2021
-
-
Simon Praetorius authored
-
- Jul 29, 2021
-
-
Markus Blatt authored
Get rid of shadowed/unused variable/typedef gcc-8 warnings. See merge request !985
-
Markus Blatt authored
-
Markus Blatt authored
This should finally satisfy clang and should have been done years ago.
-
Markus Blatt authored
-
Markus Blatt authored
Another round *sigh*
-
- Jul 27, 2021
-
-
Andreas Dedner authored
[python][setup-dunepy.py] Allow to set opts file via env variable like dunecontrol See merge request !982
-
Markus Blatt authored
get rid of unused/shadowed variable compiler warnings. See merge request !981
-
Timo Koch authored
-
Markus Blatt authored
Makes using DUNE much easier if users care about warnings.
-
- Jul 23, 2021
-
-
Christoph Grüninger authored
[gitignore] Ignore macOS caching files See merge request !968
-