- Oct 06, 2017
-
-
Carsten Gräser authored
Replace throw by terminate in destructor See merge request core/dune-common!327
-
Ansgar Burchardt authored
re-enable transformTuple test fails with debian 8 gcc See merge request !273
-
Martin Nolte authored
added a range function for range based for loops over consecutive integers See merge request core/dune-common!325
-
Martin Nolte authored
-
Andreas Dedner authored
-
Martin Nolte authored
[std] add fallback implementation for std::conjunction / std::disjunction See merge request core/dune-common!322
-
- Oct 05, 2017
-
-
-
Carsten Gräser authored
Disbable a deprecation warning in a test See merge request core/dune-common!328
-
Carsten Gräser authored
Since the destructor is no longer noexcept(false) it will never throw an exception to its caller but always call std::terminate().
-
Carsten Gräser authored
-
Carsten Gräser authored
In C++11 destructors are implcity `noexcept` such that a `throw` leads to a call of `std::terminate()` anyway. Hence this commit does not change the behaviour but only avoids a warning. BTW: Destructors are `noexcept` for good reason, because it is in general very hard to recover from a failing destructor. This also applies here.
-
Steffen Müthing authored
Require GCC 5 and C++14 See merge request core/dune-common!320
-
- Oct 04, 2017
-
-
Christoph Grüninger authored
Feature/require cmake 3.1 See merge request core/dune-common!323
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
- Oct 02, 2017
-
-
Dominic Kempf authored
[bugfix] Correctly display headercheck status message Closes #86 See merge request !326
-
Dominic Kempf authored
Surprisingly, the -D and -P arguments to cmake are required in a specific order: D before P!
-
- Sep 29, 2017
-
-
Martin Nolte authored
-
- Sep 26, 2017
-
-
Martin Nolte authored
implement optional similarly to the one propoed in C++14 draft N3690 See merge request !276
-
- Sep 23, 2017
-
-
Ansgar Burchardt authored
[cleanup] fix some typos See merge request !321
-
Felix Gruber authored
-
Felix Gruber authored
This fixes warning: extra ‘;’ with -Wpedantic in GCC.
-
- Sep 19, 2017
-
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
This causes GCC 4.9 to fall flat on its face.
-
Steffen Müthing authored
Debian 8 is not supported anymore.
-
Steffen Müthing authored
-
Steffen Müthing authored
-
Steffen Müthing authored
As we always require at least C++14, we don't have to be able to check for C++11.
-
Steffen Müthing authored
With our raised compiler requirements of GCC 5+, we can also require support for C++14.
-
Steffen Müthing authored
-
Ansgar Burchardt authored
Add `makeVirtualFunction` helper See merge request !282
-
- Sep 18, 2017
-
-
Christoph Grüninger authored
Feature/fix cmake warnings See merge request !316
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Replace deprecated command set_package_info.
-
Christoph Grüninger authored
Module specific macros are optional, a single status line is enough.
-
Christoph Grüninger authored
Reduces the warning to a single line with CMake 3.9. There is no FindVc.cmake anyway.
-
Christoph Grüninger authored
duneproject: always use enable_all_package See merge request !107
-
Christoph Grüninger authored
* dune-common requires CMake 2.8.12 anyway * confusing option * better remove line by hand after module created
-
- Sep 14, 2017
-
-
Tobias Malkmus authored
-