src/wscript
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.
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.
Tue, 12 Jun 2007 18:52:58 +0100 Gustavo J. A. M. Carneiro Define env['NS3_MODULE_PATH'] in configure rather than build.
Thu, 24 May 2007 17:54:51 +0100 Gustavo J. A. M. Carneiro WAF: cleanup the main wscript file by moving the definition of the ns3header object type into src/wscript
Wed, 23 May 2007 19:20:54 +0100 Gustavo J. A. M. Carneiro WAF: remove the rpath options, and add --run and --shell as replacements; additionally, the new options "should" work on Mac OS X, as well as linux2 and win32.
Sun, 20 May 2007 18:05:30 +0100 Gustavo J. A. M. Carneiro WAF: fix problem in --enable/disable-rpath options
Fri, 18 May 2007 16:09:13 +0100 Gustavo J. A. M. Carneiro WAF: enable -rpath by default only on linux2, with configure options to override this default choice
Fri, 18 May 2007 11:27:20 +0100 Gustavo J. A. M. Carneiro WAF: the correct form of the rpath option should be -rpath, not --rpath; fixed.
Thu, 17 May 2007 17:34:19 +0100 Gustavo J. A. M. Carneiro Make WAF scripts modify PATH in environment to allow child processes to find the ns-3 DLLs, instead of using --rpath, which doesn't work on win32. This way at least waf check is able to run the unit tests now.
Sun, 13 May 2007 17:37:30 +0100 Gustavo J. A. M. Carneiro Fix a small waf script bug, in the rpath code, that only appears when compiling for the first time.
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