src/simulator/simulator.cc
2009-11-12 Simulator::SetScheduler now takes an ObjectFactory
2009-11-10 set the implementation Scheduler after setting the implementation
2009-09-30 bug 675: convert unit tests to new test framework
2009-06-26 bug 604: Simulator::SetImplementation buggy
2009-06-08 bug 583: Simulator::SetImplementation not implemented
2009-05-19 bug 560: remove deprecated methods.
2009-01-15 test calendar+ns2calendar schedulers
2009-01-14 Fix build for systems without posix threads library
2009-01-09 add SchedulerType global variable
2008-12-10 fix bug 230, rescan bindings
2008-11-25 bug 257: change the default log output of time to seconds, not the simulator's resolution.
2008-10-27 remove realtime public API.
2008-10-15 rename RealtimeSimulator to WallclockSimulator
2008-10-15 move MakeEvent out of Simulator
2008-10-15 avoid using Ptr<EventImpl>
2008-10-14 slight reorganization and naming change for added realtime methods
2008-10-10 make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
2008-08-06 Bug #270: Simulator::RunOneEvent
2008-08-03 bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again.
2008-07-28 bug 252: get rid of dead code.
2008-07-24 Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
2008-07-18 make simulator implementation replaceable via global default value
2008-07-17 factor simulator into interface and (multiple) implementation pieces
2008-05-30 fix a couple of XXX
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-05-07 avoid useless ifdefs
2008-05-07 fix optimized build, bug 169
2008-05-07 add comments about previous bug fix
2008-05-06 avoid segfault when setting NS_LOG=*
2008-04-21 merge with HEAD
2008-04-17 merge with HEAD
2008-04-14 fix optimized build
2008-04-14 add time logging support
2008-04-17 merge with HEAD
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-10 add a few missing ns3:: prefixes in TypeId names.
2008-04-09 get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
2008-04-15 bug 143: rename scheduler files
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-16 do not use ObjectBase as a base class.
2008-03-10 kill DefaultValue
2008-03-03 do not use DefaultValues in simulator
2008-02-27 merge with HEAD
2008-01-30 introduce ObjectBase
2008-02-26 Release all events left upon Simulator::Destroy
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-07-18 do not try to remove invalid events
2007-09-21 Call Simulator::Destroy () before running simulator unit tests, to force time to start from zero (some tests check for absolute times)
2007-09-21 Use NS_TEST_* macros for simulator unit tests
2007-08-24 fix last errors for new tests
2007-08-24 add failing tests
2007-08-08 rename Bind to DefaultValue::Bind. fix bug 62
2007-07-27 remove GetEventImpl
2007-07-27 be more consistant in the handling of references
2007-07-27 more optimizations