- Jan 15, 2018
-
-
Jö Fahlke authored
added 'using namespace' inside generic lambdas to workaround an intel compiler bug See merge request core/dune-common!432
-
Simon Praetorius authored
-
- Jan 06, 2018
-
-
Christoph Grüninger authored
Require CMake 3.1 when creating new modules with duneproject. See merge request core/dune-common!429
-
The script uses dune_enable_all_packages which has issues with older CMake versions.
-
Ansgar Burchardt authored
typo: ingegral_constant → integral_constant See merge request core/dune-common!430
-
Ansgar Burchardt authored
-
- Dec 14, 2017
-
-
Jö Fahlke authored
[whitespace-hook] Check only those files we really intent to check. Closes #106 See merge request core/dune-common!417
-
Martin Nolte authored
Dedication to E. Pipping See merge request core/dune-common!427
-
Martin Nolte authored
-
- Dec 12, 2017
-
-
Martin Nolte authored
[cmake][python] use `pip --upgrade` on install Closes #81 See merge request core/dune-common!422
-
- Dec 11, 2017
-
-
Martin Nolte authored
Allow to skip dune_python_package_install when pip is not found II See merge request core/dune-common!399
-
- Dec 06, 2017
-
-
Jö Fahlke authored
[cmake][dune_add_test] Fix/dune add test cmake guard skip test See merge request core/dune-common!409
-
- Dec 05, 2017
-
-
Andreas Dedner authored
-
- Dec 04, 2017
-
-
Martin Nolte authored
This patch will always upgrade the Python package upon `make install`. Previously, the Python package was only installed, if the package had not been installed before. This violates the principle of least surprise as we intuitively except `make install` to overwrite all files during the install procedure.
-
- Dec 01, 2017
-
-
Ansgar Burchardt authored
move output operator to `Dune` namespace See merge request core/dune-common!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
-
Jö Fahlke authored
-
Ansgar Burchardt authored
run more tests in parallel See merge request core/dune-common!411
-
Ansgar Burchardt authored
-
Markus Blatt authored
Make CMake work with disabled version check. See merge request core/dune-common!408
-
- Nov 30, 2017
-
-
Jö Fahlke authored
Do not assume that the complete message fits into tht buffer when sending in VariableSizeCommunicator Closes #105 See merge request core/dune-common!416
-
Markus Blatt authored
-
Jö Fahlke authored
- For the files that should only occur in the toplevel directory, make sure to only match them in the toplevel directory. This allows having them in an imported header only library in some subdirectory. + For files such as `.cc` or `.hh` that are matched by extension, there is no sane generic way to not check them when they are imported from somewhere else, so you'll still have to do something special, sorry. - For files that are matched by name, make sure that name matches the full basename of the file, not just a suffix. - Pass the regular expressions to perl in a safe way so they can contain arbitrary character without arcane quoting. This mostly applies to the path separator '/'.
-
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 core/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 core/dune-common!415
-
Jö Fahlke authored
Add editor hints to variablesizecommunitationtest.cc See merge request core/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 core/dune-common!413
-
Jö Fahlke authored
Fixes: #100. See also: !404. Those targets never exist -- instead, cmake is invoked during testing to attempt to build them.
-