Commit Graph

981 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
fc7b62e329 Add a SingleEvent class. 2007-07-27 18:45:12 +01:00
Gustavo J. A. M. Carneiro
3cfda55a69 Add an EventCollector class, based on concepts discussed in the mailing list 2007-07-27 17:15:30 +01:00
Gustavo J. A. M. Carneiro
d6cb167a0c Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority. 2007-07-27 15:38:04 +01:00
Gustavo J. A. M. Carneiro
1177dc94b8 WAF: handle the option --doxygen before building the entire project. 2007-07-27 15:04:25 +01:00
Gustavo J. A. M. Carneiro
c2c7f7d71c Allow UDP sockets to receive broadcast (bug #51) 2007-07-26 12:27:49 +01:00
Gustavo J. A. M. Carneiro
c2c923ba11 Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Support sending IP broadcast (255.255.255.255) packets (bug #36).
2007-07-26 12:26:21 +01:00
Gustavo J. A. M. Carneiro
e45d934cb6 Allow ARP resolution to work with broadcast IPv4 (dest=255.255.255.255) packets; Partially fixes bug #36. 2007-07-26 12:12:51 +01:00
Gustavo J. A. M. Carneiro
48cf146a6f Add Ipv4Address::CombineMask, and implement Ipv4Address::IsBroadcast. 2007-07-26 12:11:37 +01:00
Gustavo J. A. M. Carneiro
ccd6240e23 Add a Timer class (bug #46) 2007-07-26 12:08:22 +01:00
Gustavo J. A. M. Carneiro
d3ec8f8791 EvenId const fixes. 2007-07-26 12:05:31 +01:00
Mathieu Lacage
9033830375 fix optimized build 2007-07-26 08:18:11 +02:00
Gustavo J. A. M. Carneiro
35e5c48814 WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration. 2007-07-24 16:13:31 +01:00
Mathieu Lacage
014bc9ed79 mobility models 2007-07-23 15:53:54 +02:00
Mathieu Lacage
a89dbfad01 a small typo 2007-07-23 15:24:17 +02:00
Mathieu Lacage
b53716bd7f add operator << (std::ostream)for Ptr<T> 2007-07-23 15:23:14 +02:00
Mathieu Lacage
6e9b3d811b add dirtyness tracking to DefaultValueBase 2007-07-23 15:22:36 +02:00
Mathieu Lacage
3fa85ade3a make sure IsExpired handles destroy events correctly 2007-07-23 15:16:45 +02:00
Mathieu Lacage
1bd05e4561 add support to cancel Now and Destroy events. 2007-07-23 14:52:51 +02:00
Mathieu Lacage
a38a0d5b81 add operator == and != t o EventId 2007-07-23 14:51:57 +02:00
Mathieu Lacage
efcf28b96b TimeDefaultValue 2007-07-23 14:41:53 +02:00
Mathieu Lacage
6b827886a0 RandomVariableDefaultValue 2007-07-23 14:41:34 +02:00
Mathieu Lacage
f6712c7cbd IntegerDefaultValue -> NumericDefaultValue 2007-07-23 14:13:03 +02:00
Mathieu Lacage
3e11da04df merge 2007-07-23 14:01:43 +02:00
Mathieu Lacage
56d6ee9a1c fix bug 57 2007-07-23 13:58:53 +02:00
Gustavo J. A. M. Carneiro
43d93b87bc Update README to mention WAF instead of SCons. 2007-07-20 14:51:25 +01:00
Gustavo J. A. M. Carneiro
f0a90a46ed WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default. 2007-07-20 11:38:16 +01:00
Gustavo J. A. M. Carneiro
d379c41d72 WAF: use a separate 'waf task' for installing each public ns3 header to work around a dependency tracking bug in waf causing too many rebuilds when a single header file changes. 2007-07-20 11:27:34 +01:00
Gustavo J. A. M. Carneiro
57688559b1 WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files. 2007-07-20 11:12:43 +01:00
Mathieu Lacage
fa26073882 update ignore rules for waf generated files 2007-07-20 09:13:51 +02:00
Mathieu Lacage
b37ca7868a remove scons scripts 2007-07-20 09:10:49 +02:00
Mathieu Lacage
767621d2cb forgot to update waf build scripts 2007-08-09 21:16:39 +02:00
Mathieu Lacage
0eeaf31270 merge 2007-07-19 19:08:43 +02:00
Mathieu Lacage
5703b95d0e finish support for references as arguments to event handlers 2007-07-19 18:57:19 +02:00
Mathieu Lacage
7acaffa841 fix testcase 2007-07-19 15:10:59 +02:00
Mathieu Lacage
ea7652677d rename traits to handle Ptr<> object pointers 2007-07-19 13:53:14 +02:00
Gustavo J. A. M. Carneiro
b239441ff9 Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not
uint16_t, else integer overflow may occur.  Fixes bug #54.
2007-07-19 12:48:22 +01:00
Mathieu Lacage
8bea90280f failing testcases to for events with references as arguments 2007-07-19 13:45:07 +02:00
Mathieu Lacage
4fef0935fb revert george's fix to support events with references as arguments 2007-07-19 13:44:42 +02:00
Raj Bhattacharjea
600aa2ec16 Added Triangularly distributed random variables 2007-07-18 17:43:45 -04:00
Emmanuelle Laprise
8b417ebd25 Fixed a typo in the documentation. Had to change NodeList::Index to
NodeList::NodeIndex
2007-07-18 09:27:22 -05:00
Emmanuelle Laprise
6d93d700bb trying to merge again 2007-07-18 09:11:48 -05:00
Gustavo J. A. M. Carneiro
30b8b3c61f WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc. 2007-07-18 12:20:31 +01:00
Gustavo J. A. M. Carneiro
7a1c6388c2 Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd 2007-07-18 12:17:53 +01:00
Gustavo J. A. M. Carneiro
a694ccb39e WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc. 2007-07-18 11:43:39 +01:00
Tom Henderson
52049833fd update release checklist 2007-07-16 22:49:48 -07:00
Tom Henderson
3ec27d06ec Added tag release ns-3.0.4 for changeset 5701e60bf01a 2007-07-16 22:44:02 -07:00
Tom Henderson
2c813805e7 Remove doc/build-waf.txt 2007-07-16 22:43:10 -07:00
Tom Henderson
0583ab3bc8 changes for 3.0.4 release 2007-07-16 21:41:19 -07:00
Emmanuelle Laprise
3006bcb3f7 Testing 2007-07-16 18:42:40 -05:00
Gustavo J. A. M. Carneiro
ae8f10ae47 WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though. 2007-07-15 13:04:47 +01:00