src/common/wscript
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Thu, 24 Apr 2008 16:06:33 -0700 Mathieu Lacage mtag -> tag
Thu, 24 Apr 2008 16:01:53 -0700 Mathieu Lacage remove now-unused Tags class
Thu, 24 Apr 2008 14:52:59 -0700 Mathieu Lacage a new tag implementation: Mtag
Mon, 17 Mar 2008 17:37:25 -0700 Mathieu Lacage implement Packet::Print
Mon, 17 Mar 2008 14:49:52 -0700 Mathieu Lacage remove dead code.
Mon, 17 Mar 2008 12:12:17 -0700 Mathieu Lacage make the base Header and Trailer classes virtual.
Mon, 17 Mar 2008 11:45:36 -0700 Mathieu Lacage replace PacketPrinter with an iterator
Wed, 26 Dec 2007 13:40:39 +0000 Gustavo J. A. M. Carneiro Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
Fri, 07 Dec 2007 08:41:52 +0100 Mathieu Lacage use contrib gnuplot code
Thu, 15 Nov 2007 10:18:17 +0100 Mathieu Lacage merge with HEAD
Tue, 06 Nov 2007 13:30:40 +0100 Mathieu Lacage generate gnuplot-compatible data script files
Wed, 14 Nov 2007 20:40:05 -0800 Tom Henderson Add src/common/error-model implementation and example script, and add to NetDevices
Fri, 10 Aug 2007 15:53:43 +0200 Mathieu Lacage move trace code to core module
Thu, 09 Aug 2007 09:36:59 +0200 Mathieu Lacage merge with trunk
Wed, 08 Aug 2007 09:49:56 +0200 Mathieu Lacage introduce Tag base class similar to Header and Trailer
Wed, 08 Aug 2007 09:12:55 +0200 Mathieu Lacage remove Chunk base class
Mon, 06 Aug 2007 17:19:13 +0200 Mathieu Lacage work in progress towards a working trace context
Wed, 08 Aug 2007 15:10:36 +0100 Gustavo J. A. M. Carneiro WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
Sat, 04 Aug 2007 16:37:16 +0200 Mathieu Lacage force users to register their header/trailer uid strings by hand rather than do lazy uid allocation.
Sat, 04 Aug 2007 13:22:08 +0200 Mathieu Lacage rework the PacketPrinter API and implementation
Fri, 03 Aug 2007 17:52:21 +0200 Mathieu Lacage split test code out of the main PacketMetadata code
Sat, 28 Jul 2007 14:14:16 +0100 Gustavo J. A. M. Carneiro WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
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.
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.
Mon, 02 Jul 2007 18:23:52 +0100 Gustavo J. A. M. Carneiro WAF scripts update
Fri, 15 Jun 2007 15:19:38 +0100 Gustavo J. A. M. Carneiro WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
Sun, 20 May 2007 18:06:31 +0100 Gustavo J. A. M. Carneiro WAF: sync with the last SConstruct change (smartvector.h and smartset.h removed)
Sun, 13 May 2007 12:46:18 +0100 Gustavo J. A. M. Carneiro WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
Mon, 07 May 2007 12:01:51 +0100 Gustavo J. A. M. Carneiro Add support for building with WAF
less more (0) tip