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
Gustavo J. A. M. Carneiro
b6c0155487
Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
2007-07-12 12:41:37 +01:00
George F. Riley
42d93b9872
Simplifications to the point to point devices and channel
2007-07-13 10:40:10 +02:00
Gustavo J. A. M. Carneiro
d757f69479
WAF: explain in the docs how to change the compilation flags.
2007-07-10 13:45:20 +01:00
Gustavo J. A. M. Carneiro
5629eae3ae
WAF: don't change CXXFLAGS if CXXFLAGS is set in the OS environment (so that user CXXFLAGS take precedence).
2007-07-10 13:42:23 +01:00
Gustavo J. A. M. Carneiro
496313f56b
WAF: add debugging symbols to optimized builds
2007-07-10 13:37:17 +01:00
Tom Henderson
67fa3a8c82
WAF: --update build-waf.txt; add note about waf configure, add waf dist/distclean, remove ./ as part of system path to waf
2007-07-09 06:43:11 -07:00
Gustavo J. A. M. Carneiro
3ce169b4e2
WAF: ignore errors on shutil.rmtree in dist_hook, so that waf dist works even when no docs were previously generated.
2007-07-09 14:36:40 +01:00
Gustavo J. A. M. Carneiro
441a8868a0
Fix unit test assertion failure error message (was printing the value instead of the expression itself)
2007-07-09 14:31:52 +01:00
Gustavo J. A. M. Carneiro
65f894b7ac
WAF: --run now runs the specified program from the directory where waf was invoked.
2007-07-08 12:24:22 +01:00
Gustavo J. A. M. Carneiro
de608e90c1
WAF: option --run now filters out programs not in the subtree starting at the launch dir
2007-07-07 18:10:54 +01:00
Gustavo J. A. M. Carneiro
0b32b0109f
WAF: fix simple typo in error message.
2007-07-05 14:48:21 +01:00
Gustavo J. A. M. Carneiro
0f246d7f69
WAF: when the program specified by --run is not found, print a list of all available program names in the error message.
2007-07-05 14:44:00 +01:00
Gustavo J. A. M. Carneiro
d30f4d66de
WAF: make the --run option work again
2007-07-05 14:38:39 +01:00
Emmanuelle Laprise
97ac1394fa
Needed to push const changes
2007-07-03 22:28:45 -05:00
Emmanuelle Laprise
6966d2633a
Remove the const after the DoAddDevice function
2007-07-03 22:25:42 -05:00
Emmanuelle Laprise
826d8e0303
Removed the const after the DoAddDevice function because it is used to
...
add a callback on the packet receive function. But, in some cases (ie
ethernet learning), it is going to be needed to have a non-const
function that is called on packet reception.
2007-07-02 19:59:40 -05:00