src/core/attribute-test.cc
Tue, 12 Aug 2008 12:55:11 -0700 Mathieu Lacage allow attribute setters to fail.
Mon, 02 Jun 2008 10:30:24 -0700 Mathieu Lacage add some doxygen, remove a couple of XXX
Mon, 26 May 2008 20:48:54 -0700 Mathieu Lacage ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 09 Apr 2008 14:58:52 -0700 Mathieu Lacage add ObjectVector::GetItemTypeId
Wed, 09 Apr 2008 12:15:24 -0700 Mathieu Lacage get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
Wed, 09 Apr 2008 11:46:04 -0700 Mathieu Lacage Pointer class for primitive type pointer.
Mon, 24 Mar 2008 13:04:55 -0700 Mathieu Lacage use FailSafe postfix in a more rigorous way.
Sat, 15 Mar 2008 19:29:22 +0100 Mathieu Lacage need to use ns3:: prefix for TypeId names now.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Wed, 12 Mar 2008 11:35:00 -0700 Mathieu Lacage Add sufficient information to AttributeChecker to generate nice-looking doxygen documentation.
Tue, 11 Mar 2008 13:46:22 -0700 Mathieu Lacage Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect
Tue, 11 Mar 2008 13:34:29 -0700 Mathieu Lacage TraceSourceConnect -> TraceConnect && TraceSourceDisconnect -> TraceDisconnect
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Mon, 10 Mar 2008 00:46:44 +0100 Mathieu Lacage rename old VALUE leftovers
Mon, 10 Mar 2008 00:38:48 +0100 Mathieu Lacage add missing copyright statements.
Sun, 09 Mar 2008 21:28:27 +0100 Mathieu Lacage more FailSafe methods
Sun, 09 Mar 2008 21:07:14 +0100 Mathieu Lacage add FailSafe versions of setters which could fail.
Wed, 27 Feb 2008 21:41:34 +0100 Mathieu Lacage introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
Wed, 27 Feb 2008 17:39:32 +0100 Mathieu Lacage fix compilation bug on osx
Tue, 26 Feb 2008 19:51:33 +0100 Mathieu Lacage EventTraceSource -> TracedCallback, ValueTraceSource -> TracedValue.
Sun, 24 Feb 2008 20:18:02 +0100 Mathieu Lacage test the ValueTraceSource with an arbitrary class.
Sun, 24 Feb 2008 20:04:31 +0100 Mathieu Lacage replace IntegerTraceSource with ValueTraceSource
Fri, 22 Feb 2008 00:22:16 +0100 Mathieu Lacage make EventTraceSource acceptable to the MakeTraceSourceAccessor function
Fri, 22 Feb 2008 00:11:20 +0100 Mathieu Lacage get rid of useless accessor maker
Fri, 22 Feb 2008 00:08:00 +0100 Mathieu Lacage actually allow connection and disconnection to trace sources registered in TypeIds
Thu, 21 Feb 2008 23:15:00 +0100 Mathieu Lacage add an IntegerTraceSource which behaves just like an Integer.
Thu, 21 Feb 2008 19:46:39 +0100 Mathieu Lacage Object::Set/Get -> Object::SetAttribute/GetAttribute
Thu, 21 Feb 2008 19:31:17 +0100 Mathieu Lacage Attributes -> AttributeList
Thu, 21 Feb 2008 19:28:41 +0100 Mathieu Lacage AddParameter -> AddAttribute
Thu, 21 Feb 2008 19:16:00 +0100 Mathieu Lacage enum-value -> enum
Thu, 21 Feb 2008 19:13:39 +0100 Mathieu Lacage fp-value -> double
Thu, 21 Feb 2008 19:09:05 +0100 Mathieu Lacage uint-value -> uinteger
Thu, 21 Feb 2008 19:04:18 +0100 Mathieu Lacage int-value -> integer
Thu, 21 Feb 2008 18:57:34 +0100 Mathieu Lacage boolean-value -> boolean
Thu, 21 Feb 2008 18:46:48 +0100 Mathieu Lacage value-test.cc -> attribute-test.cc
less more (0) tip