src/simulator/simulator.cc
Thu, 10 Apr 2008 11:50:08 -0700 Mathieu Lacage add a few missing ns3:: prefixes in TypeId names.
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.
Tue, 15 Apr 2008 10:09:42 -0700 Mathieu Lacage bug 143: rename scheduler files
Wed, 09 Apr 2008 10:04:16 -0700 Mathieu Lacage Make sure that we really attempt to destroy everything upon process exit. Gets rid of spurious leak reports in valgrind.
Sun, 16 Mar 2008 18:42:23 +0100 Mathieu Lacage do not use ObjectBase as a base class.
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Mon, 03 Mar 2008 20:47:12 +0100 Mathieu Lacage do not use DefaultValues in simulator
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Wed, 30 Jan 2008 17:25:06 +0100 Mathieu Lacage introduce ObjectBase
Tue, 26 Feb 2008 01:39:59 +0100 Mathieu Lacage Release all events left upon Simulator::Destroy
Wed, 21 Nov 2007 15:54:34 +0100 Mathieu Lacage bug 104: add a method to retrive the maximum simulation time.
Mon, 08 Oct 2007 15:54:36 +0200 Mathieu Lacage remove 'All rights reserved' mention
Mon, 08 Oct 2007 10:28:52 +0200 Mathieu Lacage merge with HEAD
Wed, 03 Oct 2007 13:01:12 +0200 Mathieu Lacage add Simulator::GetDelayLeft
Fri, 28 Sep 2007 11:59:46 +0100 Gustavo J. A. M. Carneiro merge
Thu, 19 Jul 2007 08:43:28 +0200 Mathieu Lacage remove schedule API to allow canceling and removing now and destroy events
Wed, 18 Jul 2007 17:55:58 +0200 Mathieu Lacage do not try to remove invalid events
Fri, 21 Sep 2007 18:04:53 +0100 Gustavo J. A. M. Carneiro Call Simulator::Destroy () before running simulator unit tests, to force time to start from zero (some tests check for absolute times)
Fri, 21 Sep 2007 17:57:06 +0100 Gustavo J. A. M. Carneiro Use NS_TEST_* macros for simulator unit tests
Fri, 24 Aug 2007 15:11:08 +0200 Mathieu Lacage fix last errors for new tests
Fri, 24 Aug 2007 14:45:25 +0200 Mathieu Lacage add failing tests
Wed, 08 Aug 2007 16:41:59 +0200 Mathieu Lacage rename Bind to DefaultValue::Bind. fix bug 62
Fri, 27 Jul 2007 17:44:15 +0200 Mathieu Lacage remove GetEventImpl
Fri, 27 Jul 2007 17:36:14 +0200 Mathieu Lacage be more consistant in the handling of references
Fri, 27 Jul 2007 17:28:17 +0200 Mathieu Lacage more optimizations
Fri, 27 Jul 2007 17:18:14 +0200 Mathieu Lacage optimize EventImpl refcounting
Fri, 27 Jul 2007 15:37:22 +0200 Mathieu Lacage use a Ptr<> to manage EventImpl instances
Fri, 27 Jul 2007 09:50:21 +0200 Mathieu Lacage GetEventImpl -> PeekEventImpl
Mon, 23 Jul 2007 15:16:45 +0200 Mathieu Lacage make sure IsExpired handles destroy events correctly
Mon, 23 Jul 2007 14:52:51 +0200 Mathieu Lacage add support to cancel Now and Destroy events.
Thu, 19 Jul 2007 18:57:19 +0200 Mathieu Lacage finish support for references as arguments to event handlers
Thu, 19 Jul 2007 13:45:07 +0200 Mathieu Lacage failing testcases to for events with references as arguments
Thu, 12 Jul 2007 12:41:37 +0100 Gustavo J. A. M. Carneiro Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
Thu, 24 May 2007 16:15:41 +0200 Mathieu Lacage uniformize the DefaultValues used by the Event Schedulers
Thu, 24 May 2007 16:08:03 +0200 Mathieu Lacage fix bug 24
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
less more (0) -60 tip