- Jan 20, 2024
-
-
Santiago Ospina De Los Ríos authored
Use Mayers' singleton pattern to initialize MPIHelper See merge request !1332
-
-
- Jan 19, 2024
-
-
Christoph Grüninger authored
Add Code Quality analysis in the CI See merge request !1321
-
- Jan 18, 2024
-
-
Santiago Ospina De Los Ríos authored
Factor out dune check module version out of find_dune_package See merge request !1336
-
- Jan 17, 2024
-
-
Santiago Ospina De Los Ríos authored
The intent be able to check dune module version outside of the find function.
-
Markus Blatt authored
Deterministic indices syncer See merge request !1335
-
Simon Praetorius authored
dunemodules.lib: skip directories starting with dot when looking for modules Closes #320 See merge request !1184
-
Lisa Julia Nebel authored
-
andrthu authored
-
andrthu authored
-
- Jan 16, 2024
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Simon Praetorius authored
Deprecate usage of dune_project cmake function outside of CMake project directories See merge request !1264
-
- Dec 26, 2023
-
-
Ansgar Burchardt authored
chore: two minor C++ style improvements See merge request !1331
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
fix: use values that are representable as double in test See merge request !1329
-
Ansgar Burchardt authored
This should fix a [test failure on i386][1]: ``` lrutest: ./dune/common/test/lrutest.cc:29: void lru_test(): Assertion `lru.front() == 1.3 && lru.back() == 2.0' failed. ``` [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-5&stamp=1703605683&raw=0
-
Ansgar Burchardt authored
fix: use values that are representable as double in test See merge request !1327
-
- Dec 25, 2023
-
-
Ansgar Burchardt authored
Values like 0.1 are not representable as a double which can result in problems, for example: ``` [...]/dune/common/test/hybridutilitiestest.cc:114:43: error: static assertion failed: Wrong compile time sum! 114 | static_assert(sum(numberTupleConstexpr) == 5.1, "Wrong compile time sum!"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ [...]/dune/common/test/hybridutilitiestest.cc:114:43: note: the comparison reduces to ‘(5.09999999999999964473e+0l == 5.09999999999999999991e+0l)’ ``` with [gcc 13.2.0 on i386][1]. [1]: https://buildd.debian.org/status/fetch.php?pkg=dune-common&arch=i386&ver=2.9.0-4&stamp=1703267709&raw=0
-
- Dec 21, 2023
-
-
Simon Praetorius authored
Remove argument from cmake command finalize_dune_project See merge request !1325
-
- Dec 18, 2023
-
-
Simon Praetorius authored
-
- Dec 17, 2023
-
-
Carsten Gräser authored
[cleanup][doc] Fix changelog See merge request !1324
-
Carsten Gräser authored
Fix location of changelog entry.
-
- Dec 07, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Dec 06, 2023
-
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
Add config file to the checker See merge request !1322
-
Santiago Ospina De Los Ríos authored
-
Santiago Ospina De Los Ríos authored
-
- Dec 05, 2023
-
-
Christoph Grüninger authored
[cmake] Update UseLatexMk.cmake from upstream See merge request !1319
-
- Dec 04, 2023
-
-
Christoph Grüninger authored
-
Santiago Ospina De Los Ríos authored
Fix warnings in documentation See merge request !1320
-
-