- Jan 23, 2012
-
-
Oliver Sander authored
This works pretty much the same way as DUNE_DEPRECATED (without message). Thanks to Elias Pipping for implementing this. [[Imported from SVN: r6556]]
-
- Aug 11, 2011
-
-
Oliver Sander authored
to FieldVector::size() as a method. With this patch applied FieldVector::size remains an enum, hence all your code compiles as before. However you get a compiler warning explaining the issue and suggesting to configure with --enable-fieldvector-size-is-method. If you do so, then FieldVector::size becomes a method, and you may have to go out and adjust your code. The configure flag is transitional and will be removed after dune 2.2 is out. Remember that there is no smoother way to do the transition, as you can't have FieldVector::size to be both an enum value and a method at the same time. This fixes FlySpray issue 819. [[Imported from SVN: r6486]]
-
- Feb 23, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6354]]
-
- Feb 22, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6352]]
-
- Feb 09, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6336]]
-
- Oct 24, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6202]]
-
- Mar 22, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r5939]]
-
- Mar 03, 2010
-
-
Jorrit Fahlke authored
well. [[Imported from SVN: r5915]]
-
- Feb 12, 2010
-
-
Christian Engwer authored
for older automake versions : merge to release [[Imported from SVN: r5892]]
-
- Jan 19, 2010
-
-
Jorrit Fahlke authored
DUNE_COMMON_CHECKS macro into the DUNE_MPI macro. Also add the GL flags to the ALL_PKG_* variables. [[Imported from SVN: r5839]]
-
- Jan 18, 2010
-
-
Jorrit Fahlke authored
libs to the ALL_PKG_* family of variables and DUNE_ADD_MODULE_DEPS to add flags and libs to the DUNE_* family of variables and the modules variables. Use those macros in DUNE_CHECK_MODULES. [[Imported from SVN: r5834]]
-
- Dec 08, 2009
-
-
Jorrit Fahlke authored
[[Imported from SVN: r5756]]
-
- Nov 04, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5691]]
-
- Oct 14, 2009
-
-
Martin Nolte authored
the the help string) [[Imported from SVN: r5653]]
-
Martin Nolte authored
[[Imported from SVN: r5649]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5646]]
-
Oliver Sander authored
[[Imported from SVN: r5640]]
-
- Feb 13, 2009
-
-
Christian Engwer authored
well now it's fixed please merge to 1.2 [[Imported from SVN: r5430]]
-
Christian Engwer authored
[[Imported from SVN: r5426]]
-
- Jan 21, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5407]]
-
- Nov 06, 2008
-
-
Markus Blatt authored
headers tuple, array, type_traits. This is needed because xlc otherwise finds the tr1 headers of gcc and later on is not smart enough to understand and compile them. [[Imported from SVN: r5344]]
-
- Oct 09, 2008
-
-
Christian Engwer authored
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf [[Imported from SVN: r5308]]
-
- Sep 10, 2008
-
-
Christian Engwer authored
* enable -std=c++0x switch if g++ supports it * honour HAVE_STATIC_ASSERT in static_assert.hh * add xfail_test for dune_static_assert [[Imported from SVN: r5272]]
-
- Jul 02, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5226]]
-
- May 06, 2008
-
-
Sven Marnach authored
[[Imported from SVN: r5190]]
-
- Apr 21, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5165]]
-
- Apr 14, 2008
-
-
Christian Engwer authored
modules * add support for suggests [[Imported from SVN: r5156]]
-