src/simulator/wscript
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