wscript
Wed, 22 Apr 2009 17:22:41 +0200 Mathieu Lacage enable static builds, even when python is enabled
Wed, 22 Apr 2009 13:59:10 +0200 Mathieu Lacage Backed out changeset 4d9d3ff807a9
Wed, 22 Apr 2009 13:06:22 +0200 Mathieu Lacage enable static libns3 builds for python module
Tue, 21 Apr 2009 14:38:47 +0200 Mathieu Lacage bug 537: no support to build static ns-3 binaries
Tue, 21 Apr 2009 11:13:19 +0100 Gustavo J. A. M. Carneiro Force valgrind to not be used for Python tests
Tue, 21 Apr 2009 10:55:07 +0100 Gustavo J. A. M. Carneiro Make sure the 'g++ -print-file-name' code does not break if gcc doesn't know anything about the libstdc++.so file.
Tue, 21 Apr 2009 09:58:58 +0200 Gustavo Carneiro bug 553: Running code built with a special gcc
Mon, 20 Apr 2009 19:08:41 +0100 Gustavo J. A. M. Carneiro Fix a build script bug
Mon, 20 Apr 2009 17:39:54 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.5
Sun, 19 Apr 2009 14:51:51 +0100 Gustavo J. A. M. Carneiro Make the --enable-sudo option work correctly again
Fri, 17 Apr 2009 15:11:07 +0100 Gustavo J. A. M. Carneiro Now _really_ fix #551
Fri, 17 Apr 2009 12:44:11 +0100 Gustavo J. A. M. Carneiro Enable the link option --enable-auto-import on cygwin; closes #525.
Thu, 16 Apr 2009 22:20:37 +0100 Gustavo J. A. M. Carneiro script typo fix; bug #551.
Thu, 16 Apr 2009 16:47:02 +0100 Gustavo J. A. M. Carneiro Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
Thu, 16 Apr 2009 12:02:11 +0100 Gustavo J. A. M. Carneiro waf fix
Mon, 13 Apr 2009 23:10:37 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.4
Sat, 21 Feb 2009 22:50:04 +0000 Gustavo J. A. M. Carneiro For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes #330.
Sat, 14 Feb 2009 14:02:40 +0000 Gustavo J. A. M. Carneiro WAF: fix Task.maxjobs=1 (for sudo); icc flags.
Wed, 11 Feb 2009 18:07:52 -0800 Craig Dowell work around to allow FreeBSD to run tap-bridge
Tue, 03 Feb 2009 08:31:48 -0800 Craig Dowell tweak wifi example, fix waf problems (thanks to Gustavo)
Sat, 31 Jan 2009 20:59:13 -0800 Craig Dowell fixed previous wscript mods not entirely successful
Sat, 31 Jan 2009 20:48:05 -0800 Craig Dowell teach enable-sudo to be a config time thing
Tue, 27 Jan 2009 20:26:34 -0800 Craig Dowell checkpoint tap bridge
Sat, 24 Jan 2009 18:09:29 +0000 Gustavo J. A. M. Carneiro Bug #323: waf --valgrind doesn't check for valgrind first
Sat, 24 Jan 2009 15:51:09 +0000 Gustavo J. A. M. Carneiro (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
Sat, 24 Jan 2009 12:52:58 +0000 Gustavo J. A. M. Carneiro Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
Sat, 24 Jan 2009 12:25:52 +0000 Gustavo J. A. M. Carneiro Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
Sun, 18 Jan 2009 22:47:25 +0000 Gustavo J. A. M. Carneiro Don't abuse os.chdir so much (not thread safe)
Sun, 18 Jan 2009 22:18:49 +0000 Gustavo J. A. M. Carneiro Cleanup: remove regression reference traces downloading code (moved to allinone)
Sun, 18 Jan 2009 19:59:46 +0000 Gustavo J. A. M. Carneiro waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
Sat, 17 Jan 2009 16:57:42 +0000 Gustavo J. A. M. Carneiro Remove no longer needed WAF command execution win32 workaround
Fri, 16 Jan 2009 17:18:49 +0000 Gustavo J. A. M. Carneiro Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
Mon, 12 Jan 2009 18:46:28 +0000 Gustavo J. A. M. Carneiro Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
Sun, 11 Jan 2009 17:51:20 +0000 Gustavo J. A. M. Carneiro Upgrade WAF; fix Darwin (OSX) build problems.
Sat, 10 Jan 2009 19:05:32 +0000 Gustavo J. A. M. Carneiro Gracefully ignore missing pkg-config
Sat, 03 Jan 2009 23:14:32 +0000 Gustavo J. A. M. Carneiro Correct way to enable WAF autoconfigure
Wed, 31 Dec 2008 11:20:18 +0000 Gustavo J. A. M. Carneiro New WAF cflags tool, to add back the compilation flags (debug/optimized)
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Wed, 17 Dec 2008 12:42:02 -0800 gjc gustavo's retcode patch for regression ns-3.3-RC6
Wed, 26 Nov 2008 14:55:35 +0000 Gustavo J. A. M. Carneiro Fix waf problem running programs with arguments.
Wed, 26 Nov 2008 11:44:47 +0000 Gustavo J. A. M. Carneiro Make sure obj.name == obj.target for 'scratch' programs; fixes issue reported in ns-3-users with ./waf --run scratch/simple not working.
Mon, 24 Nov 2008 17:49:33 +0000 Gustavo J. A. M. Carneiro Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
Mon, 24 Nov 2008 15:28:42 +0000 Gustavo J. A. M. Carneiro When --run'ing a program, tell WAF to only build that program, nothing more.
Wed, 19 Nov 2008 17:17:07 +0000 Gustavo J. A. M. Carneiro Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
Tue, 18 Nov 2008 14:05:47 +0000 Andrey Hippo Bug 387: Build fails with junk subdirectories in "scratch" directory
Tue, 18 Nov 2008 13:48:26 +0000 Gustavo J. A. M. Carneiro Refactor wscript code to move regression testing code to a separate python module (bug 325)
Wed, 05 Nov 2008 19:45:40 -0800 mathieu lacage apply patch for bug 390 (regression tests can't open input files)
Thu, 30 Oct 2008 13:00:16 -0700 Craig Dowell reverse sense of waf sudo flag to --enable-sudo
Mon, 27 Oct 2008 13:01:28 -0700 Craig Dowell merge in tap device
Wed, 17 Sep 2008 20:04:26 -0700 Craig Dowell Apply Sam's nsc regression patch
Mon, 15 Sep 2008 11:45:32 +0100 Gustavo J. A. M. Carneiro Add python based csma-bridge regression test. Closes #344.
Sun, 14 Sep 2008 11:39:58 -0700 Mathieu Lacage don't try to download traces if they are already there.
Thu, 11 Sep 2008 11:44:39 +0100 Gustavo J. A. M. Carneiro Check for mercurial in configuration stage; also fixes OSError exception when mercurial was not available.
Thu, 11 Sep 2008 11:35:42 +0100 Gustavo J. A. M. Carneiro Make the WAF env available to regression tests
Wed, 10 Sep 2008 11:33:30 +0100 Gustavo J. A. M. Carneiro Stop the /dev/null redirection abuse
Tue, 09 Sep 2008 12:35:11 -0700 Mathieu Lacage fix typo to allow cloning traces when they are not there yet
Tue, 09 Sep 2008 18:43:03 +0100 Gustavo J. A. M. Carneiro Use subprocess.Popen instead of os.system to improve portability of the regression testing framework
Fri, 05 Sep 2008 19:55:21 +0100 Gustavo J. A. M. Carneiro Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
Fri, 05 Sep 2008 18:42:59 +0100 Gustavo J. A. M. Carneiro Exclude any possible 'nsc' folder from the dist tarball (nsc is ~= 100MB).
Fri, 05 Sep 2008 18:16:29 +0100 Gustavo J. A. M. Carneiro Add a summary of optional features at the end of the configuration stage.
less more (0) -100 -60 tip