Commit Graph

4159 Commits

Author SHA1 Message Date
Unknown
3d6ecbd579 endless loops are not a good thing 2009-02-11 22:37:00 -08:00
Craig Dowell
69d60201c3 more dox for names 2009-02-10 11:28:40 -08:00
Craig Dowell
95951b0a4d a few tests, a little reorganization for clarity 2009-02-10 11:05:10 -08:00
Craig Dowell
998a5ba69a some naming changes suggested by Gustavo 2009-02-10 10:36:26 -08:00
Craig Dowell
b4cd636033 QueryObject comment changed to GetObject 2009-02-09 10:15:40 -08:00
Craig Dowell
f5e2fd0e18 update log component name 2009-02-05 11:27:30 -08:00
Craig Dowell
32da40280a rename names.cc to object-names.cc 2009-02-05 11:25:55 -08:00
Craig Dowell
72300c151c branch merge 2009-02-03 10:24:30 -08:00
Tom Henderson
b0893a1681 branch merge 2009-02-03 06:56:47 -08:00
Tom Henderson
2925d15752 start a manual section on new models 2009-02-03 06:56:14 -08:00
Gustavo J. A. M. Carneiro
29901e79dc Skip the real-time udp echo test if real-time support not compiled in. 2009-02-01 13:44:29 +00:00
Gustavo J. A. M. Carneiro
36bcf84126 Upgrade waf to 1.5.3; closes #474. 2009-01-31 21:22:04 +00:00
Craig Dowell
8d696d8061 add a Rename function to the object name service to facilitate auto naming 2009-01-30 17:34:41 -08:00
Gustavo J. A. M. Carneiro
33c6cd365d Skip the NSC-based regression test on non-linux platforms 2009-01-30 19:28:00 +00:00
Craig Dowell
ae6b0022b8 beef up a couple of comments in example names.cc 2009-01-30 10:34:05 -08:00
Craig Dowell
b128c223c7 Testmeister Tom found a bug in Names::Add for his shortcut semantics 2009-01-30 10:30:07 -08:00
Gustavo J. A. M. Carneiro
f5015da143 Skip the NSC test when valgrind is enabled. 2009-01-28 11:06:50 +00:00
Gustavo J. A. M. Carneiro
c2fd874a0e Interpret regression program non-zero exit as a test failure, instead of showing a traceback. 2009-01-28 11:01:02 +00:00
Craig Dowell
6b7eeeff77 branch merge 2009-01-27 12:39:43 -08:00
Gustavo J. A. M. Carneiro
a9edcf4928 Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit. 2009-01-27 14:18:55 +00:00
Tom Henderson
eaa8e9880e add wifi-architecture figure to manual 2009-01-26 13:41:54 -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
Craig Dowell
69fe82e39f Alloc clients to omit /Names/ in Names::Find 2009-01-23 15:18:40 -08: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
Craig Dowell
f1e20b3f98 move a function definition in names.cc for a little more clarity 2009-01-22 23:54:11 -08:00
Craig Dowell
3e652dbc55 rename object-names.{cc,h} to names.{cc,h} per convention 2009-01-22 23:07:34 -08:00
Craig Dowell
a715fef8e0 a little more doxygen for object-names.h 2009-01-21 00:28:47 -08:00
Craig Dowell
e1a8e44e43 add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs 2009-01-20 22:42:11 -08:00
Craig Dowell
c37f4c2169 add examples of Config::Set to example names.cc 2009-01-20 21:55:04 -08:00
Craig Dowell
66f8a1a4d1 fix crasher in config unit tests 2009-01-20 21:16:52 -08:00
Craig Dowell
94f6345721 fix crasher in config 2009-01-20 18:56:33 -08:00
Craig Dowell
19fb59dda7 make simple version of Names:Add even simpler. Use that in examples/names.cc 2009-01-20 18:29:06 -08:00
Craig Dowell
23504b557f Brute force all of the helpers to use object name service 2009-01-20 17:39:18 -08:00
Craig Dowell
cb6a14f423 add an object name service 2009-01-20 15:47:14 -08: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