wscript
2009-09-04 Bug #620: Build system --run target seems to forget copying updated headers
2009-06-30 Print the names of unit tests that fail in the task collector
2009-06-25 make dist generation work again
2009-06-17 remove dead code
2009-06-17 Bug #594: cygwin won't build.
2009-06-12 Run unit tests as indenpendent WAF tasks
2009-05-19 bug 567: --enable-static does not work on i686
2009-05-18 Don't event try to enable -Wl,--soname option if we're not on linux.
2009-05-18 Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
2009-05-05 improve wording
2009-05-05 enable static builds on cygwin
2009-05-05 enable darwin static builds
2009-05-04 attempt to detect broken --enable-static invocations.
2009-04-22 enable static builds, even when python is enabled
2009-04-22 Backed out changeset 4d9d3ff807a9
2009-04-22 enable static libns3 builds for python module
2009-04-21 bug 537: no support to build static ns-3 binaries
2009-04-21 Force valgrind to not be used for Python tests
2009-04-21 Make sure the 'g++ -print-file-name' code does not break if gcc doesn't know anything about the libstdc++.so file.
2009-04-21 bug 553: Running code built with a special gcc
2009-04-20 Fix a build script bug
2009-04-20 Upgrade to WAF 1.5.5
2009-04-19 Make the --enable-sudo option work correctly again
2009-04-17 Now _really_ fix #551
2009-04-17 Enable the link option --enable-auto-import on cygwin; closes #525.
2009-04-16 script typo fix; bug #551.
2009-04-16 Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
2009-04-16 waf fix
2009-04-13 Upgrade to WAF 1.5.4
2009-02-21 For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes #330.
2009-02-14 WAF: fix Task.maxjobs=1 (for sudo); icc flags.
2009-02-11 work around to allow FreeBSD to run tap-bridge
2009-02-03 tweak wifi example, fix waf problems (thanks to Gustavo)
2009-01-31 fixed previous wscript mods not entirely successful
2009-01-31 teach enable-sudo to be a config time thing
2009-01-27 checkpoint tap bridge
2009-01-24 Bug #323: waf --valgrind doesn't check for valgrind first
2009-01-24 (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
2009-01-24 Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
2009-01-24 Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
2009-01-18 Don't abuse os.chdir so much (not thread safe)
2009-01-18 Cleanup: remove regression reference traces downloading code (moved to allinone)
2009-01-18 waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
2009-01-17 Remove no longer needed WAF command execution win32 workaround
2009-01-16 Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
2009-01-12 Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
2009-01-11 Upgrade WAF; fix Darwin (OSX) build problems.
2009-01-10 Gracefully ignore missing pkg-config
2009-01-03 Correct way to enable WAF autoconfigure
2008-12-31 New WAF cflags tool, to add back the compilation flags (debug/optimized)
2008-12-29 Upgrade to new WAF, work in progress
2008-12-17 gustavo's retcode patch for regression
2008-11-26 Fix waf problem running programs with arguments.
2008-11-26 Make sure obj.name == obj.target for 'scratch' programs; fixes issue reported in ns-3-users with ./waf --run scratch/simple not working.
2008-11-24 Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
2008-11-24 When --run'ing a program, tell WAF to only build that program, nothing more.
2008-11-19 Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
2008-11-18 Bug 387: Build fails with junk subdirectories in "scratch" directory
2008-11-18 Refactor wscript code to move regression testing code to a separate python module (bug 325)
2008-11-05 apply patch for bug 390 (regression tests can't open input files)