Commit Graph

19651 Commits

Author SHA1 Message Date
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
Mathieu Lacage
421e19ca4b make sure that dox generates html links 2007-07-19 13:17:35 +02:00
Mathieu Lacage
3e00c2d842 fix dox warnings 2007-07-19 13:11:08 +02:00
Mathieu Lacage
3fe8f75d1b a dox summary header for the mobility support 2007-07-19 13:02:02 +02:00
Mathieu Lacage
8e0837b6a1 fix link 2007-07-19 12:43:32 +02:00
Mathieu Lacage
347b7238dc create a mobility module 2007-07-19 12:38:30 +02:00
Mathieu Lacage
fdb89d13ef more dox 2007-07-19 12:29:21 +02:00
Mathieu Lacage
f3060d8a33 RandomDirection2dParameters -> RandomDirection2dMobilityModelParameters 2007-07-19 12:23:12 +02:00
Mathieu Lacage
be743da973 more dox 2007-07-19 12:21:48 +02:00
Mathieu Lacage
de8d7725be more dox 2007-07-19 11:31:17 +02:00
Mathieu Lacage
7033df8c0c Ns2Mobile -> Ns2Mobility 2007-07-19 11:31:07 +02:00
Mathieu Lacage
2e6e200962 fix typo 2007-07-19 11:30:47 +02:00
Mathieu Lacage
b7a44adca0 remove dead code 2007-07-19 11:09:13 +02:00
Mathieu Lacage
e831a050cd more dox 2007-07-19 11:05:47 +02:00
Mathieu Lacage
4e2af32bcf doxygen for mobility models 2007-07-19 10:46:50 +02:00
Mathieu Lacage
198b031d03 remove dead code 2007-07-19 10:43:41 +02:00
Mathieu Lacage
5ec60a6a2c RandomDirection -> RandomDirection2d 2007-07-19 10:31:04 +02:00
Mathieu Lacage
eadaabbe62 random-direction -> random-direction-2d 2007-07-19 10:30:18 +02:00
Mathieu Lacage
b2d7640a1d add MobilityModel::GetSpeed method and implement it in all mobility models 2007-07-19 10:28:48 +02:00
Mathieu Lacage
39ba117abf remove dead code 2007-07-19 10:21:27 +02:00
Mathieu Lacage
7a3849ffdb remove dead code 2007-07-19 10:21:23 +02:00