Fri, 20 Jul 2007 14:51:25 +0100 Gustavo J. A. M. Carneiro Update README to mention WAF instead of SCons.
Fri, 20 Jul 2007 11:38:16 +0100 Gustavo J. A. M. Carneiro WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default.
Fri, 20 Jul 2007 11:27:34 +0100 Gustavo J. A. M. Carneiro 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.
Fri, 20 Jul 2007 11:12:43 +0100 Gustavo J. A. M. Carneiro WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
Fri, 20 Jul 2007 09:13:51 +0200 Mathieu Lacage update ignore rules for waf generated files
Fri, 20 Jul 2007 09:10:49 +0200 Mathieu Lacage remove scons scripts
Thu, 09 Aug 2007 21:16:39 +0200 Mathieu Lacage forgot to update waf build scripts
Thu, 19 Jul 2007 19:08:43 +0200 Mathieu Lacage merge
Thu, 19 Jul 2007 18:57:19 +0200 Mathieu Lacage finish support for references as arguments to event handlers
Thu, 19 Jul 2007 15:10:59 +0200 Mathieu Lacage fix testcase
Thu, 19 Jul 2007 13:53:14 +0200 Mathieu Lacage rename traits to handle Ptr<> object pointers
Thu, 19 Jul 2007 13:45:07 +0200 Mathieu Lacage failing testcases to for events with references as arguments
Thu, 19 Jul 2007 13:44:42 +0200 Mathieu Lacage revert george's fix to support events with references as arguments
Thu, 19 Jul 2007 12:48:22 +0100 Gustavo J. A. M. Carneiro Buffer::Iterator::Write (buffer, size) should have a uint32_t parameter, not
Wed, 18 Jul 2007 17:43:45 -0400 Raj Bhattacharjea Added Triangularly distributed random variables
Wed, 18 Jul 2007 09:27:22 -0500 Emmanuelle Laprise Fixed a typo in the documentation. Had to change NodeList::Index to
Wed, 18 Jul 2007 09:11:48 -0500 Emmanuelle Laprise trying to merge again
Mon, 16 Jul 2007 18:42:40 -0500 Emmanuelle Laprise Testing
Tue, 03 Jul 2007 22:28:45 -0500 Emmanuelle Laprise Needed to push const changes
Tue, 03 Jul 2007 22:25:42 -0500 Emmanuelle Laprise Remove the const after the DoAddDevice function
Mon, 02 Jul 2007 19:59:40 -0500 Emmanuelle Laprise Removed the const after the DoAddDevice function because it is used to
Wed, 18 Jul 2007 12:20:31 +0100 Gustavo J. A. M. Carneiro WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Wed, 18 Jul 2007 12:17:53 +0100 Gustavo J. A. M. Carneiro Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
Wed, 18 Jul 2007 11:43:39 +0100 Gustavo J. A. M. Carneiro WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
Mon, 16 Jul 2007 22:49:48 -0700 Tom Henderson update release checklist
Mon, 16 Jul 2007 22:44:02 -0700 Tom Henderson Added tag release ns-3.0.4 for changeset 5701e60bf01a
Mon, 16 Jul 2007 22:43:10 -0700 Tom Henderson Remove doc/build-waf.txt ns-3.0.4
Mon, 16 Jul 2007 21:41:19 -0700 Tom Henderson changes for 3.0.4 release
Sun, 15 Jul 2007 13:04:47 +0100 Gustavo J. A. M. Carneiro 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.
Thu, 12 Jul 2007 12:41:37 +0100 Gustavo J. A. M. Carneiro Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const.
Fri, 13 Jul 2007 10:40:10 +0200 George F. Riley Simplifications to the point to point devices and channel
Tue, 10 Jul 2007 13:45:20 +0100 Gustavo J. A. M. Carneiro WAF: explain in the docs how to change the compilation flags.
Tue, 10 Jul 2007 13:42:23 +0100 Gustavo J. A. M. Carneiro WAF: don't change CXXFLAGS if CXXFLAGS is set in the OS environment (so that user CXXFLAGS take precedence).
Tue, 10 Jul 2007 13:37:17 +0100 Gustavo J. A. M. Carneiro WAF: add debugging symbols to optimized builds
Mon, 09 Jul 2007 06:43:11 -0700 Tom Henderson WAF: --update build-waf.txt; add note about waf configure, add waf dist/distclean, remove ./ as part of system path to waf
Mon, 09 Jul 2007 14:36:40 +0100 Gustavo J. A. M. Carneiro WAF: ignore errors on shutil.rmtree in dist_hook, so that waf dist works even when no docs were previously generated.
Mon, 09 Jul 2007 14:31:52 +0100 Gustavo J. A. M. Carneiro Fix unit test assertion failure error message (was printing the value instead of the expression itself)
Sun, 08 Jul 2007 12:24:22 +0100 Gustavo J. A. M. Carneiro WAF: --run now runs the specified program from the directory where waf was invoked.
Sat, 07 Jul 2007 18:10:54 +0100 Gustavo J. A. M. Carneiro WAF: option --run now filters out programs not in the subtree starting at the launch dir
Thu, 05 Jul 2007 14:48:21 +0100 Gustavo J. A. M. Carneiro WAF: fix simple typo in error message.
Thu, 05 Jul 2007 14:44:00 +0100 Gustavo J. A. M. Carneiro WAF: when the program specified by --run is not found, print a list of all available program names in the error message.
Thu, 05 Jul 2007 14:38:39 +0100 Gustavo J. A. M. Carneiro WAF: make the --run option work again
Sun, 01 Jul 2007 00:35:59 -0700 tomh Add payload size to UDP
Sun, 01 Jul 2007 00:21:14 -0700 tomh more verbose commenting of the sample
Mon, 02 Jul 2007 19:47:03 +0200 Mathieu Lacage merge with head
Mon, 02 Jul 2007 19:44:18 +0200 Mathieu Lacage append correct unit when printing Time objects
Mon, 02 Jul 2007 18:23:52 +0100 Gustavo J. A. M. Carneiro WAF scripts update
Fri, 29 Jun 2007 08:18:16 +0200 Mathieu Lacage add dox doc for header and trailer PrintTo and DoGetName
Thu, 28 Jun 2007 13:59:51 +0200 Mathieu Lacage add more internal documentation
Thu, 28 Jun 2007 13:43:27 +0200 Mathieu Lacage test and fix backward printing
Thu, 28 Jun 2007 13:01:40 +0200 Mathieu Lacage more asserts, add failing tests, fix them
Thu, 28 Jun 2007 12:29:21 +0200 Mathieu Lacage fix basic tests, add new test, add a bunch of asserts, add XXX comment
Thu, 28 Jun 2007 12:00:00 +0200 Mathieu Lacage add failing assert
Thu, 28 Jun 2007 11:52:50 +0200 Mathieu Lacage use pretty printing in ascii output
Thu, 28 Jun 2007 11:52:16 +0200 Mathieu Lacage change arp pretty printing to new format
Thu, 28 Jun 2007 11:48:37 +0200 Mathieu Lacage modify sample packet printer to use ipv4 and udp headers
Thu, 28 Jun 2007 11:07:38 +0200 Mathieu Lacage change default pretty printing output format, add doc to metadata data structures
Wed, 27 Jun 2007 20:51:07 +0200 Mathieu Lacage merge with head
Thu, 21 Jun 2007 11:07:04 +0200 Mathieu Lacage add testcase, fix bug
Thu, 21 Jun 2007 11:01:15 +0200 Mathieu Lacage fix small variable name typo
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip