- Nov 06, 2021
-
-
Simon Praetorius authored
Deprecate cmake function remove_processed_modules See merge request !1039
-
- Nov 05, 2021
-
-
Simon Praetorius authored
-
Simon Praetorius authored
[math] Use integer type in Factorial See merge request !1045
-
Timo Koch authored
[test][math] Improve factorial/binomial test and use function factorial instead of deprecated struct
-
Timo Koch authored
Using an enum has the side effect that you can't do arithmetic without explicitly casting to an integer type. This also produced a compiler warning with clang 10 "arithmetic between different enumeration types is deprecated" -Wdeprecated-anon-enum-enum-conversion
-
- Oct 30, 2021
-
-
Simon Praetorius authored
Remove deprecated cmake function overload target_link_libraries See merge request !1036
-
Simon Praetorius authored
-
Andreas Dedner authored
-
Robert K authored
something that is used and modified on the C++ side.
-
Robert K authored
bottleneck.
-
- Oct 27, 2021
-
-
Simon Praetorius authored
Introduce conditional pragma omp simd only if available Closes #267 See merge request !1035
-
- Oct 25, 2021
-
-
Andreas Dedner authored
add a changelog entry for the overhauled python bindings referencing the MR See merge request !1033
-
Andreas Dedner authored
don't fail build on missing python requirements See merge request !1034
-
Andreas Dedner authored
make python requirements available upstreams [fix] don't add any install rules if initial installation of requirement file failed don't execute tests if python setup was not successfull return 77 in python test in case the venv isn't set up so ctest flags the test as 'skipped'
-
- Oct 24, 2021
-
-
Simon Praetorius authored
Extract cmake functions dune_project into separate file See merge request !1029
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
Extract cmake functions to create the dependency tree into separate files See merge request !1028
-
Simon Praetorius authored
-
Simon Praetorius authored
Extract cmake function dune_module_information into separate file See merge request !1030
-
Simon Praetorius authored
-
Simon Praetorius authored
Extract cmake utilities into separate file DuneUtilities.cmake See merge request !1027
-
Simon Praetorius authored
Remove empty parameter :argname: from CMAKE_METADATA_FLAGS documentation See merge request !1031
-
Simon Praetorius authored
Remove remaining includes of the DuneCMakeCompat.cmake file See merge request !1026
-
Simon Praetorius authored
Slightly friendlier output when looking for Dune module dependencies See merge request !1018
-
Andreas Dedner authored
-
- Oct 23, 2021
-
-
Andreas Dedner authored
Have 'dunepackaging.py' add a 'is generated' comment to both setup.py and pyproject.toml. See merge request !1032
-
Andreas Dedner authored
This should be done in the other dune modules as well as some point.
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Oct 22, 2021
-
-
Andreas Dedner authored
refactor the way python is used in dune See merge request !960
-
Andreas Dedner authored
-
Andreas Dedner authored
minor change to dune-py setup in corner case reduce debug output a bit in the python dune generator fix an issue with the dunepackaging script when called from installed dune.common
-
Andreas Dedner authored
fix an issue with cmake configuration of dune-py after changing CMakeLists.txt - possible issue with cmake version comment out CMP0087 NEW cmake policy because it fails on some CI runners correctly set CMP0087 cmake policy to NEW for cmake >= 3.14
-
Andreas Dedner authored
for additional CMAKE_FLAGS to use when setting up config.opts [fix] add a cmake flag to the configure call in dunecontrol containing the config.opts file name This flag DUNE_OPTS_FILE is then added to the python package metadata which is then used to build dune-py
-
Andreas Dedner authored
-