src/simulator/simulator.cc
Tue, 19 Jan 2010 17:02:38 +0100 Faker Moatamri Bug 793: no creation of a new simulator when calling simulator::cancel or remove or IsExpired
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Print node context in log messages
Sat, 14 Nov 2009 17:47:05 +0100 Guillaume Seguin Introduce Simulator::ScheduleWithContext* and Simulator::GetContext
Thu, 12 Nov 2009 13:19:35 +0100 Guillaume Seguin Simulator::SetScheduler now takes an ObjectFactory
Tue, 10 Nov 2009 10:31:51 +0100 Guillaume Seguin set the implementation Scheduler after setting the implementation
Wed, 30 Sep 2009 11:08:57 +0200 Mathieu Lacage bug 675: convert unit tests to new test framework
Fri, 26 Jun 2009 08:58:05 +0200 Guillaume Seguin bug 604: Simulator::SetImplementation buggy
Mon, 08 Jun 2009 13:44:51 +0200 Mathieu Lacage bug 583: Simulator::SetImplementation not implemented
Tue, 19 May 2009 15:34:20 +0200 Mathieu Lacage bug 560: remove deprecated methods.
Thu, 15 Jan 2009 20:55:34 +0100 Mathieu Lacage test calendar+ns2calendar schedulers
Wed, 14 Jan 2009 15:36:19 +0000 Gustavo J. A. M. Carneiro Fix build for systems without posix threads library
Fri, 09 Jan 2009 08:17:46 +0100 Mathieu Lacage add SchedulerType global variable
Wed, 10 Dec 2008 17:01:06 -0800 mathieu lacage fix bug 230, rescan bindings
Tue, 25 Nov 2008 15:37:43 +0100 Mathieu Lacage bug 257: change the default log output of time to seconds, not the simulator's resolution.
Mon, 27 Oct 2008 12:47:33 +0100 Mathieu Lacage remove realtime public API.
Wed, 15 Oct 2008 14:51:16 +0200 Mathieu Lacage rename RealtimeSimulator to WallclockSimulator
Wed, 15 Oct 2008 14:35:28 +0200 Mathieu Lacage move MakeEvent out of Simulator
Wed, 15 Oct 2008 13:35:49 +0200 Mathieu Lacage avoid using Ptr<EventImpl>
Tue, 14 Oct 2008 22:52:41 -0700 Craig Dowell slight reorganization and naming change for added realtime methods
Fri, 10 Oct 2008 15:24:56 -0700 Craig Dowell make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
Wed, 06 Aug 2008 11:37:52 +0100 Gustavo J. A. M. Carneiro Bug #270: Simulator::RunOneEvent
Sun, 03 Aug 2008 09:14:07 -0700 Mathieu Lacage bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again.
Mon, 28 Jul 2008 08:54:20 -0700 Mathieu Lacage bug 252: get rid of dead code.
Thu, 24 Jul 2008 11:37:56 +0100 Gustavo J. A. M. Carneiro Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
Fri, 18 Jul 2008 21:51:31 -0700 Craig Dowell make simulator implementation replaceable via global default value
Thu, 17 Jul 2008 23:52:59 -0700 Craig Dowell factor simulator into interface and (multiple) implementation pieces
Fri, 30 May 2008 11:11:00 -0700 Mathieu Lacage fix a couple of XXX
Thu, 29 May 2008 11:45:57 +0100 Gustavo J. A. M. Carneiro Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
Wed, 07 May 2008 14:40:03 -0700 Mathieu Lacage avoid useless ifdefs
Wed, 07 May 2008 14:24:45 -0700 Craig Dowell fix optimized build, bug 169
Wed, 07 May 2008 11:33:40 -0700 Mathieu Lacage add comments about previous bug fix
Tue, 06 May 2008 12:20:10 -0700 Mathieu Lacage avoid segfault when setting NS_LOG=*
Mon, 21 Apr 2008 09:04:08 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 15:54:35 -0700 Mathieu Lacage merge with HEAD
Mon, 14 Apr 2008 12:21:24 -0700 Mathieu Lacage fix optimized build
Mon, 14 Apr 2008 11:30:15 -0700 Mathieu Lacage add time logging support
Thu, 17 Apr 2008 15:50:49 -0700 Mathieu Lacage merge with HEAD
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
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
less more (0) -100 -60 tip