- 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.
-
- Mar 13, 2013
-
-
Markus Blatt authored
[[Imported from SVN: r7421]]
-
Markus Blatt authored
[BugFix] Copy rep_ member of SharedCounterImpl during copy constructor (otherwise the deleter might work on a unitialized pointer). [[Imported from SVN: r7420]]
-
- Feb 07, 2013
-
-
Markus Blatt authored
n dune/common/share_ptr.hh the constructor of SharedCount is defined to be a template. However, the template argument is never used. This template argument was now dropped. Patch kindly provided by Olaf Ippisch [[Imported from SVN: r7108]]
-
- Nov 23, 2012
-
-
Christoph Grüninger authored
Ignore eigenvaluetest. Reordner member variable assignments to avoid pedantic warnings in shared_ptr. Only activate boundary checking in dynmatrixtest if not already active. [[Imported from SVN: r7063]]
-
- Nov 02, 2012
-
-
Markus Blatt authored
[[Imported from SVN: r7053]]
-
- Oct 22, 2012
-
-
Markus Blatt authored
Forced initializing to zero. Compiles with clang again. [[Imported from SVN: r7049]]
-
- Oct 21, 2012
-
-
Markus Blatt authored
Support counting even if the pointer type is converted to a compatible base class. Previously class A{}; class B: public A{}; shared_ptr<A> b(new B); shared_ptr<B> b(a); b.get_count()==1 && b.get_count()==1 would wrongly hold true. [[Imported from SVN: r7047]]
-
Markus Blatt authored
Make test runs through again. [[Imported from SVN: r7045]]
-
- Oct 17, 2012
-
-
Christian Engwer authored
[[Imported from SVN: r7041]]
-
Christian Engwer authored
test initialization from nullptr fix bool cast of Dune implementation [[Imported from SVN: r7040]]
-
Markus Blatt authored
[[Imported from SVN: r7039]]
-
- Jun 22, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r6810]]
-
Oliver Sander authored
[[Imported from SVN: r6809]]
-
- Jun 24, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6471]]
-
- May 30, 2011
-
-
Markus Blatt authored
[[Imported from SVN: r6451]]
-
- Mar 03, 2011
-
-
Robert Klöfkorn authored
[[Imported from SVN: r6376]]
-
- Feb 23, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6354]]
-
- Feb 22, 2011
-
-
Christian Engwer authored
[[Imported from SVN: r6352]]
-
- Feb 21, 2011
-
-
Christian Engwer authored
(credits Stefen Müthing) [[Imported from SVN: r6351]]
-
- Jan 13, 2011
-
-
Oliver Sander authored
This fixes FS 864. [[Imported from SVN: r6322]]
-
- 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]]
-
- Aug 25, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6105]]
-
- Feb 11, 2010
-
-
Martin Nolte authored
(though this should also occur for later versions, if this implementation would ever be used) [[Imported from SVN: r5891]]
-
- Jan 26, 2010
-
-
Carsten Gräser authored
constructor and reset() taking a deleter. This solves the issue with bcrsmatrix.hh in fs#727. Please merge to release. [[Imported from SVN: r5871]]
-
Markus Blatt authored
[[Imported from SVN: r5869]]
-
Markus Blatt authored
gcc-4.4 failed to compile the shared_ptrtest with ''NULL was not declared in this scope''. Introduced usage of null_ptr to fix this. [[Imported from SVN: r5868]]
-
- Dec 07, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r5749]]
-
Oliver Sander authored
[[Imported from SVN: r5746]]
-
- Dec 04, 2009
-
-
Oliver Sander authored
A proper cast-to-bool is still missing. [[Imported from SVN: r5734]]
-
Oliver Sander authored
[[Imported from SVN: r5733]]
-
- Oct 14, 2009
-
-
Oliver Sander authored
Follow the stl standard: the default constructor of a shared_ptr creates a NULL pointer, and does NOT allocate memory [[Imported from SVN: r5654]]
-
Oliver Sander authored
[[Imported from SVN: r5647]]
-
- Oct 13, 2009
-
-
Christian Engwer authored
* update Makefiles and configure [[Imported from SVN: r5643]]
-
Oliver Sander authored
if an implementation of shared_ptr has been found in either std, tr1, or boost, then use that one. If not fall back on our own [[Imported from SVN: r5642]]
-
Oliver Sander authored
rename the method count() to use_count(). This is the naming of the standard shared-pointer implementation [[Imported from SVN: r5641]]
-
- Oct 12, 2009
-
-
Oliver Sander authored
the class from SmartPointer to shared_ptr. That way the implementation is like the tr1 one. The old file is deprecated. The tr1 implementation is not yet used even on platforms that have it, because I have to think of a proper test first. [[Imported from SVN: r5630]]
-
- Apr 08, 2009
-
-
Christian Engwer authored
[[Imported from SVN: r5504]]
-
Christian Engwer authored
pointer. * This pointer can be passed to the SmartPointer Constructor [[Imported from SVN: r5503]]
-
- Oct 13, 2006
-
-
Oliver Sander authored
[[Imported from SVN: r4726]]
-