- Jan 18, 2012
-
-
Jorrit Fahlke authored
Otherwise, the tests will just fail to compile because of missing headers Author: Elias Pipping <pipping@exherbo.org> [[Imported from SVN: r6552]]
-
- Oct 19, 2011
-
-
Oliver Sander authored
Patch by Elias Pipping (see FS 944). [[Imported from SVN: r6517]]
-
Oliver Sander authored
[[Imported from SVN: r6516]]
-
- Sep 08, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6494]]
-
- 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 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]]
-
- Jun 24, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6470]]
-
- Apr 27, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6429]]
-
- Apr 26, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6425]]
-
- Apr 15, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6421]]
-
Christian Engwer authored
[[Imported from SVN: r6420]]
-
Christian Engwer authored
[[Imported from SVN: r6418]]
-
- Apr 05, 2011
-
-
Oliver Sander authored
This closes FlySpray task 804 [[Imported from SVN: r6412]]
-
- Mar 07, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6382]]
-
- Mar 04, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6379]]
-
Oliver Sander authored
[[Imported from SVN: r6378]]
-
- Mar 03, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6374]]
-
Robert Klöfkorn authored
[[Imported from SVN: r6373]]
-
Markus Blatt authored
Merged r6371 from the trunk, that ensures the correct size of the FieldVector given to the copy constructor. [[Imported from SVN: r6372]]
-
Markus Blatt authored
different size! [[Imported from SVN: r6371]]
-
- Feb 16, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6345]]
-
- Feb 11, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6343]]
-
- Feb 03, 2011
-
-
Jorrit Fahlke authored
This is especially useful when an array is needed to initialize a class member. This uses a statement like array<T, 2> result = { t0, t1 }; to initialize the array. This is correct and explicitly allowed by the upcoming standard. Unfortunately g++ warns about this with -Wmissing-braces (which is implied by -Wall) because this relies on brace elision. The report <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137> has been filed more than five years ago, but so far not much has happened. [[Imported from SVN: r6328]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6323]]
-
Jorrit Fahlke authored
copied. [[Imported from SVN: r6321]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6320]]
-
Jorrit Fahlke authored
replacement implementation. [[Imported from SVN: r6319]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6318]]
-
Jorrit Fahlke authored
the tested tuple is from Dune, std, or std::tr1. [[Imported from SVN: r6317]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6316]]
-
Jorrit Fahlke authored
assignable. [[Imported from SVN: r6314]]
-
Jorrit Fahlke authored
-DNDEBUG. [[Imported from SVN: r6313]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6312]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6311]]
-
- Dec 03, 2010
-
-
Carsten Gräser authored
[[Imported from SVN: r6293]]
-
Carsten Gräser authored
PushBackTuple to append a type PushFrontTuple to prepend a type JoinTuples to join two tuples FlattenTuple to join several tuples contained in another tuple ReduceTuple to apply a reduce transformation to a tuple as type containe [[Imported from SVN: r6292]]
-
- Dec 02, 2010
-
-
Jorrit Fahlke authored
particular type in a tuple. [[Imported from SVN: r6289]]
-
- Dec 01, 2010
-
-
Christian Engwer authored
- make sure they can handle all knds of white spaces [[Imported from SVN: r6287]]
-
Markus Blatt authored
[[Imported from SVN: r6285]]
-