- Oct 30, 2015
-
-
Christoph Grüninger authored
-
- Oct 24, 2015
-
-
Christoph Grüninger authored
The warning was added before FS#493 and the related FS#491 were resolved. Probably it was just forgotten to remove the warning. I double checked with GCC 5 and -O3. Works for me.
-
- Oct 23, 2015
-
-
Christoph Grüninger authored
Probably an error caused during merging.
-
- Oct 22, 2015
-
-
Steffen Müthing authored
-
- Oct 16, 2015
-
-
Dominic Kempf authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Nothing needs to be included with proper C++11 compilers.
-
Christoph Grüninger authored
Old feature support macros which were tested until 2.4, kept around for one more release. As these are now always supported due to the new compiler requirements, they are directly defined without an explicit test.
-
- Oct 15, 2015
-
-
Dominic Kempf authored
-
- Oct 14, 2015
-
-
Martin Nolte authored
As documented, tranformTuple should support AddRefTypeEvaluator. As std::make_tuple will remove references (using std::decay) from the funtor's return type, the returned tuple would contain copies of the values. This is not the intended behavior. This patch adds AddRefTypeEvaluator to the utilitytest and fixes the return type of transformTuple.
-
Christoph Grüninger authored
These commits broke compiling / linking if one package was found but the includes / libraries were not added. We need a different approach to hide the ENABLE_* trick from the user and keep full testing capabilities. This reverts commits 0f12caff and d75c3a46.
-
- Oct 06, 2015
-
-
Marco Agnese authored
-
- Oct 03, 2015
-
-
Christoph Grüninger authored
-
- Sep 30, 2015
-
-
Carsten Gräser authored
-
Christoph Grüninger authored
This reverts commit 4441ec26. The minimal required is finally GCC 4.7 or newer (it is actuall 4.9). Original commit message for d26e5ed3 was [C++11] Follow the C++11 specification of operator new. The signature changed in C++11 which we require now. To get more details see the mailinglost in October 2012.
-
- Sep 23, 2015
-
-
Carsten Gräser authored
Otherwise FieldVector<K,1> is not literal and its size() method can never be used as constexpr.
-
- Sep 19, 2015
-
-
Oliver Sander authored
This makes the code more robust and (a bit) more robust. Additionally, it repairs the recent breakage that I introduced by modifying promotiontraits.hh.
-
- Sep 18, 2015
-
-
Carsten Gräser authored
Otherwise FieldVector is not a literal type and calling its size() method is not a const-expression although size() itself is declared as constexpr.
-
- Sep 16, 2015
-
-
Oliver Sander authored
The previous implementation consisted of a list of promotion rules for various types. The new implementation is much shorter and more general: it will also work for types not on the old list. The promoted type is now defined as the result type of the addition of the two input types. There is no special reason to use addition here, but it does reproduce the precise behavior of the old implementation.
-
- Sep 09, 2015
-
-
Carsten Gräser authored
Document an incompatibility issue of index_sequence and add a reminder to fix this as soon as we allow template aliases. This can only be fixed
-
- Sep 01, 2015
-
-
Markus Blatt authored
This does not apply cleanly to the release.
-
Markus Blatt authored
by testing whether we work on a end iterator. In this case the distance function will fail. Found that out by gcc's stdlib with debugging turned on.
-
Markus Blatt authored
-
Markus Blatt authored
-
- Aug 19, 2015
-
-
Carsten Gräser authored
-
Carsten Gräser authored
... and don't take absolute value of comparison result. Thanks to Max Kahnt for reporting this.
-
- Aug 01, 2015
-
-
Oliver Sander authored
-
Oliver Sander authored
Otherwise it won't appear in the doxygen documentation
-
Oliver Sander authored
-
Oliver Sander authored
-
- Jul 27, 2015
-
-
Andreas Dedner authored
-
Jö Fahlke authored
Add missing files, remove ancient buildsystem stuff and stuff where it is unclear where it comes from.
-
Jö Fahlke authored
[test][typetraits][warnings] Split the test for deprecated functionality in typetraits.hh into its own testcase. That way I can simply disable deprecation warnings there. There was a mechanism with apparently similar goal involving the define DISABLE_DEPRECATED_METHOD_CHECKS. However, I could not figure out how that was intended to work, the only occurances of DISABLE_DEPRECATED_METHOD_CHECKS were in typetraitstest.hh. Probably you were supposed to set that define by hand in your CPPFLAGS, which I consider unacceptable.
-
Jö Fahlke authored
-
- Jul 23, 2015
-
-
Ansgar Burchardt authored
The section is empty since the code was split into the dune-geometry module.
-
- Jul 22, 2015
-
-
Felix Gruber authored
-
Ansgar Burchardt authored
Since fda5a9e0 AlignmentOf always uses std::alignment_of and the fallback implementation is no longer used.
-
Christoph Grüninger authored
It's more CMake style.
-
Christoph Grüninger authored
-
- Jul 17, 2015
-
-
Ansgar Burchardt authored
-