- May 24, 2020
-
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- May 22, 2020
-
-
Jö Fahlke authored
Merge branch 'fix/use-std-move-to-not-copy-array-implicitly' into 'master' See merge request [core/dune-common!813] [core/dune-common!813]: Nonecore/dune-common/merge_requests/813
-
- May 18, 2020
-
-
Ansgar Burchardt authored
Merge branch 'assign-true-value-to-ENABLE_UMFPACK-macro' into 'master' See merge request [core/dune-common!815] [core/dune-common!815]: Nonecore/dune-common/merge_requests/815
-
Ansgar Burchardt authored
-
Dominic Kempf authored
Merge branch 'feature/install-scripts-executable' into 'master' ref:core/dune-common\> CMake does not preserve file permissions when installing files. In order to get executable scripts installed, the install(PROGRAMS\...) signature needs to be used instead of install(FILES\...). See merge request [core/dune-common!812] [core/dune-common!812]: gitlab.dune-project.org/core/dune-common/merge_requests/812
-
Samuel Burbulla authored
-
- May 15, 2020
-
-
Dominic Kempf authored
CMake does not preserve file permissions when installing files. In order to get executable scripts installed, the install(PROGRAMS...) signature needs to be used instead of install(FILES...).
-
- May 14, 2020
-
-
Andreas Dedner authored
Merge branch 'feature/python-generator-use-type-alias' into 'master' ref:core/dune-common\> In the generated code there will be a typedef created that is marked with DUNE_UNUSED because it is unused. This MR improves readability of the generated code and makes DUNE_UNUSED obsolete at the same time. - changes the typedef to an alias - uses the alias in the actual insertClass class - removes the now obsolete dune/common/unused.hh include See merge request [core/dune-common!801] [core/dune-common!801]: gitlab.dune-project.org/core/dune-common/merge_requests/801
-
Dominic Kempf authored
Merge branch 'bugfix/dune-python-installation-paths' into 'master' ref:core/dune-common\> One header was installed, but did not exist, another one was not installed. See merge request [core/dune-common!810] [core/dune-common!810]: gitlab.dune-project.org/core/dune-common/merge_requests/810
-
Dominic Kempf authored
One header was installed, but did not exist, another one was not installed.
-
- Apr 26, 2020
-
-
Simon Praetorius authored
Merge branch 'issue/gmp_promotion_traits' into 'master' ref:core/dune-common\> ### Summary Define missing promotion traits involving GMPField types ### Details Whenever a GMPField is used as a field type in FieldVector, arithmetic operations with this vector involve the determination of promotion types for GMField with another GMPField or with another scalar. Since the promotion types are defined by `decltype(a + b)` the result is a gmp_expr that cannot be put into a vector. This MR defines the promotion types, by taking the GMPField with the highest precision if two gmp's are involved, if combined with another type, always prefer the GMPField. This is not optimal, since another type could have higher precision than the GMPField, but this is not so easy to detect. See merge request [core/dune-common!800] [core/dune-common!800]: gitlab.dune-project.org/core/dune-common/merge_requests/800
-
Simon Praetorius authored
-
Jö Fahlke authored
Merge branch 'remove-simd-checkvector' into 'master' ref:core/dune-common\> I calls itself recursively, which may cause the deprecation warning to show up in contexts that are not actually using it starting with GCC10. Addresses: [#197] See merge request [core/dune-common!807] [#197]: gitlab.dune-project.org/NoneNone/issues/197 [core/dune-common!807]: gitlab.dune-project.org/core/dune-common/merge_requests/807
-
- Apr 25, 2020
-
-
Jö Fahlke authored
I calls itself recursively, which may cause the deprecation warning to show up in contexts that are not actually using it starting with GCC10. Addresses: #197
-
- Apr 23, 2020
-
-
Christoph Grüninger authored
Merge branch 'loopsimd_fix_alignment_warning' into 'master' ref:core/dune-common\> see [#197] See merge request [core/dune-common!805] [#197]: gitlab.dune-project.org/NoneNone/issues/197 [core/dune-common!805]: gitlab.dune-project.org/core/dune-common/merge_requests/805
-
use the maximum of the alignment of the basic type and A for LoopSIMD
-
- Apr 20, 2020
-
-
Christoph Grüninger authored
Merge branch 'feature/adjust-cmake-policies' into 'master' ref:core/dune-common\> We require CMake 3.1, they are always true. See merge request [core/dune-common!802] [core/dune-common!802]: gitlab.dune-project.org/core/dune-common/merge_requests/802
-
Christoph Grüninger authored
We require CMake 3.1, they are always true.
-
- Apr 17, 2020
-
-
Robert K authored
Merge branch 'bugfix/python-version-mixup' into 'master' ref:core/dune-common\> This adds a fix to make sure Python interpreter and libraries have the same version. See merge request [core/dune-common!792] [core/dune-common!792]: gitlab.dune-project.org/core/dune-common/merge_requests/792
-
- Apr 16, 2020
-
-
Timo Koch authored
-
- Apr 14, 2020
-
-
Robert K authored
versions, otherwise linking errors will occur.
-
Simon Praetorius authored
Merge branch 'feature/hybrid-more-constexpr' into 'master' ref:core/dune-common\> Make Dune::Hybrid::accumulate to be usable in constexpr context. See merge request [core/dune-common!795] [core/dune-common!795]: gitlab.dune-project.org/core/dune-common/merge_requests/795
-
- Apr 08, 2020
- Apr 07, 2020
-
-
Christian Engwer authored
Merge branch 'fix/hybridutility-constexpr' into 'master' See merge request [!794] [!794]: Nonecore/dune-common/merge_requests/794
-
Simon Praetorius authored
Merge branch 'feature/replace-ifelse-by-if-constexpr' into 'master' See merge request [!797] [!797]: Nonecore/dune-common/merge_requests/797
-
Timo Koch authored
-
- Apr 06, 2020
-
-
Timo Koch authored
-
- Apr 05, 2020
-
-
Andreas Dedner authored
Merge branch 'bugfix/MissingAppend' into 'master' See merge request [!793] [!793]: Nonecore/dune-common/merge_requests/793
-
Andreas Dedner authored
-
- Apr 04, 2020
-
-
Andreas Dedner authored
Merge branch 'feature/addPythonBindings' into 'master' ref:core/dune-common\> As discussed at the developer meeting (in 2018) the Python bindings are being moved from dune-python into the core modules. Corresponding merge requests are open in `dune-geometry, dune-grid, dune-istl, dune-alugrid, dune-spgrid, dune-polygongrid` and in dune-fem,dune-fem-dg,dune-vem I want to merge this quickly because rebasing all the merge request will get more involved the longer I wait. @all so if there are any comments please let me know See merge request [!790] [!790]: gitlab.dune-project.org/core/dune-common/merge_requests/790 Closes #28
-
Andreas Dedner authored
-
Andreas Dedner authored
-
- Apr 03, 2020
-
-
Andreas Dedner authored
-
- Apr 02, 2020
-
-
Andreas Dedner authored
-
Andreas Dedner authored
-
-
corresponding libraries should be searched for also.
-