- Jan 30, 2011
-
-
Christian Engwer authored
(credits go to Steffen Müthing) [[Imported from SVN: r6326]]
-
- Jan 16, 2011
-
-
Jorrit Fahlke authored
Kudos for this patch to Ansgar Burchardt <ansgar@mathi.uni-heidelberg.de> [[Imported from SVN: r6325]]
-
- Jan 13, 2011
-
-
Christian Engwer authored
FieldVector< complex<T> > = FieldVector<T> [[Imported from SVN: r6324]]
-
Christian Engwer authored
[[Imported from SVN: r6323]]
-
Oliver Sander authored
This fixes FS 864. [[Imported from SVN: r6322]]
-
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
For a tuple of references get() should still return a non-const reference, even if the tuple itself is const: int n = 0; const tuple<int&> t(n); get<0>(t) = 1; // post: n == 1 Without this property, tie() would be largely meaningless. [[Imported from SVN: r6315]]
-
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]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6310]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6309]]
-
- Jan 12, 2011
-
-
Christian Engwer authored
- fix config.h-comments for variadic templates [[Imported from SVN: r6308]]
-
Christian Engwer authored
[[Imported from SVN: r6307]]
-
Christian Engwer authored
[[Imported from SVN: r6306]]
-
Christian Engwer authored
[[Imported from SVN: r6305]]
-
- Jan 04, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6304]]
-
Martin Nolte authored
[[Imported from SVN: r6303]]
-
- Jan 02, 2011
-
-
Oliver Sander authored
... with appropriate default parameters. This leads to slightly simpler code. Note though that the method reportStream has disappeared, and hence this patch may break some code. I think that's acceptable, though, because the fix is trivial and the reportStream method never appeared in a release. [[Imported from SVN: r6302]]
-
Oliver Sander authored
[[Imported from SVN: r6301]]
-
- Dec 21, 2010
-
-
Jorrit Fahlke authored
make documenting interfaces easier. [[Imported from SVN: r6300]]
-
- Dec 17, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6299]]
-
- Dec 10, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6298]]
-
- Dec 08, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6297]]
-
- Dec 06, 2010
-
-
Jorrit Fahlke authored
The previous limit was at seven arguments. [[Imported from SVN: r6296]]
-
Oliver Sander authored
[[Imported from SVN: r6295]]
-
- Dec 05, 2010
-
-
Jorrit Fahlke authored
actually works. Also, talk a little bit about the no-rvalues limitation. [[Imported from SVN: r6294]]
-
- 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
-
-
Markus Blatt authored
See flyspray 844. [[Imported from SVN: r6291]]
-
Jorrit Fahlke authored
[[Imported from SVN: r6290]]
-
Jorrit Fahlke authored
particular type in a tuple. [[Imported from SVN: r6289]]
-
- Dec 01, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6288]]
-
Christian Engwer authored
- make sure they can handle all knds of white spaces [[Imported from SVN: r6287]]
-