c8423550f5
Almost have env variable support for RNG right
Raj Bhattacharjea
2009-02-23 22:55:16 -05:00
9cf0988230
Fix build of Python bindings on systems with no support for TabBridge
Gustavo J. A. M. Carneiro
2009-02-23 16:07:46 +00:00
cf22518549
tutorial fixes from Ruben Merz
Tom Henderson
2009-02-23 06:56:52 -08:00
7e8d2be1da
Missing include of stdlib.h for free() in callback.cc
Timo Bingmann
2009-02-23 11:33:14 +01:00
127064f21a
Print demangled callback signatures if they mismatch. bug #507
Timo Bingmann
2009-02-22 17:28:45 +01:00
f00e2d7b11
Rescan python bindings.
Gustavo J. A. M. Carneiro
2009-02-21 23:19:18 +00:00
607fa5aa0e
merge
Gustavo J. A. M. Carneiro
2009-02-21 22:50:53 +00:00
a559b31710
For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes#330.
Gustavo J. A. M. Carneiro
2009-02-21 22:50:04 +00:00
ffdb250c3e
bug 506 -- remove name version of SetPositionAllocator
Craig Dowell
2009-02-21 14:46:11 -08:00
6945d47068
Optimize Send/SendFrom on BridgeNetDevice by using the learned MAC associations when possible, instead of flooding to all bridge ports.
Aleksey Kovalenko
2009-02-21 22:09:08 +00:00
9c653b5afa
quiet second.cc and third.cc when running as regression tests
Craig Dowell
2009-02-18 22:32:09 -08:00
c79b8da6e9
teach enable-sudo to be a config time thing
Craig Dowell
2009-01-31 20:48:05 -08:00
36bcf84126
Upgrade waf to 1.5.3; closes#474.
Gustavo J. A. M. Carneiro
2009-01-31 21:22:04 +00:00
8d696d8061
add a Rename function to the object name service to facilitate auto naming
Craig Dowell
2009-01-30 17:34:41 -08:00
885b97a6ec
turn on checksums in example csma-tap-bridge and tweaks to make ping demo work
Craig Dowell
2009-01-30 15:47:38 -08:00
33c6cd365d
Skip the NSC-based regression test on non-linux platforms
Gustavo J. A. M. Carneiro
2009-01-30 19:28:00 +00:00
ae6b0022b8
beef up a couple of comments in example names.cc
Craig Dowell
2009-01-30 10:34:05 -08:00
b128c223c7
Testmeister Tom found a bug in Names::Add for his shortcut semantics
Craig Dowell
2009-01-30 10:30:07 -08:00
e104e03223
checkpoint tap progress
Craig Dowell
2009-01-29 16:16:10 -08:00
936a0e484d
last connections on tap-bridge, start flowing packets
Craig Dowell
2009-01-29 13:03:03 -08:00
6c3633eaab
wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case
Craig Dowell
2009-01-29 11:53:12 -08:00
20ddca38d6
Explicit cast and correction in wifi/RandomStream
Raj Bhattacharjea
2009-01-29 12:25:25 -05:00
8c1b14ba99
Get/Set the package seed in a static variable
Raj Bhattacharjea
2009-01-28 15:04:28 -05:00
8d45909678
Update the bindings for GetSeed change
Raj Bhattacharjea
2009-01-28 13:35:47 -05:00
f5015da143
Skip the NSC test when valgrind is enabled.
Gustavo J. A. M. Carneiro
2009-01-28 11:06:50 +00:00
c2fd874a0e
Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
Gustavo J. A. M. Carneiro
2009-01-28 11:01:02 +00:00
4eacc29c1b
checkpoint tap
Craig Dowell
2009-01-27 22:00:29 -08:00
519ba25a58
checkpoint tap
Craig Dowell
2009-01-27 21:22:50 -08:00
738d71e954
checkpoint tap bridge
Craig Dowell
2009-01-27 20:26:34 -08:00
bcec13606f
checkpoint tap development
Craig Dowell
2009-01-27 12:36:46 -08:00
a9edcf4928
Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
Gustavo J. A. M. Carneiro
2009-01-27 14:18:55 +00:00
eaa8e9880e
add wifi-architecture figure to manual
Tom Henderson
2009-01-26 13:41:54 -08:00
a77eb54bcc
Workaround WAF issue 325 for generating module header files
Gustavo J. A. M. Carneiro
2009-01-25 21:57:24 +00:00
e300331c6a
samples/main-test-sync also depends on the realtime optional feature
Gustavo J. A. M. Carneiro
2009-01-25 15:44:55 +00:00
d7cf4f2462
Don't use the flag -pthread on darwin to avoid warning message
Gustavo J. A. M. Carneiro
2009-01-25 15:39:36 +00:00
51e6ac3617
Fix 'no newline at the end of file' compilation error in the pthread test
Gustavo J. A. M. Carneiro
2009-01-25 14:52:09 +00:00
90a0977871
EmuNetDevice also depends on the availibility of threading support
Gustavo J. A. M. Carneiro
2009-01-25 14:48:47 +00:00
d4f67a66db
Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
Gustavo J. A. M. Carneiro
2009-01-24 19:25:33 +00:00
a88ba4fd5b
librt is need not for threading primitives but for the real time scheduler
Gustavo J. A. M. Carneiro
2009-01-24 18:47:47 +00:00
ca8a6c03df
Bug #323: waf --valgrind doesn't check for valgrind first
Gustavo J. A. M. Carneiro
2009-01-24 18:09:29 +00:00
3cc5929ab6
(from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes#449.
Gustavo J. A. M. Carneiro
2009-01-24 15:51:09 +00:00
5e8275ba01
Try to guess NSC location (finally closes#478)
Gustavo J. A. M. Carneiro
2009-01-24 15:38:20 +00:00
92b5bc7309
Try to guess pybindgen location (more #478)
Gustavo J. A. M. Carneiro
2009-01-24 15:28:54 +00:00
2e2fd95111
Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
Gustavo J. A. M. Carneiro
2009-01-24 12:52:58 +00:00
b2c212c239
Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes#480.
Gustavo J. A. M. Carneiro
2009-01-24 12:25:52 +00:00
69fe82e39f
Alloc clients to omit /Names/ in Names::Find
Craig Dowell
2009-01-23 15:18:40 -08:00
55930dc4fe
Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes#447.
Gustavo J. A. M. Carneiro
2009-01-23 15:18:03 +00:00