- Oct 05, 2011
-
-
Jorrit Fahlke authored
HAS_ATTRIBUTE_DEPRECATED_MSG in config.h and move the rest into dune/common/deprecated.hh. this should fix older autotools and is conceptionally cleaner IMHO Credits to Andreas Lauser. [[Imported from SVN: r6509]]
-
- Oct 04, 2011
-
-
Christian Engwer authored
* add DUNE_DEPRECATED_MSG("message") macro * credits to Andreas Lauser [[Imported from SVN: r6508]]
-
- Oct 01, 2011
-
-
Oliver Sander authored
Since various compiler versions only support the 'unused' attribute without a message, one has to check for both versions separately. Cf. the discussion in FS 956. [[Imported from SVN: r6507]]
-
- Sep 30, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6505]]
-
- Sep 15, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6500]]
-
- Sep 14, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6499]]
-
Martin Nolte authored
[[Imported from SVN: r6498]]
-
Martin Nolte authored
[[Imported from SVN: r6497]]
-
Martin Nolte authored
[[Imported from SVN: r6496]]
-
- Sep 13, 2011
-
-
Andreas Dedner authored
[[Imported from SVN: r6495]]
-
- Sep 08, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6494]]
-
Markus Blatt authored
[[Imported from SVN: r6493]]
-
- Sep 06, 2011
-
-
Christian Engwer authored
* update configure check * move nullptr_t to namespace Dune * import nullptr_t from namespace std (according to updated proposal) [[Imported from SVN: r6492]]
-
- Aug 30, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6491]]
-
Oliver Sander authored
[[Imported from SVN: r6490]]
-
- Aug 17, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6489]]
-
- Aug 12, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6488]]
-
- Aug 11, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6487]]
-
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]]
-
Oliver Sander authored
[[Imported from SVN: r6484]]
-
Oliver Sander authored
[[Imported from SVN: r6483]]
-
Oliver Sander authored
It has been deprecated at least since dune 2.0. [[Imported from SVN: r6482]]
-
- Aug 05, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6481]]
-
- Aug 04, 2011
-
-
Markus Blatt authored
Splitted upstream boost test and enable trick. [[Imported from SVN: r6480]]
-
- Jul 12, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6479]]
-
Oliver Sander authored
[[Imported from SVN: r6478]]
-
Christian Engwer authored
"add sections on dune-specific AM_CONDITIONALS (thanks to Dan)" [[Imported from SVN: r6477]]
-
Christian Engwer authored
[[Imported from SVN: r6476]]
-
Christian Engwer authored
[[Imported from SVN: r6475]]
-
- Jun 28, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6473]]
-
- Jun 24, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6471]]
-
Oliver Sander authored
[[Imported from SVN: r6470]]
-
- Jun 16, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6469]]
-
- Jun 11, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6462]]
-
Martin Nolte authored
[[Imported from SVN: r6461]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6460]]
-
- Jun 10, 2011
-
-
Christian Engwer authored
bug fix in dunecontrol export [[Imported from SVN: r6459]]
-
Christian Engwer authored
* while traversing the tree, the modules now have a dedicated state: MAIN=one of the selected modules DEPS=added due to dependencies SUGS=added due to suggestions * use the state to determin the list of dependencies and suggestions * fix FS#893 [[Imported from SVN: r6458]]
-
- Jun 08, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6456]]
-
- Jun 06, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6455]]
-