src/simulator/realtime-simulator-impl.cc
Fri, 23 Apr 2010 15:09:31 +0400 Andrey Mazo spell check, mostly in comments.
Mon, 08 Mar 2010 21:07:31 -0500 Josh Pelkey Merge distributed simulation code
Sun, 27 Dec 2009 13:55:04 +0100 Mathieu Lacage It is not legal to call Dispose from within a destructor
Mon, 30 Nov 2009 18:22:10 -0800 Craig Dowell Get emu working again: Add Dix/Llc option, add and use contextual realtime schedule ops, don't refcount realtime simulator impl
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
Wed, 30 Sep 2009 11:09:18 +0200 Mathieu Lacage fix old bug: canceled destroy events are expired
Fri, 19 Jun 2009 08:36:48 +0200 Mathieu Lacage kill unused method
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)
Fri, 09 Jan 2009 08:54:32 +0100 Mathieu Lacage bug 459: Simulator::Run does nothing after Simulator::Stop is called
Wed, 10 Dec 2008 17:01:06 -0800 mathieu lacage fix bug 230, rescan bindings
Mon, 27 Oct 2008 12:47:33 +0100 Mathieu Lacage remove realtime public API.
Wed, 15 Oct 2008 15:01:12 +0200 Mathieu Lacage remove event locking
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>
Wed, 15 Oct 2008 13:05:33 +0200 Mathieu Lacage don't use EventId in Schedulers: use Scheduler::Event instead.
Tue, 14 Oct 2008 23:13:12 -0700 Craig Dowell implement a non-realtime version of RunOneEvent for realtime simulator and allow Run, Stop, Run
Tue, 14 Oct 2008 22:52:41 -0700 Craig Dowell slight reorganization and naming change for added realtime methods
Fri, 10 Oct 2008 21:01:50 -0700 Craig Dowell added test for m_running in ScheduleRealNow
Fri, 10 Oct 2008 16:43:43 -0700 Craig Dowell it helps to remember to add function implementations
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
Thu, 28 Aug 2008 15:11:55 -0700 craigdo expunge any mention of the possibility that the real-time simlator could operate in real-time mode
Tue, 26 Aug 2008 23:11:11 -0700 Craig Dowell ifdef out ability to feed real-time through simulator
Tue, 26 Aug 2008 15:34:57 -0700 Craig Dowell add realtime simulator and associated tests
less more (0) tip