src/wscript
2009-09-02 Allow ns3moduleheader taskgen with empty list of source headers (for completely optional ns-3 modules)
2009-08-22 second phase of IPv6 checkins from Univ. of Strasbourg team
2009-06-21 move list routing and static routing to src/routing directories
2009-06-09 Rename TapNetDevice to VirtualNetDevice
2009-05-30 merge
2009-05-24 Add TapNetDevice (formerly known as VirtualNetDevice)
2009-05-28 802.11b PHY support
2009-04-22 enable static builds, even when python is enabled
2009-04-21 bug 537: no support to build static ns-3 binaries
2009-04-21 remove dead code
2009-04-20 Upgrade to WAF 1.5.5
2009-04-13 Upgrade to WAF 1.5.4
2009-01-27 checkpoint tap bridge
2009-01-27 checkpoint tap development
2009-01-25 Workaround WAF issue 325 for generating module header files
2008-12-29 Fix --python-scan
2008-12-29 Upgrade to new WAF, work in progress
2008-11-07 osx doesn't emu
2008-11-05 remove tap device and helper
2008-10-29 rework to address suid root issues
2008-10-29 branch merge
2008-10-27 give up on merging tap and emulated, break apart
2008-10-27 merge in tap device
2008-10-29 Apply icmp-application patch frm lacage
2008-09-02 merge nsc phase one
2008-08-29 nsc: enable network simulation cradle
2008-08-29 Stats module and example merged in.
2008-07-31 bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
2008-07-04 Start of a BridgeNetDevice; for now does not yet do the 'learning' part, and does not preserve the source address of mac frames.
2008-06-09 bug 186: internet-node directory must be renamed to internet-stack
2008-05-13 a basic but useful Gtk+-based config-store
2008-04-26 WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
2008-03-26 Don't generate module dependencies includes in module headers.
2008-03-15 Generate foo-module.h module aggreator header files, for use in user scripts.
2007-12-26 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
2008-03-13 move helpers to their own dir.
2007-12-11 merge with HEAD
2007-12-07 merge with HEAD
2007-11-22 merge with Ptr<Packet> branch
2007-10-16 merge with HEAD
2007-10-01 merge with trunk
2007-08-24 start of work towards port of wifi code
2007-12-09 New waf snapshot; move the ns3 library back to the top build dir (the 'lib' was only a workaround for a waf problem); allow --enable-modules on a per build run basis.
2007-12-06 Create a new contrib module; move event-garbage-collector.{h,cc} to the contrib module.
2007-12-05 Add support for publishing ns3 headers in a subdir of ns3/ (we probably won't be needing this, but since it was implemented it might as well be commited, in case we ever need it)
2007-11-20 WAF: add a new --enable-modules configure option, to tell WAF to build only the specified set of ns-3 modules and its dependencies; programs depending on those modules are automatically excluded from the build.
2007-09-21 merge with ns-3-dev
2007-09-05 merge
2007-07-30 merge
2007-07-26 Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
2007-09-12 start of udp echo applications
2007-08-28 Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
2007-08-09 rename to csma
2007-08-08 Build all modules as a single ns3 shared library.
2007-08-08 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.
2007-08-08 Revert experimental code in src/wscript accidentally committed.
2007-08-08 WAF: handle --doxygen before building; now only generates docs and does not build anything.
2007-08-03 interim
2007-08-03 merge with ns-3-dev
2007-07-27 rename party