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.
Gustavo J. A. M. Carneiro
2007-07-20 11:27:34 +01:00
57688559b1
WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
Gustavo J. A. M. Carneiro
2007-07-20 11:12:43 +01:00
b239441ff9
Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not uint16_t, else integer overflow may occur. Fixes bug #54.
Gustavo J. A. M. Carneiro
2007-07-19 12:48:22 +01:00
8bea90280f
failing testcases to for events with references as arguments
Mathieu Lacage
2007-07-19 13:45:07 +02:00
4fef0935fb
revert george's fix to support events with references as arguments
Mathieu Lacage
2007-07-19 13:44:42 +02:00
421e19ca4b
make sure that dox generates html links
Mathieu Lacage
2007-07-19 13:17:35 +02:00
bda63626d2
a real random walk model
Mathieu Lacage
2007-07-18 17:07:25 +02:00
d0d364d729
add Rectangle class and use it.
Mathieu Lacage
2007-07-18 17:07:15 +02:00
e896c2576b
make sure we schedule the start event correctly
Mathieu Lacage
2007-07-18 17:06:36 +02:00
8b417ebd25
Fixed a typo in the documentation. Had to change NodeList::Index to NodeList::NodeIndex
Emmanuelle Laprise
2007-07-18 09:27:22 -05:00
6d93d700bb
trying to merge again
Emmanuelle Laprise
2007-07-18 09:11:48 -05:00
88b0af83b5
add cid support to waypoint model
Mathieu Lacage
2007-07-18 14:11:33 +02:00
5e3d0126e3
add default value support to random waypoint
Mathieu Lacage
2007-07-18 14:08:34 +02:00
aef4192d6a
add a 3d random waypoint model
Mathieu Lacage
2007-07-18 13:56:37 +02:00
30b8b3c61f
WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Gustavo J. A. M. Carneiro
2007-07-18 12:20:31 +01:00
7a1c6388c2
Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
Gustavo J. A. M. Carneiro
2007-07-18 12:17:53 +01:00
a694ccb39e
WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Gustavo J. A. M. Carneiro
2007-07-18 11:43:39 +01:00
b9c2580f22
a hierarchical mobility model
Mathieu Lacage
2007-07-16 15:27:56 +02:00
2684031ff2
Fix SPFVertex destructor; make unit tests succeed again
Tom Henderson
2007-07-15 22:47:58 -07:00
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.
Gustavo J. A. M. Carneiro
2007-07-15 13:04:47 +01:00