src/simulator/wscript
Fri, 12 Jun 2009 12:33:37 +0100 Gustavo J. A. M. Carneiro Run unit tests as indenpendent WAF tasks
Mon, 20 Apr 2009 17:39:54 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.5
Sat, 24 Jan 2009 18:47:47 +0000 Gustavo J. A. M. Carneiro librt is need not for threading primitives but for the real time scheduler
Thu, 15 Jan 2009 11:23:59 +0100 Mathieu Lacage empty skeleton for ns2 calendar scheduler
Fri, 09 Jan 2009 11:44:13 +0000 Gustavo J. A. M. Carneiro merge
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Thu, 08 Jan 2009 09:31:38 +0100 Mathieu Lacage a Calendar queue without resizing.
Mon, 27 Oct 2008 12:47:33 +0100 Mathieu Lacage remove realtime public API.
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
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
Tue, 09 Sep 2008 17:09:37 -0700 Craig Dowell enable nsc when nsc enabled
Mon, 08 Sep 2008 12:35:08 +0100 Gustavo J. A. M. Carneiro merge
Mon, 08 Sep 2008 12:19:46 +0100 Gustavo J. A. M. Carneiro Detect the pthread.h header file and automatically disable components that cannot build without it.
Sun, 07 Sep 2008 20:13:51 -0700 craigdo Don't build realtime simulator if required core components aren't built
Tue, 26 Aug 2008 15:34:57 -0700 Craig Dowell add realtime simulator and associated tests
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, 15 Apr 2008 10:09:42 -0700 Mathieu Lacage bug 143: rename scheduler files
Wed, 26 Dec 2007 13:40:39 +0000 Gustavo J. A. M. Carneiro Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Mon, 03 Mar 2008 20:47:12 +0100 Mathieu Lacage do not use DefaultValues in simulator
Tue, 16 Oct 2007 14:44:36 +0200 Mathieu Lacage merge with HEAD
Wed, 10 Oct 2007 15:59:34 +0200 Mathieu Lacage install watchdog.h
Wed, 10 Oct 2007 15:04:46 +0200 Mathieu Lacage a Watchdog class
Wed, 10 Oct 2007 13:18:15 +0200 Mathieu Lacage split timer implementation outside of Timer class
Thu, 11 Oct 2007 16:17:27 +0100 Gustavo J. A. M. Carneiro Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes.
Mon, 08 Oct 2007 11:24:16 +0100 Gustavo J. A. M. Carneiro merge
Mon, 24 Sep 2007 11:39:31 +0100 Gustavo J. A. M. Carneiro Move EventCollector and SingleEvent classes, making them private to the OLSR code.
Wed, 05 Sep 2007 18:35:39 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Mon, 30 Jul 2007 11:04:11 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Fri, 27 Jul 2007 18:50:45 +0100 Gustavo J. A. M. Carneiro Remove Timer, made mostly redundant with the introduction of SingleEvent.
Fri, 27 Jul 2007 18:45:12 +0100 Gustavo J. A. M. Carneiro Add a SingleEvent class.
Fri, 27 Jul 2007 17:15:30 +0100 Gustavo J. A. M. Carneiro Add an EventCollector class, based on concepts discussed in the mailing list
Thu, 26 Jul 2007 12:08:22 +0100 Gustavo J. A. M. Carneiro Add a Timer class (bug #46)
Thu, 27 Sep 2007 12:51:17 +0200 Mathieu Lacage Implement a Timer API
Wed, 08 Aug 2007 15:10:36 +0100 Gustavo J. A. M. Carneiro WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
Sat, 28 Jul 2007 14:14:16 +0100 Gustavo J. A. M. Carneiro WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
Mon, 23 Jul 2007 14:41:53 +0200 Mathieu Lacage TimeDefaultValue
Fri, 20 Jul 2007 11:12:43 +0100 Gustavo J. A. M. Carneiro WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
Sun, 15 Jul 2007 13:04:47 +0100 Gustavo J. A. M. Carneiro WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
Thu, 21 Jun 2007 12:33:50 +0100 Gustavo J. A. M. Carneiro WAF: add a warning to the --high-precision-as-double option help text saying they it works in configure.
Fri, 15 Jun 2007 15:19:38 +0100 Gustavo J. A. M. Carneiro WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
Sun, 13 May 2007 12:46:18 +0100 Gustavo J. A. M. Carneiro WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
Mon, 07 May 2007 12:01:51 +0100 Gustavo J. A. M. Carneiro Add support for building with WAF
less more (0) tip