src/simulator/simulator.h
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
Mon, 02 Oct 2006 11:41:40 +0200 Mathieu Lacage rename time.h to nstime.h
Fri, 29 Sep 2006 19:18:48 +0200 Mathieu Lacage change Time into Time const &
Thu, 07 Sep 2006 11:15:40 +0200 Mathieu Lacage integrate sample code
Wed, 06 Sep 2006 15:18:20 +0200 Mathieu Lacage add comment on implementation location
Wed, 06 Sep 2006 15:17:44 +0200 Mathieu Lacage reorganize the implementation of template member methods in Simulator class
Wed, 06 Sep 2006 14:51:50 +0200 Mathieu Lacage document the fact that it is impossible to unschedule event scheduled for the "destroy" time
Wed, 06 Sep 2006 14:46:09 +0200 Mathieu Lacage document EventId
Wed, 06 Sep 2006 14:35:40 +0200 Mathieu Lacage add missing documentation in simulator class
Wed, 06 Sep 2006 13:34:58 +0200 Mathieu Lacage fix doxygen typos
Tue, 05 Sep 2006 13:18:11 +0200 Mathieu Lacage change indent to be 4 spaces
Tue, 05 Sep 2006 13:13:39 +0200 Mathieu Lacage variable/method/function coding style update
Tue, 05 Sep 2006 12:54:53 +0200 Mathieu Lacage member variables coding style change
Mon, 04 Sep 2006 15:24:05 +0200 Mathieu Lacage enable user-provided schedulers
Sun, 03 Sep 2006 12:43:00 +0200 Mathieu Lacage param order was inverted
Sun, 03 Sep 2006 12:40:19 +0200 Mathieu Lacage add multiple argument versions
Sun, 03 Sep 2006 12:24:04 +0200 Mathieu Lacage first cut at george's ideas on api
Sat, 02 Sep 2006 19:50:19 +0200 Mathieu Lacage doc typo
less more (0) -60 tip