src/simulator/simulator.h
2009-11-12 Simulator::SetScheduler now takes an ObjectFactory
2009-05-19 bug 560: remove deprecated methods.
2009-01-14 Correct documentation
2009-01-13 Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
2008-10-27 remove realtime public API.
2008-10-15 move MakeEvent out of Simulator
2008-10-15 avoid using Ptr<EventImpl>
2008-10-15 remove uneeded include.
2008-10-14 slight reorganization and naming change for added realtime methods
2008-10-10 add dangerous realtime scheduling methods in an intentionally harder to find and use way
2008-10-10 make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
2008-08-06 Bug #270: Simulator::RunOneEvent
2008-07-28 bug 252: get rid of dead code.
2008-07-18 make simulator implementation replaceable via global default value
2008-07-17 factor simulator into interface and (multiple) implementation pieces
2008-07-08 kill dead unimplemented API
2008-07-02 export new methods for language bindings
2008-05-30 fix a couple of XXX
2008-05-29 Doxygen organization
2008-05-29 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.
2008-04-09 Make sure that we really attempt to destroy everything upon process exit. Gets rid of spurious leak reports in valgrind.
2008-03-03 do not use DefaultValues in simulator
2007-11-21 bug 104: add a method to retrive the maximum simulation time.
2007-10-08 remove 'All rights reserved' mention
2007-10-08 merge with HEAD
2007-10-03 add Simulator::GetDelayLeft
2007-09-28 merge
2007-07-19 remove schedule API to allow canceling and removing now and destroy events
2007-08-24 fix first part of errors introduced by new tests
2007-07-27 be more consistant in the handling of references
2007-07-27 more optimizations
2007-07-27 use a Ptr<> to manage EventImpl instances
2007-07-23 add support to cancel Now and Destroy events.
2007-07-19 finish support for references as arguments to event handlers
2007-07-19 fix testcase
2007-07-19 rename traits to handle Ptr<> object pointers
2007-07-19 revert george's fix to support events with references as arguments
2007-07-12 Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
2007-07-13 Simplifications to the point to point devices and channel
2007-05-24 fix bug 24
2007-05-24 more dox improvements
2007-05-24 avoid cyclic dependency between Simulator and Time code
2007-05-09 fix doxygen doc error
2007-05-04 merge with HEAD
2007-05-02 make sure that Simulator::Cancel deals correctly with events which were already scheduled
2007-04-26 Incorporated defaults and command-line arguments
2007-03-18 move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
2006-11-03 fix Simulator doxygen warnings
2006-11-01 fix coding style
2006-10-28 implement overloads for ScheduleNow and ScheduleDestroy
2006-10-28 start of work to re-implement Schedule* methods
2006-10-28 move event generation to MakeEvent methods
2006-10-20 change emacs mode to new NS3 elisp mode
2006-10-06 improve the IsExpired documentation
2006-10-06 fix coding style
2006-10-02 try to get rid of tabs which sneaked in
2006-10-02 fix emacs tab mode (reported by george)
2006-10-02 add Simulator::enableParallelSimulation method
2006-10-02 rename time.h to nstime.h
2006-09-29 change Time into Time const &