src/core/ptr.h
Fri, 23 Apr 2010 15:09:31 +0400 Andrey Mazo spell check, mostly in comments.
Fri, 18 Sep 2009 22:18:06 +0200 Sebastien Vincent Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
Tue, 07 Jul 2009 13:03:21 +0200 Mathieu Lacage add StaticCast to mirror DynamicCast and ConstCast
Thu, 16 Apr 2009 13:28:51 +0200 Nicola Baldo bug 534: non-const Ptr<T>::operator * () returns const reference
Mon, 20 Oct 2008 08:40:32 +0200 Mathieu Lacage bug 382: templated DynamicCast
Thu, 16 Oct 2008 12:17:00 +0200 Mathieu Lacage bug 350: operator > missing.
Thu, 29 May 2008 23:24:10 -0700 Tom Henderson Doxygen organization
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Mon, 29 Oct 2007 12:48:01 -0700 Craig Dowell merge in packet.bundle
Mon, 01 Oct 2007 14:07:53 +0200 Mathieu Lacage Simplify and optimize Create template function. Add Ptr::operator *
Mon, 08 Oct 2007 14:13:58 +0100 Gustavo J. A. M. Carneiro Use 'const Ptr<T>' rather than 'Ptr<T> const'
Fri, 05 Oct 2007 19:13:36 +0100 Gustavo J. A. M. Carneiro Add operator < to Ptr smart pointers, to make them behave well with STL containers.
Fri, 28 Sep 2007 11:59:46 +0100 Gustavo J. A. M. Carneiro merge
Tue, 03 Jul 2007 16:11:40 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Fri, 27 Jul 2007 17:49:04 +0200 Mathieu Lacage optmize slightly Ptr<T>::Acquire
Fri, 27 Jul 2007 15:37:05 +0200 Mathieu Lacage add an extra constructor to use when the Create template cannot be used
Thu, 26 Jul 2007 08:18:11 +0200 Mathieu Lacage fix optimized build
Mon, 23 Jul 2007 15:23:14 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Thu, 19 Jul 2007 13:53:14 +0200 Mathieu Lacage rename traits to handle Ptr<> object pointers
Mon, 04 Jun 2007 16:32:37 +0200 Mathieu Lacage rename MakeNewObject to Create
Thu, 24 May 2007 16:08:03 +0200 Mathieu Lacage fix bug 24
Thu, 24 May 2007 15:37:00 +0200 Mathieu Lacage add tests and fix leak
Thu, 24 May 2007 14:53:10 +0200 Mathieu Lacage fix bug 23
Sat, 19 May 2007 14:37:06 +0100 Gustavo J. A. M. Carneiro Correct the Ptr (T *ptr) documentation.
Thu, 17 May 2007 14:07:22 +0200 Mathieu Lacage beautify the dox output
Fri, 11 May 2007 09:55:51 +0200 Mathieu Lacage add small comment
Fri, 11 May 2007 09:46:01 +0200 Mathieu Lacage rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
Fri, 11 May 2007 08:59:11 +0200 Mathieu Lacage add MakeNewObject template with more arguments
Fri, 11 May 2007 08:35:41 +0200 Mathieu Lacage add MakeNewObject template function and fix operator == (T1,T2)
Thu, 10 May 2007 18:33:52 +0200 Mathieu Lacage remove leaks and rework the Ptr class to work with a new refcount mechanism
Wed, 09 May 2007 19:48:33 +0200 Mathieu Lacage remove ptr::Remove, make ptr::Peek share the same signature as ptr::Get
Wed, 09 May 2007 13:26:21 -0400 Raj Bhattacharjea Node* -> Ptr<Node>
Tue, 08 May 2007 11:44:04 -0400 Raj Bhattacharjea Ptr changed to use Object's refcounts
Thu, 19 Apr 2007 10:28:10 +0200 Mathieu Lacage fix optimized build warning
Fri, 13 Apr 2007 15:52:27 +0100 Gustavo J. A. M. Carneiro Fix Ptr<T>::m_count memory leak in some places.
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Wed, 31 Jan 2007 20:14:23 +0100 Mathieu Lacage add ns3::Ptr<T>::operator * with a few tests
Mon, 18 Dec 2006 14:25:33 +0100 Mathieu Lacage more tests, fix bugs uncovered by tests
Mon, 18 Dec 2006 13:17:08 +0100 Mathieu Lacage initial go at smart pointer implementation
less more (0) tip