wscript
Thu, 21 Jun 2007 12:26:46 +0100 Gustavo J. A. M. Carneiro WAF: simplify --debug-level option to only have debug and optimized as possible values (debug becomes the former ultradebug); Add a warning to some options help text saying they only work in configure.
Thu, 21 Jun 2007 11:59:55 +0100 Gustavo J. A. M. Carneiro WAF: be careful not to set gcc-specific flags (like -Werror) when using a non-gcc compiler.
Thu, 21 Jun 2007 00:38:58 +0100 Gustavo J. A. M. Carneiro WAF: configure dynamic path for the cygwin platform.
Wed, 13 Jun 2007 18:34:05 +0100 Gustavo J. A. M. Carneiro WAF: add -Wall and -Werror to CXXFLAGS, like in the SCons build.
Tue, 12 Jun 2007 19:04:38 +0100 Gustavo J. A. M. Carneiro WAF: process --run and --shell command-line options sooner, before running the build, since we may need a shell before the build finishes, in case the program to debug is part of the build itself.
Thu, 24 May 2007 19:21:50 +0100 Gustavo J. A. M. Carneiro WAF: add a dist_hook function to exclude the generated documentation from waf dist
Thu, 24 May 2007 17:59:30 +0100 Gustavo J. A. M. Carneiro WAF: correct values of VERSION and APPNAME, for waf dist
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.
Wed, 23 May 2007 17:32:32 +0100 Gustavo J. A. M. Carneiro WAF: cleanup code by putting lcov and doxygen handling into their own separate functions
Thu, 17 May 2007 18:22:10 +0100 Gustavo J. A. M. Carneiro WAF: import the WAF subprocess replacement module 'pproc', to make it work on Python 2.3.
Thu, 17 May 2007 17:02:03 +0100 Gustavo J. A. M. Carneiro In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems.
Thu, 17 May 2007 14:22:27 +0100 Gustavo J. A. M. Carneiro Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers.
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