Mon, 14 Apr 2008 16:39:26 -0700 Mathieu Lacage change NS_LOG= syntax and default behavior to be more useful by default.
Mon, 14 Apr 2008 12:21:24 -0700 Mathieu Lacage fix optimized build
Mon, 14 Apr 2008 12:15:05 -0700 Mathieu Lacage add doxygen.
Mon, 14 Apr 2008 11:30:15 -0700 Mathieu Lacage add time logging support
Mon, 14 Apr 2008 10:40:46 -0700 Mathieu Lacage cleanup to avoid too many #ifdefs
Mon, 14 Apr 2008 10:28:42 -0700 Mathieu Lacage align with the semantics of _PARAMS
Mon, 14 Apr 2008 10:26:26 -0700 Mathieu Lacage do not use __PRETTY_PRINT__
Mon, 14 Apr 2008 10:10:17 -0700 Mathieu Lacage kill NS_LOG_PARAMS_BEGIN/END.
Mon, 21 Apr 2008 08:32:50 -0700 Mathieu Lacage avoid crash due to mis-spelled data rate unit
Mon, 21 Apr 2008 08:05:34 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 15:50:49 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 15:40:25 -0700 Mathieu Lacage output the initial value of the attributes
Thu, 17 Apr 2008 15:33:39 -0700 Mathieu Lacage small tweak to generated dox
Thu, 17 Apr 2008 15:30:18 -0700 Mathieu Lacage improve the auto-generated doxygen output.
Thu, 17 Apr 2008 14:33:45 -0700 Mathieu Lacage add doxygen class definitions for native type Value classes.
Thu, 17 Apr 2008 14:15:33 -0700 Mathieu Lacage improve the doxygen output.
Thu, 17 Apr 2008 14:13:27 -0700 Mathieu Lacage fix dox warning
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Mon, 14 Apr 2008 16:19:17 -0700 Mathieu Lacage generate list of trace sources and attributes in separate dox groups.
Mon, 14 Apr 2008 16:18:50 -0700 Mathieu Lacage fix some dox warnings
Mon, 14 Apr 2008 16:18:30 -0700 Mathieu Lacage improve doxygen
Mon, 14 Apr 2008 16:06:44 -0700 Mathieu Lacage improve documentation
Mon, 14 Apr 2008 16:06:08 -0700 Mathieu Lacage remove old non-relevant documentation.
Mon, 14 Apr 2008 15:44:43 -0700 Mathieu Lacage add missing license statement.
Fri, 11 Apr 2008 16:58:50 -0700 Mathieu Lacage ConfigStore allows you to dump and read from a file a simulation configuration
Fri, 11 Apr 2008 16:58:00 -0700 Mathieu Lacage avoid trailing |
Fri, 11 Apr 2008 16:52:22 -0700 Mathieu Lacage implement operator >>
Fri, 11 Apr 2008 16:52:12 -0700 Mathieu Lacage implement operator >>
Fri, 11 Apr 2008 16:51:58 -0700 Mathieu Lacage implement operator >>
Fri, 11 Apr 2008 12:23:19 -0700 Mathieu Lacage -1 cuts the trailing s if the time postfix is longer than 1 char.
Fri, 11 Apr 2008 11:27:09 -0700 Mathieu Lacage implement operator << for ObjectFactory.
Fri, 11 Apr 2008 11:25:44 -0700 Mathieu Lacage use HasSetter/HasGetter to improve doxygen output.
Fri, 11 Apr 2008 11:25:21 -0700 Mathieu Lacage add AttributeAccessor::HasGetter/HasSetter and implement it.
Fri, 11 Apr 2008 11:24:42 -0700 Mathieu Lacage allow an std::string to be an attribute
Thu, 10 Apr 2008 13:01:53 -0700 Mathieu Lacage use RefCountBase
Thu, 10 Apr 2008 12:59:31 -0700 Mathieu Lacage get rid of scary implementation details of Attribute.
Thu, 10 Apr 2008 12:59:15 -0700 Mathieu Lacage add copy constructor and assignment operator to ensure proper initialization of refcount.
Thu, 10 Apr 2008 12:24:36 -0700 Mathieu Lacage print list of trace sources
Thu, 10 Apr 2008 11:50:47 -0700 Mathieu Lacage generate path information for each type.
Thu, 10 Apr 2008 11:50:08 -0700 Mathieu Lacage add a few missing ns3:: prefixes in TypeId names.
Thu, 10 Apr 2008 11:11:55 -0700 Mathieu Lacage add missing registration macro call
Thu, 10 Apr 2008 11:11:34 -0700 Mathieu Lacage add functions to access list of root namespace objects
Thu, 10 Apr 2008 10:24:18 -0700 Mathieu Lacage add missing TypeId in base class
Thu, 10 Apr 2008 10:23:56 -0700 Mathieu Lacage make IsChildOf not return true for test against self. Add operator < for TypeId.
Thu, 10 Apr 2008 09:23:24 -0700 Mathieu Lacage iterate over the _aggregated_ objects: this does not include the initial pointer.
Wed, 09 Apr 2008 17:35:18 -0700 Mathieu Lacage iterate over aggregated objects dynamically.
Wed, 09 Apr 2008 17:28:19 -0700 Mathieu Lacage define a TypeId for ns3::Ipv4Interface
Wed, 09 Apr 2008 17:27:56 -0700 Mathieu Lacage use a specific type if you can
Wed, 09 Apr 2008 17:27:12 -0700 Mathieu Lacage typos in WifiChannel
Wed, 09 Apr 2008 14:58:52 -0700 Mathieu Lacage add ObjectVector::GetItemTypeId
Wed, 09 Apr 2008 14:28:16 -0700 Mathieu Lacage allow access to the pointee's TypeId.
Wed, 09 Apr 2008 13:05:20 -0700 Mathieu Lacage improve type linking behavior.
Wed, 09 Apr 2008 13:04:37 -0700 Mathieu Lacage add doxygen documentation to avoid doxygen warnings.
Wed, 09 Apr 2008 13:04:18 -0700 Mathieu Lacage add space to ensure doxygen reference generation.
Wed, 09 Apr 2008 13:03:58 -0700 Mathieu Lacage add doxygen anchors to avoid warnings.
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.
Fri, 18 Apr 2008 14:35:38 -0700 Mathieu Lacage use CopyObject and not Create to copy RttMeanDeviation. Implement the copy constructor correctly.
Fri, 18 Apr 2008 14:35:10 -0700 Mathieu Lacage add const version of CopyObject
Thu, 17 Apr 2008 16:24:43 -0700 Mathieu Lacage merge with HEAD
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip