- Dec 11, 2017
-
-
Martin Nolte authored
Allow to skip dune_python_package_install when pip is not found II See merge request !399
-
- Dec 06, 2017
-
- Dec 05, 2017
-
-
Andreas Dedner authored
-
- Dec 01, 2017
-
-
Ansgar Burchardt authored
move output operator to `Dune` namespace See merge request !421
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
The function will usually be found via ADL.
-
Timo Koch authored
If a complicated user defined command was specified, it didn't lead to the dummy executable (that return 77) being run but the user defined command instead. This patch makes sure that the correct command is executed which then marks the test as skipped and not as failed. If a test is a parallel and tested with multiple number of ranks all these test are shown as skipped.
-
Timo Koch authored
-
Ansgar Burchardt authored
run more tests in parallel See merge request !411
-
Ansgar Burchardt authored
-
Markus Blatt authored
Make CMake work with disabled version check. See merge request !408
-
- Nov 30, 2017
-
-
Markus Blatt authored
-
Markus Blatt authored
If the buffer is small the we need to issue multiple sends and receive. Unfortunately, the logic when sending was broken before this commit. It simply always assumed that the buffer was larger than the complete message to be send.
- Nov 29, 2017
-
-
Christoph Grüninger authored
Feature/add cmake flags to dunecontrol Closes #93 See merge request dune-common!378
-
Christoph Grüninger authored
-
Christoph Grüninger authored
It is now possible to pass -D...=... flags to CMake via configure-opts. Bash- / Autotools-style variables like CC=.. or MPICC=.. are no longer support in configure-opts.
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Autotools are history, no need to check for libraries built by libtool.
-
Jö Fahlke authored
[Doc] Reverse-engineer variablesizecommunicationtest See merge request dune-common!415
-
Jö Fahlke authored
Add editor hints to variablesizecommunitationtest.cc See merge request dune-common!414
-
Jö Fahlke authored
That test is a bit difficult to understand unless you know what it tries to do, which is a problem if that is exactly what you're trying to figure out. Here are my notes from trying that.
-
Jö Fahlke authored
It seems to have magically escaped The Great Reindent, and of course uses indent depth 4, not 2.
-
Jö Fahlke authored
[dune_add_test] Do not check existance of EXPECT_COMPILE_FAIL targets. Closes #100 See merge request dune-common!413
-
- Nov 28, 2017
-
-
Markus Blatt authored
Before this commit setting DISABLE_CXX_VERSION_CHECK to true resulted in the CMake error: CMake Error at cmake/modules/CheckCXXFeatures.cmake:110 (if): if given arguments: "14" "GREATER" Unknown arguments specified Call Stack (most recent call first): cmake/modules/CheckCXXFeatures.cmake:199 (dune_require_cxx_standard) cmake/modules/DuneMacros.cmake:690 (include) CMakeLists.txt:17 (dune_project)
-
- Nov 27, 2017
-
-
Robert K authored
Revert "Merge branch 'fix/dune-add-test-cmake-guard-skip-test' into 'master'" See merge request dune-common!406
-
Jö Fahlke authored
[cmake][dune_add_test] Set test property to depend on existence of target Closes #100 See merge request dune-common!404
-
Jö Fahlke authored
[cmake][dune_add_test] Fix cmake guard and skipping tests See merge request dune-common!405
-
Timo Koch authored
If a complicated user defined command was specified, it didn't lead to the dummy executable (that return 77) being run but the user defined command instead. This patch makes sure that the correct command is executed which then marks the test as skipped and not as failed.
-
Timo Koch authored
-
Timo Koch authored
If the target was not found in the current state the test fails. With this patch the ctest states "Not Run" and the name of the missing target.
-
- Nov 23, 2017
-
-
Martin Nolte authored
fix disableCopyMove for empty arguments See merge request dune-common!383
-
Martin Nolte authored
add fallback implementation of `is_invocable` and `is_invocable_r` See merge request dune-common!393
-
- Nov 22, 2017
-
-
Christian Engwer authored
Remove Pardiso from script am2cmake.py See merge request dune-common!397
-
- Nov 20, 2017
-
-
Bernd Flemisch authored
Pardiso isn't supported anymore by dune-istl.
-
Martin Nolte authored
[test] check whether default-constructed forward iterators compare equal See merge request dune-common!350
-