wscript
Tue, 30 Oct 2007 10:31:20 +0100 Mathieu Lacage merge with tip
Mon, 29 Oct 2007 15:01:36 +0100 Mathieu Lacage rename print-trace-sources to print-introspected-doxygen
Sun, 09 Dec 2007 14:39:07 +0000 Gustavo J. A. M. Carneiro 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.
Tue, 20 Nov 2007 18:27:43 +0000 Gustavo J. A. M. Carneiro 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.
Thu, 15 Nov 2007 10:35:55 +0100 Mathieu Lacage print-trace-sources.cc -> print-introspected-doxygen.cc
Tue, 30 Oct 2007 10:09:39 +0100 Mathieu Lacage bug 96: debug.h duplicates functionality from log.h
Mon, 08 Oct 2007 11:24:16 +0100 Gustavo J. A. M. Carneiro merge
Wed, 03 Oct 2007 17:38:49 +0100 Gustavo J. A. M. Carneiro merge
Thu, 27 Sep 2007 12:49:17 +0100 Gustavo J. A. M. Carneiro merge
Fri, 21 Sep 2007 13:59:03 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Tue, 11 Sep 2007 14:52:15 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Wed, 05 Sep 2007 18:35:39 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Fri, 27 Jul 2007 15:04:25 +0100 Gustavo J. A. M. Carneiro WAF: handle the option --doxygen before building the entire project.
Wed, 03 Oct 2007 17:33:45 +0100 Gustavo J. A. M. Carneiro mereg
Wed, 03 Oct 2007 16:38:17 +0100 Gustavo J. A. M. Carneiro Add a small mobility model visualization tool
Wed, 03 Oct 2007 13:58:01 +0100 Gustavo J. A. M. Carneiro 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.
Tue, 02 Oct 2007 11:10:31 +0100 Gustavo J. A. M. Carneiro 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.
Thu, 27 Sep 2007 12:44:29 +0100 Gustavo J. A. M. Carneiro WAF: set env['INCLUDEDIR'] to PREFIX/include so that ns3 headers get installed on 'waf install' (also shuts up the warnings in waf distcheck)
Thu, 27 Sep 2007 12:40:01 +0100 Gustavo J. A. M. Carneiro WAF: update to WAF trunk to get bug fixes and smaller script.
Thu, 13 Sep 2007 22:17:29 -0700 Craig Dowell disable log unless debug build
Thu, 13 Sep 2007 11:04:47 -0700 Craig Dowell add tutorial directory and hello-simulator
Tue, 11 Sep 2007 14:44:23 +0100 Gustavo J. A. M. Carneiro WAF: in optimized builds, replace -O2 with -O3
Tue, 11 Sep 2007 13:37:23 +0100 Gustavo J. A. M. Carneiro WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.
Tue, 11 Sep 2007 13:33:06 +0100 Gustavo J. A. M. Carneiro WAF: remove redundant -Wall (was appearing twice)
Tue, 28 Aug 2007 16:54:07 +0100 Gustavo J. A. M. Carneiro Add some tweaks to enable building under emacs.
Tue, 28 Aug 2007 16:53:01 +0100 Gustavo J. A. M. Carneiro Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
Tue, 21 Aug 2007 18:04:48 +0100 Gustavo J. A. M. Carneiro WAF: fix compatibility with Python 2.3
Wed, 08 Aug 2007 21:07:52 +0100 Gustavo J. A. M. Carneiro Build all modules as a single ns3 shared library.
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.
Wed, 08 Aug 2007 12:36:59 +0100 Gustavo J. A. M. Carneiro WAF: handle --doxygen before building; now only generates docs and does not build anything.
Wed, 01 Aug 2007 21:35:34 +0100 Gustavo J. A. M. Carneiro Detect when running waf --shell with stale environment variables and give an error when it happens.
Wed, 01 Aug 2007 18:34:23 +0100 Gustavo J. A. M. Carneiro WAF: when changing environment (e.g. LD_LIBRARY_PATH for --run and --shell), make the new paths take precedence over the old ones.
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.
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 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.
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
Thu, 21 Jun 2007 12:26:46 +0100 Gustavo J. A. M. Carneiro WAF: simplify --debug-level option to only have debug and optimized as possible values (debug becomes the former ultradebug); Add a warning to some options help text saying they only work in configure.
Thu, 21 Jun 2007 11:59:55 +0100 Gustavo J. A. M. Carneiro WAF: be careful not to set gcc-specific flags (like -Werror) when using a non-gcc compiler.
Thu, 21 Jun 2007 00:38:58 +0100 Gustavo J. A. M. Carneiro WAF: configure dynamic path for the cygwin platform.
Wed, 13 Jun 2007 18:34:05 +0100 Gustavo J. A. M. Carneiro WAF: add -Wall and -Werror to CXXFLAGS, like in the SCons build.
Tue, 12 Jun 2007 19:04:38 +0100 Gustavo J. A. M. Carneiro WAF: process --run and --shell command-line options sooner, before running the build, since we may need a shell before the build finishes, in case the program to debug is part of the build itself.
Thu, 24 May 2007 19:21:50 +0100 Gustavo J. A. M. Carneiro WAF: add a dist_hook function to exclude the generated documentation from waf dist
Thu, 24 May 2007 17:59:30 +0100 Gustavo J. A. M. Carneiro WAF: correct values of VERSION and APPNAME, for waf dist
Thu, 24 May 2007 17:54:51 +0100 Gustavo J. A. M. Carneiro WAF: cleanup the main wscript file by moving the definition of the ns3header object type into src/wscript
Wed, 23 May 2007 19:20:54 +0100 Gustavo J. A. M. Carneiro WAF: remove the rpath options, and add --run and --shell as replacements; additionally, the new options "should" work on Mac OS X, as well as linux2 and win32.
Wed, 23 May 2007 17:32:32 +0100 Gustavo J. A. M. Carneiro WAF: cleanup code by putting lcov and doxygen handling into their own separate functions
Thu, 17 May 2007 18:22:10 +0100 Gustavo J. A. M. Carneiro WAF: import the WAF subprocess replacement module 'pproc', to make it work on Python 2.3.
Thu, 17 May 2007 17:02:03 +0100 Gustavo J. A. M. Carneiro In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems.
Thu, 17 May 2007 14:22:27 +0100 Gustavo J. A. M. Carneiro Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers.
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