- 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 !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
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.
-
- Nov 27, 2017
-
-
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 !383
-
Martin Nolte authored
add fallback implementation of `is_invocable` and `is_invocable_r` See merge request !393
-
- Nov 22, 2017
-
-
Christian Engwer authored
Remove Pardiso from script am2cmake.py See merge request !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 !350
-
- Nov 17, 2017
-
-
Lukas Renelt authored
- Nov 16, 2017
-
-
Martin Nolte authored
The implementations simply forward to the current implementation of `is_callable`. See #83 for more details.
-
- Nov 14, 2017
-
-
Jö Fahlke authored
These are parameters that cannot be easily fit into the other categories. For instance a family of single-value parameters: [NAME1 value1 [NAME2 value2 ...]] You can pass the exact string to appear in the synopsis via :argname:. This also allows to work around a with multi-valued positional parameters (a.k.a. ARGV-like parameters).
-
Ansgar Burchardt authored
quotient must be representable without error See merge request !387
-
Ansgar Burchardt authored
The quotient must be representable exactly for the division test to work on i386 as `1./3. == 1./3.` can be false when using the FPU due to store/load cycles.
-
Christoph Grüninger authored
[cmake] Update UseLATEX.cmake to upstream 2.4.6 See merge request !380
-
Christoph Grüninger authored
Removed a trailing white space
- Nov 13, 2017
-
-
Andreas Dedner authored
add changelogs from release to master See merge request !385
-
Ansgar Burchardt authored
fix several typos See merge request !386
-
Ansgar Burchardt authored
-