Mon, 29 Oct 2007 12:48:01 -0700 |
Craig Dowell |
merge in packet.bundle
|
file |
diff |
annotate
|
Mon, 01 Oct 2007 14:07:53 +0200 |
Mathieu Lacage |
Simplify and optimize Create template function. Add Ptr::operator *
|
file |
diff |
annotate
|
Mon, 08 Oct 2007 14:13:58 +0100 |
Gustavo J. A. M. Carneiro |
Use 'const Ptr<T>' rather than 'Ptr<T> const'
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 28 Sep 2007 11:59:46 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
file |
diff |
annotate
|
Tue, 03 Jul 2007 16:11:40 +0200 |
Mathieu Lacage |
add operator << (std::ostream)for Ptr<T>
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 17:49:04 +0200 |
Mathieu Lacage |
optmize slightly Ptr<T>::Acquire
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 15:37:05 +0200 |
Mathieu Lacage |
add an extra constructor to use when the Create template cannot be used
|
file |
diff |
annotate
|
Thu, 26 Jul 2007 08:18:11 +0200 |
Mathieu Lacage |
fix optimized build
|
file |
diff |
annotate
|
Mon, 23 Jul 2007 15:23:14 +0200 |
Mathieu Lacage |
add operator << (std::ostream)for Ptr<T>
|
file |
diff |
annotate
|
Thu, 19 Jul 2007 13:53:14 +0200 |
Mathieu Lacage |
rename traits to handle Ptr<> object pointers
|
file |
diff |
annotate
|
Mon, 04 Jun 2007 16:32:37 +0200 |
Mathieu Lacage |
rename MakeNewObject to Create
|
file |
diff |
annotate
|
Thu, 24 May 2007 16:08:03 +0200 |
Mathieu Lacage |
fix bug 24
|
file |
diff |
annotate
|
Thu, 24 May 2007 15:37:00 +0200 |
Mathieu Lacage |
add tests and fix leak
|
file |
diff |
annotate
|
Thu, 24 May 2007 14:53:10 +0200 |
Mathieu Lacage |
fix bug 23
|
file |
diff |
annotate
|
Sat, 19 May 2007 14:37:06 +0100 |
Gustavo J. A. M. Carneiro |
Correct the Ptr (T *ptr) documentation.
|
file |
diff |
annotate
|
Thu, 17 May 2007 14:07:22 +0200 |
Mathieu Lacage |
beautify the dox output
|
file |
diff |
annotate
|
Fri, 11 May 2007 09:55:51 +0200 |
Mathieu Lacage |
add small comment
|
file |
diff |
annotate
|
Fri, 11 May 2007 09:46:01 +0200 |
Mathieu Lacage |
rename Ptr::Get and Ptr::Peek to GetPointer and PeekPointer
|
file |
diff |
annotate
|
Fri, 11 May 2007 08:59:11 +0200 |
Mathieu Lacage |
add MakeNewObject template with more arguments
|
file |
diff |
annotate
|
Fri, 11 May 2007 08:35:41 +0200 |
Mathieu Lacage |
add MakeNewObject template function and fix operator == (T1,T2)
|
file |
diff |
annotate
|
Thu, 10 May 2007 18:33:52 +0200 |
Mathieu Lacage |
remove leaks and rework the Ptr class to work with a new refcount mechanism
|
file |
diff |
annotate
|
Wed, 09 May 2007 19:48:33 +0200 |
Mathieu Lacage |
remove ptr::Remove, make ptr::Peek share the same signature as ptr::Get
|
file |
diff |
annotate
|
Wed, 09 May 2007 13:26:21 -0400 |
Raj Bhattacharjea |
Node* -> Ptr<Node>
|
file |
diff |
annotate
|
Tue, 08 May 2007 11:44:04 -0400 |
Raj Bhattacharjea |
Ptr changed to use Object's refcounts
|
file |
diff |
annotate
|
Thu, 19 Apr 2007 10:28:10 +0200 |
Mathieu Lacage |
fix optimized build warning
|
file |
diff |
annotate
|
Fri, 13 Apr 2007 15:52:27 +0100 |
Gustavo J. A. M. Carneiro |
Fix Ptr<T>::m_count memory leak in some places.
|
file |
diff |
annotate
|
Fri, 16 Feb 2007 09:56:21 +0100 |
Mathieu Lacage |
convert use of <cassert> to "ns3/assert.h"
|
file |
diff |
annotate
|
Wed, 31 Jan 2007 20:14:23 +0100 |
Mathieu Lacage |
add ns3::Ptr<T>::operator * with a few tests
|
file |
diff |
annotate
|
Mon, 18 Dec 2006 14:25:33 +0100 |
Mathieu Lacage |
more tests, fix bugs uncovered by tests
|
file |
diff |
annotate
|
Mon, 18 Dec 2006 13:17:08 +0100 |
Mathieu Lacage |
initial go at smart pointer implementation
|
file |
diff |
annotate
|