Commit Graph

4140 Commits

Author SHA1 Message Date
Craig Dowell
d32d34ff59 correct net numbering 2009-01-31 22:45:42 -08:00
Craig Dowell
8e659dbc41 expand comments in tap-dumbbell.cc to suggest some things to do 2009-01-31 22:41:43 -08:00
Craig Dowell
1e6e554af7 add a more complicated tap example that uses routing. 2009-01-31 21:53:25 -08:00
Craig Dowell
bc06ad1027 fixed previous wscript mods not entirely successful 2009-01-31 20:59:13 -08:00
Craig Dowell
c79b8da6e9 teach enable-sudo to be a config time thing 2009-01-31 20:48:05 -08:00
Craig Dowell
885b97a6ec turn on checksums in example csma-tap-bridge and tweaks to make ping demo work 2009-01-30 15:47:38 -08:00
Craig Dowell
e104e03223 checkpoint tap progress 2009-01-29 16:16:10 -08:00
Craig Dowell
936a0e484d last connections on tap-bridge, start flowing packets 2009-01-29 13:03:03 -08:00
Craig Dowell
6c3633eaab wire needed values into tap-bridge Attribute system, but figure out as many as possible in the default case 2009-01-29 11:53:12 -08:00
Craig Dowell
4eacc29c1b checkpoint tap 2009-01-27 22:00:29 -08:00
Craig Dowell
519ba25a58 checkpoint tap 2009-01-27 21:22:50 -08:00
Craig Dowell
738d71e954 checkpoint tap bridge 2009-01-27 20:26:34 -08:00
Craig Dowell
bcec13606f checkpoint tap development 2009-01-27 12:36:46 -08:00
Gustavo J. A. M. Carneiro
a77eb54bcc Workaround WAF issue 325 for generating module header files 2009-01-25 21:57:24 +00:00
Gustavo J. A. M. Carneiro
e300331c6a samples/main-test-sync also depends on the realtime optional feature 2009-01-25 15:44:55 +00:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00
Gustavo J. A. M. Carneiro
90a0977871 EmuNetDevice also depends on the availibility of threading support 2009-01-25 14:48:47 +00:00
Gustavo J. A. M. Carneiro
d4f67a66db Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file. 2009-01-24 19:25:33 +00:00
Gustavo J. A. M. Carneiro
a88ba4fd5b librt is need not for threading primitives but for the real time scheduler 2009-01-24 18:47:47 +00:00
Gustavo J. A. M. Carneiro
ca8a6c03df Bug #323: waf --valgrind doesn't check for valgrind first 2009-01-24 18:09:29 +00:00
Gustavo J. A. M. Carneiro
3cc5929ab6 (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449. 2009-01-24 15:51:09 +00:00
Gustavo J. A. M. Carneiro
5e8275ba01 Try to guess NSC location (finally closes #478) 2009-01-24 15:38:20 +00:00
Gustavo J. A. M. Carneiro
92b5bc7309 Try to guess pybindgen location (more #478) 2009-01-24 15:28:54 +00:00
Gustavo J. A. M. Carneiro
2e2fd95111 Try to guess the location of the reference traces, when --with-regression-traces is not given (#478) 2009-01-24 12:52:58 +00:00
Gustavo J. A. M. Carneiro
b2c212c239 Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480. 2009-01-24 12:25:52 +00:00
Gustavo J. A. M. Carneiro
55930dc4fe Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447. 2009-01-23 15:18:03 +00:00
Gustavo J. A. M. Carneiro
fcc6829b8e merge 2009-01-23 15:07:18 +00:00
Gustavo J. A. M. Carneiro
8e70ea9b96 Don't abuse os.chdir so much (not thread safe) 2009-01-18 22:47:25 +00:00
Gustavo J. A. M. Carneiro
ae5749aea7 Cleanup: remove regression reference traces downloading code (moved to allinone) 2009-01-18 22:18:49 +00:00
Gustavo J. A. M. Carneiro
587ee24f71 waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs 2009-01-18 19:59:46 +00:00
Mathieu Lacage
c7222e4a09 bug 472: fix build with gcc 3.4.6 2009-01-18 12:14:32 +01:00
Gustavo J. A. M. Carneiro
b4f451047b Update waf; closes #466. 2009-01-17 18:19:24 +00:00
Gustavo J. A. M. Carneiro
8bd42a0693 Make it easy to turn on profiling of pybindgen 2009-01-17 16:59:45 +00:00
Gustavo J. A. M. Carneiro
796dee6f9e On native win32, we cannot use -D_DEBUG when compiling Python extensions 2009-01-17 16:58:42 +00:00
Gustavo J. A. M. Carneiro
8731761fcd Remove no longer needed WAF command execution win32 workaround 2009-01-17 16:57:42 +00:00
Gustavo J. A. M. Carneiro
28a9688bdf Fix WifiMacQueue typeid registration 2009-01-16 18:52:00 +00:00
Gustavo J. A. M. Carneiro
5ef24fc287 Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now) 2009-01-16 17:18:49 +00:00
Gustavo J. A. M. Carneiro
f43e499af6 examples/wifi-ap.cc ported to Python (minus tracing) 2009-01-16 12:33:22 +00:00
Guillaume Vu-Brugier
0642485437 bug 329: pcap files generated in native win32 (mingw) are always corrupt 2009-01-16 09:08:20 +01:00
Mathieu Lacage
edc5b803a0 add missing include 2009-01-16 09:06:59 +01:00
Mathieu Lacage
d14c6a670d add missing copyright/license statement 2009-01-16 08:58:17 +01:00
Mathieu Lacage
7604c76fd4 ns-2 calendar code 2009-01-15 20:56:06 +01:00
Mathieu Lacage
14fdfbf4b2 test calendar+ns2calendar schedulers 2009-01-15 20:55:34 +01:00
Mathieu Lacage
e4e6eb1ab0 add new comparison operators. 2009-01-15 20:54:11 +01:00
Mathieu Lacage
f232747976 memleak 2009-01-15 20:53:50 +01:00
Mathieu Lacage
05437e76a9 empty skeleton for ns2 calendar scheduler 2009-01-15 11:23:59 +01:00
Gustavo J. A. M. Carneiro
8d8d19ef45 Fix build for systems without posix threads library 2009-01-14 15:36:19 +00:00
Gustavo J. A. M. Carneiro
f116668736 RealtimeEventLock is gone 2009-01-14 15:35:42 +00:00
Gustavo J. A. M. Carneiro
edd1e2552a Correct documentation 2009-01-14 12:46:06 +00:00