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.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Tue, 10 Jul 2007 13:42:23 +0100] rev 924
WAF: don't change CXXFLAGS if CXXFLAGS is set in the OS environment (so that user CXXFLAGS take precedence).
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Tue, 10 Jul 2007 13:37:17 +0100] rev 923
WAF: add debugging symbols to optimized builds
Tom Henderson <tomh@tomh.org> [Mon, 09 Jul 2007 06:43:11 -0700] rev 922
WAF: --update build-waf.txt; add note about waf configure, add waf dist/distclean, remove ./ as part of system path to waf
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Mon, 09 Jul 2007 14:36:40 +0100] rev 921
WAF: ignore errors on shutil.rmtree in dist_hook, so that waf dist works even when no docs were previously generated.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Mon, 09 Jul 2007 14:31:52 +0100] rev 920
Fix unit test assertion failure error message (was printing the value instead of the expression itself)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sun, 08 Jul 2007 12:24:22 +0100] rev 919
WAF: --run now runs the specified program from the directory where waf was invoked.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt> [Sat, 07 Jul 2007 18:10:54 +0100] rev 918
WAF: option --run now filters out programs not in the subtree starting at the launch dir