Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 18 Jul 2007 12:17:53 +0100] rev 934
Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Wed, 18 Jul 2007 11:43:39 +0100] rev 933
WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Tom Henderson <tomh@tomh.org> [Mon, 16 Jul 2007 22:49:48 -0700] rev 932
update release checklist
Tom Henderson <tomh@tomh.org> [Mon, 16 Jul 2007 22:44:02 -0700] rev 931
Added tag release ns-3.0.4 for changeset 5701e60bf01a
Tom Henderson <tomh@tomh.org> [Mon, 16 Jul 2007 22:43:10 -0700] rev 930
Remove doc/build-waf.txt
Tom Henderson <tomh@tomh.org> [Mon, 16 Jul 2007 21:41:19 -0700] rev 929
changes for 3.0.4 release
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 15 Jul 2007 13:04:47 +0100] rev 928
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 <gjc@inescporto.pt> [Thu, 12 Jul 2007 12:41:37 +0100] rev 927
Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
George F. Riley<riley@ece.gatech.edu> [Fri, 13 Jul 2007 10:40:10 +0200] rev 926
Simplifications to the point to point devices and channel
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Tue, 10 Jul 2007 13:45:20 +0100] rev 925
WAF: explain in the docs how to change the compilation flags.