wscript
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.
Thu, 04 Sep 2008 13:29:13 -0700 Mathieu Lacage bug 312: ./waf check fails.
Thu, 04 Sep 2008 10:35:04 -0700 Mathieu Lacage merge with HEAD
Thu, 04 Sep 2008 10:34:42 -0700 Mathieu Lacage add wifi+wired bridge example
Thu, 04 Sep 2008 18:30:38 +0100 Gustavo J. A. M. Carneiro Adjust LD_LIBRARY_PATH for FreeBSD also; fallback to adjusting LD_LIBRARY_PATH when we don't know any better.
Fri, 29 Aug 2008 23:10:00 +0200 Florian Westphal nsc: enable network simulation cradle
Wed, 16 Jul 2008 17:44:42 +0100 Gustavo J. A. M. Carneiro Don't run python unit tests if python bindings not enabled. Closes #254.
Sat, 12 Jul 2008 19:33:29 +0100 Gustavo J. A. M. Carneiro Add WAF option --pyrun, to make it easier to run Python programs.
Fri, 11 Jul 2008 19:32:45 +0100 Gustavo J. A. M. Carneiro merge
Fri, 11 Jul 2008 18:15:52 +0100 Gustavo J. A. M. Carneiro merge
Tue, 08 Jul 2008 10:43:58 -0700 Gustavo J. A. M. Carneiro python bindings
Fri, 11 Jul 2008 19:24:33 +0100 Gustavo J. A. M. Carneiro Check that the compiler accepts -Wno-error=deprecated-declarations before using it
Fri, 11 Jul 2008 11:36:59 +0100 Gustavo J. A. M. Carneiro Add compilation flag -Wno-error=deprecated-declarations, or else the NS_DEPRECATED macro becomes useless.
Sat, 28 Jun 2008 19:39:46 -0700 Craig Dowell add updated tutorial examples
Thu, 19 Jun 2008 14:53:53 -0700 craigdo same messages for all versions of getting traces
Wed, 18 Jun 2008 11:57:43 -0700 Craig Dowell tweaks after actually doing it
less more (0) -100 -60 tip