Commit Graph

1318 Commits

Author SHA1 Message Date
Tom Henderson
fda49d72c1 merge 2007-07-27 10:49:29 -07:00
Mathieu Lacage
230b3840ad cleanup simple example 2007-07-27 21:39:58 +02:00
Emmanuelle Laprise
31530c7311 a csma/cd NetDevice subclass and a test script 2007-07-27 21:17:14 +02:00
Emmanuelle Laprise
ad5f36f2ac ethernet Header and Trailer classes 2007-07-27 21:16:40 +02:00
Emmanuelle Laprise
718ec64593 Move LLC encapsulation from NetDevice to subclasses. 2007-07-27 20:45:18 +02:00
Emmanuelle Laprise
b078d91894 cleanup the wscripts 2007-07-27 20:45:07 +02:00
Emmanuelle Laprise
0e21d85be1 src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-* 2007-07-27 20:26:36 +02:00
Emmanuelle Laprise
54af49fe40 src/devices/p2p -> src/devices/point-to-point 2007-07-27 20:17:23 +02:00
Tom Henderson
2d950869f8 Add patch 49 (add/remove network route when bringing interface up/down) 2007-07-27 10:48:10 -07: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
Tom Henderson
b16efc8c0b a few edits on the doxygen 2007-07-23 20:06:00 -07:00
Tom Henderson
bdf28a79fc revise README 2007-07-23 19:27:01 -07:00
Tom Henderson
bc634975d4 remove old routing code 2007-07-23 19:02:55 -07:00
Craig Dowell
2f682ca9f8 single populate call 2007-07-23 15:53:37 -07:00
Craig Dowell
bb8c8e5fa8 remove doxygen warnings, make waf work 2007-07-23 14:31:24 -07: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
Craig Dowell
897a518750 parenthesis police were here 2007-07-20 14:28:18 -07:00
Craig Dowell
c9b7590dd9 turn off debug flag 2007-07-20 14:22:46 -07:00
Craig Dowell
4d3d250d5e make static router a singleton, make implementation details private 2007-07-20 14:21:21 -07: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
Craig Dowell
ab93e1f56d overlooked one 2007-07-19 23:04:09 -07:00
Craig Dowell
f3523e8381 last parts of general cleaup and commenting 2007-07-19 22:48:50 -07: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
Craig Dowell
e3283739ce general cleanup of routing 2007-07-18 16:57:54 -07:00
Raj Bhattacharjea
600aa2ec16 Added Triangularly distributed random variables 2007-07-18 17:43:45 -04:00
Craig Dowell
0921355a74 General cleanup -- const correctness, encapsulation, documentation, etc. 2007-07-18 14:35:06 -07:00