src/simulator/simulator.h
Fri, 22 Jan 2010 16:09:13 +0100 Faker Moatamri Update Simulator::SetScheduler doxygen ns-3.7-RC4
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, 19 May 2009 15:34:20 +0200 Mathieu Lacage bug 560: remove deprecated methods.
Wed, 14 Jan 2009 12:46:06 +0000 Gustavo J. A. M. Carneiro Correct documentation
Tue, 13 Jan 2009 19:27:44 +0000 Gustavo J. A. M. Carneiro Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
Mon, 27 Oct 2008 12:47:33 +0100 Mathieu Lacage remove realtime public API.
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>
Wed, 15 Oct 2008 10:10:53 +0200 Mathieu Lacage remove uneeded include.
Tue, 14 Oct 2008 22:52:41 -0700 Craig Dowell slight reorganization and naming change for added realtime methods
Fri, 10 Oct 2008 16:22:13 -0700 Craig Dowell add dangerous realtime scheduling methods in an intentionally harder to find and use way
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
Mon, 28 Jul 2008 08:54:20 -0700 Mathieu Lacage bug 252: get rid of dead code.
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
Tue, 08 Jul 2008 10:02:57 -0700 Mathieu Lacage kill dead unimplemented API
Wed, 02 Jul 2008 08:37:57 -0700 Mathieu Lacage export new methods for language bindings
Fri, 30 May 2008 11:11:00 -0700 Mathieu Lacage fix a couple of XXX
Thu, 29 May 2008 23:24:10 -0700 Tom Henderson Doxygen organization
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, 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.
Mon, 03 Mar 2008 20:47:12 +0100 Mathieu Lacage do not use DefaultValues in simulator
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
Fri, 24 Aug 2007 15:05:34 +0200 Mathieu Lacage fix first part of errors introduced by new tests
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 15:37:22 +0200 Mathieu Lacage use a Ptr<> to manage EventImpl instances
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 15:10:59 +0200 Mathieu Lacage fix testcase
Thu, 19 Jul 2007 13:53:14 +0200 Mathieu Lacage rename traits to handle Ptr<> object pointers
Thu, 19 Jul 2007 13:44:42 +0200 Mathieu Lacage revert george's fix to support 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.
Fri, 13 Jul 2007 10:40:10 +0200 George F. Riley Simplifications to the point to point devices and channel
Thu, 24 May 2007 16:08:03 +0200 Mathieu Lacage fix bug 24
Thu, 24 May 2007 09:22:48 +0200 Mathieu Lacage more dox improvements
Thu, 24 May 2007 09:08:24 +0200 Mathieu Lacage avoid cyclic dependency between Simulator and Time code
Wed, 09 May 2007 17:07:50 +0200 Mathieu Lacage fix doxygen doc error
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
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Fri, 03 Nov 2006 10:22:55 +0100 Mathieu Lacage fix Simulator doxygen warnings
Wed, 01 Nov 2006 13:11:30 +0100 Mathieu Lacage fix coding style
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 17:44:15 +0200 Mathieu Lacage move event generation to MakeEvent methods
Fri, 20 Oct 2006 14:17:03 +0200 Mathieu Lacage change emacs mode to new NS3 elisp mode
Fri, 06 Oct 2006 20:17:53 +0200 Mathieu Lacage improve the IsExpired documentation
Fri, 06 Oct 2006 13:37:25 +0200 Mathieu Lacage fix coding style
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)
Mon, 02 Oct 2006 11:43:54 +0200 Mathieu Lacage add Simulator::enableParallelSimulation method
less more (0) -60 tip