Commit Graph

5204 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
d40fbea6de Python bindings rescan 2009-09-16 15:03:25 +01:00
Gustavo J. A. M. Carneiro
80083950b3 Missing code, methods declared but not implemented... 2009-09-16 15:03:00 +01:00
Gustavo J. A. M. Carneiro
c3faf85ce2 make sure we run the pybindgen command in --check and --regression 2009-09-16 14:26:46 +01:00
Gustavo J. A. M. Carneiro
ffbf0e4221 Export header ie-dot11s-id.h, disable a few copy contructors, to make Python bindings compile. 2009-09-16 14:04:53 +01:00
Pavel Boyko
11b6f74f26 Build fix for g++ 4.0.4 ('... may be used uninitialized in this function') 2009-09-16 13:28:06 +04:00
Craig Dowell
865279bd09 branch merge 2009-09-15 11:57:40 -07:00
Craig Dowell
a74ef75541 silly typos and add disclaimer 2009-09-15 11:57:12 -07:00
Sebastien Vincent
977aed1d7f Merge with ns-3-dev. 2009-09-15 17:38:08 +02:00
Sebastien Vincent
8cd2f7b8e5 Add a way to disable DAD via an Icmpv6L4Protocol attribute. 2009-09-15 17:32:23 +02:00
Sebastien Vincent
473d80ea54 Fix main-random-topology sample. 2009-09-15 17:29:09 +02:00
Pavel Boyko
b51933502b build fix (g++ 4.0.4 and 4.4.0 optimized only) 2009-09-15 19:05:39 +04:00
Ramon Bauza
55bf5fc2e7 Doxy doc for Wifi channel switching 2009-09-15 14:33:04 +02:00
Mathieu Lacage
5c884dcef4 merge with HEAD 2009-09-15 13:14:37 +02:00
Mathieu Lacage
c8949c75a8 put all wifi news together 2009-09-15 13:04:28 +02:00
Ramon Bauza
ddfe9023eb Channel switching support for Wifi 2009-09-15 10:47:02 +02:00
Craig Dowell
a9b0bc855a add some words about tracing to the manual 2009-09-15 00:05:36 -07:00
Craig Dowell
fc7ea88b35 quiet valgrind in NOTREACHED case 2009-09-14 21:49:43 -07:00
Craig Dowell
b3217a0fa8 added words to help understand callbacks 2009-09-14 18:03:30 -07:00
Pavel Boyko
f57933cd7d Merge with code.nsnam.org 2009-09-14 10:19:55 +04:00
Pavel Boyko
adad3f4b9f Cosmetics 2009-09-14 10:19:33 +04:00
Craig Dowell
55a729aca7 fat fingers 2009-09-13 21:53:06 -07:00
Craig Dowell
52d5749a27 Quiet silly compiler error 2009-09-13 20:29:29 -07:00
Craig Dowell
28346e21ce gcc 3.4 complained about virtual methods without virtual destructor 2009-09-13 15:35:33 -07:00
Tom Wambold
0ae600a3ec merge PacketBB 2009-09-13 09:38:01 -07:00
Craig Dowell
ae814b5f5c fc11 is pretty picky about headers 2009-09-12 22:55:20 -07:00
Craig Dowell
05610b3c56 test framework should probably work on all supported machines 2009-09-12 20:00:36 -07:00
Craig Dowell
3ad8ddf899 add test and validation framework 2009-09-12 19:44:17 -07:00
Tom Wambold
124ed7e91b PacketBB: Typo in comment. 2009-09-11 12:16:21 -04:00
Tom Wambold
0785e918e2 PacketBB: A bit more documentation. 2009-09-11 12:11:23 -04:00
Tom Wambold
bf9984d28a PacketBB: Removed unnecessary forward declarations. 2009-09-11 12:00:38 -04:00
Tom Wambold
7d7681d6bc PacketBB: Moved from src/contrib to src/node. 2009-09-11 11:52:47 -04:00
Tom Wambold
ea886c586f PacketBB: Doxygen documentation. Still have some more I want to write. 2009-09-11 00:52:23 -04:00
Tom Wambold
94bf0517f7 PacketBB: Forgot to add Pbb prefix to enum. 2009-09-10 15:35:16 -04:00
Tom Wambold
0745740c07 PacketBB:: Removed pbb namespace, instead prefix class names with Pbb. 2009-09-10 15:33:23 -04:00
Tom Wambold
2c107a11d6 Merged ns-3-dev. 2009-09-10 15:32:38 -04:00
Kirill Andreev
17a463d970 Merge with ns-3-dev 2009-09-10 15:08:14 +04:00
Kirill Andreev
b90238c308 Added 11s description to ELEASE_NOTES, fixed dependencies in building 2009-09-10 15:07:34 +04:00
Gustavo J. A. M. Carneiro
acf666912b Switch to the official pybindgen 0.12 release 2009-09-10 11:41:33 +01:00
Kirill Andreev
5cccb40d46 Added comments in mesh.cc 2009-09-10 14:13:48 +04:00
Gustavo J. A. M. Carneiro
06c4210f6c Add a waf --doxygen-no-build option, for a quicker testing loop of doxygen documentation 2009-09-09 11:32:50 +01:00
Gustavo J. A. M. Carneiro
c6cb54e62e Fix waf --check error when python bindings are not enabled 2009-09-09 11:31:16 +01:00
Sebastien Vincent
d52260e378 Schedule unicast RA in response to RS. 2009-09-08 18:45:44 +02:00
Sebastien Vincent
5db36bee27 Cleanup, reindent, NULL -> 0. 2009-09-08 18:40:47 +02:00
Kirill Andreev
61ac2171bd Build fix 2009-09-08 11:41:44 +04:00
Kirill Andreev
3e38891e52 Merge with code.nsnam.org 2009-09-08 11:27:50 +04:00
Sebastien Vincent
d114b7872d Add comments about the choice of default route in a two (or more) IPv6 prefixes link. 2009-09-08 07:07:58 +02:00
Sebastien Vincent
df6e93bddf Python rescan. 2009-09-08 06:37:37 +02:00
Sebastien Vincent
8cbdcd69c1 [Bug 653] NetDevice link change callback (SetLinkChangeCallback -> AddLinkChangeCallback). 2009-09-08 06:29:26 +02:00
Sebastien Vincent
345a0d99e2 Doxygen. 2009-09-07 18:27:40 +02:00
Sebastien Vincent
9285510a27 Rescan python bindings. 2009-09-07 18:03:20 +02:00