- 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]]
-
- Nov 27, 2010
-
-
Christian Engwer authored
* add two free functions for convient creation of a shared_ptr from a stack-allocated object [[Imported from SVN: r6273]]
-
- Nov 08, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6240]]
-
- Nov 05, 2010
-
-
Markus Blatt authored
Added check before MPI_Finalize, too. [[Imported from SVN: r6233]]
-
- Nov 04, 2010
-
-
Martin Nolte authored
run ./polyallocator 2 10000000 and you notice a growth in memory use [[Imported from SVN: r6231]]
-
- Nov 03, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6225]]
-
- Nov 02, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6222]]
-
- Oct 30, 2010
-
-
Christian Engwer authored
- move testPool to a struct - make this truct friend b) fix indentation and add editor hints [[Imported from SVN: r6218]]
-
- Oct 29, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6215]]
-
Robert Klöfkorn authored
[[Imported from SVN: r6209]]
-
- Oct 24, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6203]]
-
Christian Engwer authored
[[Imported from SVN: r6201]]
-
- Oct 19, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6192]]
-
Christian Engwer authored
[[Imported from SVN: r6191]]
-
Christian Engwer authored
a) this is the matrix test b) sort doesn't work for complex numbers [[Imported from SVN: r6190]]
-
Christian Engwer authored
[[Imported from SVN: r6189]]
-
Christian Engwer authored
[[Imported from SVN: r6187]]
-
- Oct 13, 2010
-
-
Christian Engwer authored
* add test for this dynamic matrix [[Imported from SVN: r6182]]
-
Christian Engwer authored
[[Imported from SVN: r6178]]
-
Christian Engwer authored
* recursively call lower dimensional tests * test real and complex valued data [[Imported from SVN: r6176]]
-
Christian Engwer authored
[[Imported from SVN: r6173]]
-
- Oct 12, 2010
-
-
Christian Engwer authored
comparison operators. [[Imported from SVN: r6169]]
-
- Sep 23, 2010
-
-
Christian Engwer authored
* add move checks to paramtreetest * test both... ConfigParser and ParameterTree [[Imported from SVN: r6149]]
-