src/simulator/simulator.cc
Thu, 24 May 2007 09:08:24 +0200 Mathieu Lacage avoid cyclic dependency between Simulator and Time code
Thu, 17 May 2007 12:12:44 -0500 Emmanuelle Laprise The header file ns3/cairo-wideint-private.h was added since the type int32_t was used.
Fri, 04 May 2007 14:03:12 +0200 Mathieu Lacage merge with HEAD
Wed, 02 May 2007 10:20:44 +0200 Mathieu Lacage make sure that Simulator::Cancel deals correctly with events which were already scheduled
Thu, 26 Apr 2007 11:36:05 -0400 Raj Bhattacharjea Incorporated defaults and command-line arguments
Tue, 06 Mar 2007 18:38:51 +0100 Mathieu Lacage add consistency checks. Based on patch by Gustavo Carneiro
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Fri, 02 Feb 2007 19:29:55 +0100 Mathieu Lacage fix trace output
Thu, 01 Feb 2007 18:52:55 +0100 Mathieu Lacage fix EventId::IsExpired and Simulator::IsExpired, add EventId::IsRunning, add relevant tests, replace Seconds, MilliSeconds, MicroSeconds, and, NanoSeconds classes by functions named similarly
Fri, 15 Dec 2006 10:01:23 +0100 Mathieu Lacage We need to make sure that the uid of the first event generated is different from the uid of the simulator when no events have yet been run.
Wed, 13 Dec 2006 15:19:06 +0100 Mathieu Lacage Log format is defined in units of nano seconds rather than seconds.
Mon, 11 Dec 2006 19:37:53 +0100 Mathieu Lacage remove now-unimplemented IsValid method
Mon, 11 Dec 2006 18:56:11 +0100 Mathieu Lacage fix memory leaks
Tue, 21 Nov 2006 15:53:32 +0100 Mathieu Lacage rename Time::ApproximateTo methods to Time::Get
Tue, 21 Nov 2006 15:50:09 +0100 Mathieu Lacage make Time relative instead of Absolute
Wed, 01 Nov 2006 13:11:30 +0100 Mathieu Lacage fix coding style
Sat, 28 Oct 2006 21:25:00 +0200 Mathieu Lacage fix build
Sat, 28 Oct 2006 21:21:55 +0200 Mathieu Lacage implement ScheduleNow and ScheduleDestroy methods
Sat, 28 Oct 2006 21:21:53 +0200 Mathieu Lacage implement overloads for ScheduleNow and ScheduleDestroy
Sat, 28 Oct 2006 21:21:51 +0200 Mathieu Lacage start of work to re-implement Schedule* methods
Sat, 28 Oct 2006 21:21:48 +0200 Mathieu Lacage fix Time::ApproximateTo* return type
Sat, 28 Oct 2006 21:21:34 +0200 Mathieu Lacage new Time implementation
Wed, 18 Oct 2006 09:27:21 +0200 Mathieu Lacage fix coding style
Fri, 06 Oct 2006 13:37:25 +0200 Mathieu Lacage fix coding style
Tue, 03 Oct 2006 12:21:13 +0200 mlacage remove unused variable
Tue, 03 Oct 2006 12:20:13 +0200 mlacage make destructor public to avoid compiler warning.
Mon, 02 Oct 2006 19:10:04 +0200 Mathieu Lacage test each default event scheduler
Mon, 02 Oct 2006 14:37:46 +0200 Mathieu Lacage try to get rid of tabs which sneaked in
Mon, 02 Oct 2006 14:34:53 +0200 Mathieu Lacage fix emacs tab mode (reported by george)
Fri, 29 Sep 2006 19:18:48 +0200 Mathieu Lacage change Time into Time const &
Wed, 06 Sep 2006 15:17:44 +0200 Mathieu Lacage reorganize the implementation of template member methods in Simulator class
Tue, 05 Sep 2006 13:18:11 +0200 Mathieu Lacage change indent to be 4 spaces
Tue, 05 Sep 2006 13:13:39 +0200 Mathieu Lacage variable/method/function coding style update
Tue, 05 Sep 2006 12:54:53 +0200 Mathieu Lacage member variables coding style change
Mon, 04 Sep 2006 15:24:05 +0200 Mathieu Lacage enable user-provided schedulers
Mon, 04 Sep 2006 13:18:16 +0200 Mathieu Lacage fix us/ns handling
Mon, 04 Sep 2006 13:14:39 +0200 Mathieu Lacage improve tests
Mon, 04 Sep 2006 13:11:34 +0200 Mathieu Lacage use ns as internal time and export time as ns.
Sun, 03 Sep 2006 15:17:01 +0200 Mathieu Lacage more tests
Sun, 03 Sep 2006 15:13:56 +0200 Mathieu Lacage add simulator tests
Sun, 03 Sep 2006 12:49:47 +0200 Mathieu Lacage add empty simulator test
Sun, 03 Sep 2006 12:44:49 +0200 Mathieu Lacage remove dead code
Sun, 03 Sep 2006 12:24:04 +0200 Mathieu Lacage first cut at george's ideas on api
Sat, 02 Sep 2006 19:50:19 +0200 Mathieu Lacage doc typo
Sat, 02 Sep 2006 12:13:22 +0200 Mathieu Lacage fix build
Sat, 02 Sep 2006 12:09:59 +0200 Mathieu Lacage rename run_serial to run
Sat, 02 Sep 2006 12:09:07 +0200 Mathieu Lacage remove parallel queues
Tue, 29 Aug 2006 17:55:34 +0200 Mathieu Lacage change yans namespace to ns3
Tue, 29 Aug 2006 17:51:04 +0200 Mathieu Lacage replace yans include with ns3 include
Tue, 29 Aug 2006 17:42:13 +0200 Mathieu Lacage import from yans
less more (0) tip