wscript
2008-06-18 Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
2008-06-17 use dev traces
2008-06-17 plug more holes in release steps
2008-06-16 [Bug 221] need a scratch directory
2008-05-31 Check for the 'diff' command, don't allow running regression tests without it.
2008-05-29 make sure we output the right diff command
2008-05-13 merge with HEAD
2008-05-13 a basic but useful Gtk+-based config-store
2008-05-13 WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
2008-04-26 WAF: use os.path.join in the message 'Entering directory ...'
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-04-21 Missing hg update when 'Synchronizing reference traces using Mercurial'
2008-04-14 Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
2008-04-06 Create regression traces tarball automatically on waf dist.
2008-04-06 Fix a diff|head race condition; Fix regression error messages to indicate the new waf commands to run regression tests.
2008-04-06 Fix case of 'diff xxx | head' appearing to succeed even if the diff command returned non-zero exit statux.
2008-04-04 Integrate regression testing into the main waf script.
2008-04-03 Add a --no-task-lines WAF option; together with -v it makes WAF just print executed commands, like 'make' does.
2008-03-25 start of regression tests
2008-03-16 Make waf dist much more efficient.
2008-02-19 Fix the WAF --run option for running a program with command line options
2008-02-17 Fix a typo in the WAF scripts; don't access m_linktask directly, use the get_target_name() method instead (to make it work with waf trunk).
2008-01-08 Don't print 'Entering directory xxx' when running waf --shell; it is misleading.
2008-01-03 Add a --valgrind WAF option (bug #124)
2007-12-11 merge with HEAD
2007-11-22 merge with Ptr<Packet> branch
2007-11-16 merge with HEAD
2007-10-30 merge with tip
2007-10-29 rename print-trace-sources to print-introspected-doxygen
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-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-11-15 print-trace-sources.cc -> print-introspected-doxygen.cc
2007-10-30 bug 96: debug.h duplicates functionality from log.h
2007-10-08 merge
2007-10-03 merge
2007-09-27 merge
2007-09-21 merge with ns-3-dev
2007-09-11 merge with ns-3-dev
2007-09-05 merge with ns-3-dev
2007-07-27 WAF: handle the option --doxygen before building the entire project.
2007-10-03 mereg
2007-10-03 Add a small mobility model visualization tool
2007-10-03 Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing.
2007-10-02 Run the program print-trace-sources to generate doc/trace-source-list.h when generating docs. As a side effect, --doxygen is now has to be processed at the end of the build.
2007-09-27 WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)
2007-09-27 WAF: update to WAF trunk to get bug fixes and smaller script.
2007-09-13 disable log unless debug build
2007-09-13 add tutorial directory and hello-simulator
2007-09-11 WAF: in optimized builds, replace -O2 with -O3
2007-09-11 WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.
2007-09-11 WAF: remove redundant -Wall (was appearing twice)
2007-08-28 Add some tweaks to enable building under emacs.
2007-08-28 Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
2007-08-21 WAF: fix compatibility with Python 2.3
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 WAF: handle --doxygen before building; now only generates docs and does not build anything.
2007-08-01 Detect when running waf --shell with stale environment variables and give an error when it happens.
2007-08-01 WAF: when changing environment (e.g. LD_LIBRARY_PATH for --run and --shell), make the new paths take precedence over the old ones.
2007-07-18 WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.