Gustavo J. A. M. Carneiro
35b28c656c
Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
2008-11-24 17:49:33 +00:00
Gustavo J. A. M. Carneiro
ee16e0ad83
When --run'ing a program, tell WAF to only build that program, nothing more.
...
This greatly speeds up compilation when all you want to do is run a test program, as it skips the time consuming linking to be done for all example programs.
2008-11-24 15:28:42 +00:00
Gustavo J. A. M. Carneiro
7bd84c12ac
Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
2008-11-19 17:17:07 +00:00
Andrey Hippo
fec6ea6ae2
Bug 387: Build fails with junk subdirectories in "scratch" directory
2008-11-18 14:05:47 +00:00
Gustavo J. A. M. Carneiro
e8e8e887d7
Refactor wscript code to move regression testing code to a separate python module (bug 325)
2008-11-18 13:48:26 +00:00
mathieu.
83ac2144c0
apply patch for bug 390 (regression tests can't open input files)
2008-11-05 19:45:40 -08:00
Craig Dowell
c6a12a1308
reverse sense of waf sudo flag to --enable-sudo
2008-10-30 13:00:16 -07:00
Craig Dowell
622ced4462
merge in tap device
2008-10-27 13:01:28 -07:00
Craig Dowell
4105b6e392
Apply Sam's nsc regression patch
2008-09-17 20:04:26 -07:00
Gustavo J. A. M. Carneiro
6c7aa38c60
Add python based csma-bridge regression test. Closes #344 .
2008-09-15 11:45:32 +01:00
Mathieu Lacage
0c7ed36240
don't try to download traces if they are already there.
2008-09-14 11:39:58 -07:00
Gustavo J. A. M. Carneiro
a4aeb6e815
Check for mercurial in configuration stage; also fixes OSError exception when mercurial was not available.
2008-09-11 11:44:39 +01:00
Gustavo J. A. M. Carneiro
f13ffe2ed2
Make the WAF env available to regression tests
2008-09-11 11:35:42 +01:00
Gustavo J. A. M. Carneiro
b0f7bbf060
Stop the /dev/null redirection abuse
2008-09-10 11:33:30 +01:00
Mathieu Lacage
c8929f34e6
fix typo to allow cloning traces when they are not there yet
2008-09-09 12:35:11 -07:00
Gustavo J. A. M. Carneiro
6f10c6c828
Use subprocess.Popen instead of os.system to improve portability of the regression testing framework
2008-09-09 18:43:03 +01:00
Gustavo J. A. M. Carneiro
b9a4eaca8e
Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
2008-09-05 19:55:21 +01:00
Gustavo J. A. M. Carneiro
f77da8c755
Exclude any possible 'nsc' folder from the dist tarball (nsc is ~= 100MB).
2008-09-05 18:42:59 +01:00
Gustavo J. A. M. Carneiro
453dd8a294
Add a summary of optional features at the end of the configuration stage.
2008-09-05 18:16:29 +01:00
Mathieu Lacage
f759d0c1d2
bug 312: ./waf check fails.
2008-09-04 13:29:13 -07:00
Mathieu Lacage
a8dca1e3d3
merge with HEAD
2008-09-04 10:35:04 -07:00
Mathieu Lacage
18b6ad7263
add wifi+wired bridge example
2008-09-04 10:34:42 -07:00
Gustavo J. A. M. Carneiro
fd7fc3f80e
Adjust LD_LIBRARY_PATH for FreeBSD also; fallback to adjusting LD_LIBRARY_PATH when we don't know any better.
2008-09-04 18:30:38 +01:00
Florian Westphal
235ac2801f
nsc: enable network simulation cradle
...
This adds the hooks to allow the nsc code to be compiled into ns-3 if
the --nsc flag is specified during 'waf configure'.
2008-08-29 23:10:00 +02:00
Gustavo J. A. M. Carneiro
8cc54510ba
Don't run python unit tests if python bindings not enabled. Closes #254 .
2008-07-16 17:44:42 +01:00
Gustavo J. A. M. Carneiro
90e5f8cf0e
Add WAF option --pyrun, to make it easier to run Python programs.
2008-07-12 19:33:29 +01:00
Gustavo J. A. M. Carneiro
7fb6a81b59
merge
2008-07-11 19:32:45 +01:00
Gustavo J. A. M. Carneiro
9b8db57a00
Check that the compiler accepts -Wno-error=deprecated-declarations before using it
2008-07-11 19:24:33 +01:00
Gustavo J. A. M. Carneiro
7dce1174ba
merge
2008-07-11 18:15:52 +01:00
Gustavo J. A. M. Carneiro
6911a69356
Add compilation flag -Wno-error=deprecated-declarations, or else the NS_DEPRECATED macro becomes useless.
2008-07-11 11:36:59 +01:00
Gustavo J. A. M. Carneiro
5f994081d5
python bindings
2008-07-08 10:43:58 -07:00
Craig Dowell
f58dda2fcb
add updated tutorial examples
2008-06-28 19:39:46 -07:00
Unknown
7c05c10381
same messages for all versions of getting traces
2008-06-19 14:53:53 -07:00
Craig Dowell
aefd3e3371
tweaks after actually doing it
2008-06-18 11:57:43 -07:00
Craig Dowell
6f2e42050f
print out which repo is used for regression
2008-06-18 10:39:30 -07:00
Craig Dowell
a86ec45ec9
branch merge
2008-06-18 10:36:06 -07:00
Craig Dowell
d99df782e9
regression
2008-06-18 10:34:05 -07:00
Craig Dowell
e1d52991b6
fixes for regression numbering
2008-06-18 10:29:19 -07:00
Gustavo J. A. M. Carneiro
2d2675e6f8
Bug 223: Regression using other than mercurial traces no longer works
2008-06-18 18:07:48 +01:00
Gustavo J. A. M. Carneiro
d4a0ae2a74
Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
2008-06-18 15:21:08 +01:00
Craig Dowell
b5cfed2178
use dev traces
2008-06-17 13:37:04 -07:00
Craig Dowell
a6aed94fe8
plug more holes in release steps
2008-06-17 12:52:46 -07:00
Gustavo J. A. M. Carneiro
4a73b2abd0
[Bug 221] need a scratch directory
2008-06-16 14:17:27 +01:00
Gustavo J. A. M. Carneiro
312b8da3a3
Check for the 'diff' command, don't allow running regression tests without it.
2008-05-31 16:14:49 +01:00
Mathieu Lacage
5872949e0a
make sure we output the right diff command
2008-05-29 09:06:42 -07:00
Gustavo J. A. M. Carneiro
9ee8930726
WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
2008-05-13 01:04:42 +01:00
Gustavo J. A. M. Carneiro
e4eeeb18f5
WAF: use os.path.join in the message 'Entering directory ...'
2008-04-26 22:02:12 +01:00
Gustavo J. A. M. Carneiro
b61d0ff5f2
WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
2008-04-26 21:54:36 +01:00
Gustavo J. A. M. Carneiro
eb9fa68703
Missing hg update when 'Synchronizing reference traces using Mercurial'
2008-04-21 17:31:01 +01:00
Gustavo Carneiro
14c60f7ad3
Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
2008-04-14 14:19:12 +01:00