- Dec 17, 2013
-
-
Markus Blatt authored
This patch introduces a new macro DUNE_UNUSED_PARAMETER(parm) for marking unused parameters that are there for a purpose (e.g. the prescribed interfac The macro simply performs a cast to void. In addition all unused parameter w that I found were removed.
-
- May 31, 2012
-
-
Oliver Sander authored
With the exception of mpicollectivecommunication.hh and propertymap.hh, which I didn't understand. [[Imported from SVN: r6784]]
-
- Apr 25, 2012
-
-
Oliver Sander authored
Only standard-conforming methods are supported from now on. [[Imported from SVN: r6658]]
-
- Apr 23, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6648]]
-
- Feb 28, 2011
-
-
Martin Nolte authored
[[Imported from SVN: r6363]]
-
- Jan 13, 2011
-
-
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
[[Imported from SVN: r6310]]
-
- Dec 08, 2010
-
-
Martin Nolte authored
[[Imported from SVN: r6297]]
-
- Dec 02, 2010
-
-
Jorrit Fahlke authored
[[Imported from SVN: r6290]]
-
- Oct 29, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6216]]
-
- May 28, 2010
-
-
Markus Blatt authored
[[Imported from SVN: r6019]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
- Sep 24, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5597]]
-
- Sep 01, 2009
-
-
Markus Blatt authored
Made tuple_writer available and added a delimiter argument. [[Imported from SVN: r5570]]
-
- Feb 18, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5441]]
-
- Nov 11, 2008
-
-
Markus Blatt authored
support both versions. Sorry! Maybe we can remove it soon if everybody moves to the new naming scheme. Code works again and inclusion should, too. [[Imported from SVN: r5356]]
-
- Nov 10, 2008
-
-
Markus Blatt authored
Fixes FS#455 [[Imported from SVN: r5354]]
-
Martin Nolte authored
[[Imported from SVN: r5352]]
-
- Nov 07, 2008
-
-
Martin Nolte authored
allowed in them (this is a special feature of DUNE_THROW using a stringstream). [[Imported from SVN: r5347]]
-
- Sep 10, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5270]]
-
- Jun 20, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5221]]
-
- Apr 30, 2008
-
-
Peter Bastian authored
[[Imported from SVN: r5186]]
-
- Oct 04, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r5002]]
-
- Jul 30, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4958]]
-
- Jul 26, 2007
-
-
Markus Blatt authored
I tried to keep the interface backward compatible. Still there might be some issues if you used template meta programms specialised for Nil or using the internal first and second. Please report them. Note: There are still some issues: Empty tuples are currently not supported! [[Imported from SVN: r4956]]
-
- Jul 16, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4955]]
-
Markus Blatt authored
[[Imported from SVN: r4954]]
-
- Jul 11, 2007
-
-
Markus Blatt authored
[[Imported from SVN: r4952]]
-
- Apr 10, 2007
-
-
Oliver Sander authored
[[Imported from SVN: r4896]]
-
- Nov 16, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4782]]
-
- Aug 02, 2006
-
-
Christian Engwer authored
we don't need these compile-time tests. if '<' is defined we use it, otherwise the compiler will complain [[Imported from SVN: r4667]]
-
- Jul 18, 2006
-
-
Christian Engwer authored
[[Imported from SVN: r4618]]
-
- Apr 28, 2006
-
-
Markus Blatt authored
[[Imported from SVN: r4521]]
-
- Oct 14, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r3185]]
-
- Jul 21, 2005
-
-
Adrian Burri authored
[[Imported from SVN: r2426]]
-
- Apr 04, 2005
-
-
Markus Blatt authored
sample code. [[Imported from SVN: r1807]]
-
- Mar 30, 2005
-
-
Oliver Sander authored
individual tuple elements. So now the class documentation contains a little example of how you're supposedly supposed to do it. [[Imported from SVN: r1782]]
-
- Mar 17, 2005
-
-
Markus Blatt authored
[[Imported from SVN: r1665]]
-