wscript
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
Wed, 18 Jun 2008 10:39:30 -0700 Craig Dowell print out which repo is used for regression
Wed, 18 Jun 2008 10:36:06 -0700 Craig Dowell branch merge
Wed, 18 Jun 2008 10:34:05 -0700 Craig Dowell regression
Wed, 18 Jun 2008 10:29:19 -0700 Craig Dowell fixes for regression numbering
Wed, 18 Jun 2008 18:07:48 +0100 Gustavo J. A. M. Carneiro Bug 223: Regression using other than mercurial traces no longer works
Wed, 18 Jun 2008 15:21:08 +0100 Gustavo J. A. M. Carneiro Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
Tue, 17 Jun 2008 13:37:04 -0700 Craig Dowell use dev traces
Tue, 17 Jun 2008 12:52:46 -0700 Craig Dowell plug more holes in release steps
Mon, 16 Jun 2008 14:17:27 +0100 Gustavo J. A. M. Carneiro [Bug 221] need a scratch directory
Sat, 31 May 2008 16:14:49 +0100 Gustavo J. A. M. Carneiro Check for the 'diff' command, don't allow running regression tests without it.
Thu, 29 May 2008 09:06:42 -0700 Mathieu Lacage make sure we output the right diff command
Tue, 13 May 2008 17:07:20 -0700 Mathieu Lacage merge with HEAD
Tue, 13 May 2008 17:02:52 -0700 Mathieu Lacage a basic but useful Gtk+-based config-store
Tue, 13 May 2008 01:04:42 +0100 Gustavo J. A. M. Carneiro WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
Sat, 26 Apr 2008 22:02:12 +0100 Gustavo J. A. M. Carneiro WAF: use os.path.join in the message 'Entering directory ...'
less more (0) -100 -60 tip