Wed, 18 Jul 2007 10:53:53 +0200 Mathieu Lacage RandomRectangleTopology -> RandomTopology
Wed, 18 Jul 2007 10:46:44 +0200 Mathieu Lacage use Random2dPosition from RandomRectangleTopology
Wed, 18 Jul 2007 10:46:26 +0200 Mathieu Lacage add iid and cid support to Random2dPosition
Wed, 18 Jul 2007 10:13:28 +0200 Mathieu Lacage a random position helper class
Tue, 17 Jul 2007 16:11:49 +0200 Mathieu Lacage start support for random walk and random waypoint models
Tue, 17 Jul 2007 14:37:11 +0200 Mathieu Lacage cleanup the header
Tue, 17 Jul 2007 14:32:19 +0200 Mathieu Lacage split useful code out of random direction mobility model
Tue, 17 Jul 2007 11:13:34 +0200 Mathieu Lacage remove unused class declarations
Tue, 17 Jul 2007 11:12:24 +0200 Mathieu Lacage fix small typo
Tue, 17 Jul 2007 10:58:13 +0200 Mathieu Lacage remove extraneous setters/getters
Tue, 17 Jul 2007 10:54:50 +0200 Mathieu Lacage fix small typo
Tue, 17 Jul 2007 10:47:25 +0200 Mathieu Lacage a topology class to read ns2's mobility files and a mobility generator.
Mon, 16 Jul 2007 15:27:56 +0200 Mathieu Lacage a hierarchical mobility model
Wed, 04 Jul 2007 13:52:12 +0200 Mathieu Lacage new version of DoGet and DoSet
Wed, 04 Jul 2007 10:27:49 +0200 Mathieu Lacage use new MobilityModel::Get and remove old one.
Wed, 04 Jul 2007 10:24:45 +0200 Mathieu Lacage add Position class and Get/Set methods on MobilityModel
Wed, 04 Jul 2007 10:18:14 +0200 Mathieu Lacage POSITION_H -> MOBILITY_MODEL_H
Wed, 04 Jul 2007 10:15:18 +0200 Mathieu Lacage position.h -> mobility-model.h
Wed, 04 Jul 2007 10:04:08 +0200 Mathieu Lacage Position -> MobilityModel
Wed, 04 Jul 2007 09:56:22 +0200 Mathieu Lacage PositionSetNotifier -> MobilityModelNotifier
Wed, 04 Jul 2007 09:48:49 +0200 Mathieu Lacage add missing constructor declaration
Tue, 03 Jul 2007 17:14:09 +0200 Mathieu Lacage build the new code
Tue, 03 Jul 2007 17:12:44 +0200 Mathieu Lacage RandomDirection model
Tue, 03 Jul 2007 17:12:28 +0200 Mathieu Lacage add a few constructors
Tue, 03 Jul 2007 17:11:53 +0200 Mathieu Lacage implement Dispose
Tue, 03 Jul 2007 17:05:23 +0200 Mathieu Lacage In some cases, when an event is scheduled against a subclass of Object, and if no one owns a reference directly to this object, the object is alive, has a refcount of zero and the method ran when the event expires runs against the raw pointer which means that we are manipulating an object with a refcount of zero. So, we must disable this check. This is really evil but I see no way to work around this.
Tue, 03 Jul 2007 16:11:40 +0200 Mathieu Lacage add operator << (std::ostream)for Ptr<T>
Tue, 03 Jul 2007 13:19:09 +0200 Mathieu Lacage add dirtyness tracking to DefaultValueBase
Tue, 03 Jul 2007 12:36:01 +0200 Mathieu Lacage parse command-line arguments
Tue, 03 Jul 2007 12:34:26 +0200 Mathieu Lacage a bunch of new DefaultValue subclasses
Tue, 03 Jul 2007 10:04:16 +0200 Mathieu Lacage change GridTopology API and add RandomRectangle topology with similar API.
Tue, 03 Jul 2007 09:15:20 +0200 Mathieu Lacage test random walk position model with grid topology
Tue, 03 Jul 2007 08:56:40 +0200 Mathieu Lacage RandomWalk is a Position
Tue, 03 Jul 2007 08:54:37 +0200 Mathieu Lacage change default values and add some debugging
Mon, 02 Jul 2007 20:25:25 +0200 Mathieu Lacage add cid/iid support to RandomWalk
Mon, 02 Jul 2007 20:17:06 +0200 Mathieu Lacage rename GridTopology::Create to GridTopology::ArrangeHorizontally
Mon, 02 Jul 2007 20:12:01 +0200 Mathieu Lacage improve grid topology sample code and add dox documentation
Mon, 02 Jul 2007 18:14:20 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 18:12:27 +0200 Mathieu Lacage add dox documentation
Mon, 02 Jul 2007 15:28:28 +0200 Mathieu Lacage increase sample simulation run
Mon, 02 Jul 2007 15:27:53 +0200 Mathieu Lacage add some debugging output. initialize the time argument correctly.
Mon, 02 Jul 2007 15:15:25 +0200 Mathieu Lacage make the sample code actually do something
Mon, 02 Jul 2007 15:08:10 +0200 Mathieu Lacage improve sample code, make it build
Mon, 02 Jul 2007 14:57:19 +0200 Mathieu Lacage rework the notification mechanism to allow its optional use with every position model
Mon, 02 Jul 2007 14:07:51 +0200 Mathieu Lacage random walk position model (untested)
Mon, 02 Jul 2007 14:07:27 +0200 Mathieu Lacage forgot to add TypeName implementation for float and double
Mon, 02 Jul 2007 14:02:57 +0200 Mathieu Lacage forgot to add missing constructor implementation
Mon, 02 Jul 2007 14:02:02 +0200 Mathieu Lacage TimeDefaultValue class
Mon, 02 Jul 2007 14:01:49 +0200 Mathieu Lacage make default constructor private to avoid potential problems
Mon, 02 Jul 2007 12:14:24 +0200 Mathieu Lacage grid topology
Mon, 02 Jul 2007 12:14:12 +0200 Mathieu Lacage add cid support
Mon, 02 Jul 2007 11:29:54 +0200 Mathieu Lacage add cid support to position subclasses
Mon, 02 Jul 2007 11:29:27 +0200 Mathieu Lacage DoSet should not be const
Mon, 02 Jul 2007 10:50:18 +0200 Mathieu Lacage add Position::DoSet et al.
Mon, 02 Jul 2007 10:50:07 +0200 Mathieu Lacage add floating point support to type names
Fri, 29 Jun 2007 09:41:37 +0200 Mathieu Lacage position models
Wed, 03 Oct 2007 13:59:32 +0100 Gustavo J. A. M. Carneiro hg ignore doc/trace-source-list.h
Wed, 03 Oct 2007 13:58:01 +0100 Gustavo J. A. M. Carneiro Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing.
Tue, 02 Oct 2007 15:34:00 -0700 Craig Dowell tutorial
Tue, 02 Oct 2007 11:51:45 +0100 Gustavo J. A. M. Carneiro In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip