wscript
Sat, 28 Jun 2008 19:39:46 -0700 Craig Dowell add updated tutorial examples
Thu, 19 Jun 2008 14:53:53 -0700 craigdo same messages for all versions of getting traces
Wed, 18 Jun 2008 11:57:43 -0700 Craig Dowell tweaks after actually doing it
Wed, 18 Jun 2008 10:39:30 -0700 Craig Dowell print out which repo is used for regression
Wed, 18 Jun 2008 10:36:06 -0700 Craig Dowell branch merge
Wed, 18 Jun 2008 10:34:05 -0700 Craig Dowell regression
Wed, 18 Jun 2008 10:29:19 -0700 Craig Dowell fixes for regression numbering
Wed, 18 Jun 2008 18:07:48 +0100 Gustavo J. A. M. Carneiro Bug 223: Regression using other than mercurial traces no longer works
Wed, 18 Jun 2008 15:21:08 +0100 Gustavo J. A. M. Carneiro Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
Tue, 17 Jun 2008 13:37:04 -0700 Craig Dowell use dev traces
Tue, 17 Jun 2008 12:52:46 -0700 Craig Dowell plug more holes in release steps
Mon, 16 Jun 2008 14:17:27 +0100 Gustavo J. A. M. Carneiro [Bug 221] need a scratch directory
Sat, 31 May 2008 16:14:49 +0100 Gustavo J. A. M. Carneiro Check for the 'diff' command, don't allow running regression tests without it.
Thu, 29 May 2008 09:06:42 -0700 Mathieu Lacage make sure we output the right diff command
Tue, 13 May 2008 17:07:20 -0700 Mathieu Lacage merge with HEAD
Tue, 13 May 2008 17:02:52 -0700 Mathieu Lacage a basic but useful Gtk+-based config-store
Tue, 13 May 2008 01:04:42 +0100 Gustavo J. A. M. Carneiro WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library.
Sat, 26 Apr 2008 22:02:12 +0100 Gustavo J. A. M. Carneiro WAF: use os.path.join in the message 'Entering directory ...'
Sat, 26 Apr 2008 21:54:36 +0100 Gustavo J. A. M. Carneiro WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
Mon, 21 Apr 2008 17:31:01 +0100 Gustavo J. A. M. Carneiro Missing hg update when 'Synchronizing reference traces using Mercurial'
Mon, 14 Apr 2008 14:19:12 +0100 Gustavo Carneiro Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
Sun, 06 Apr 2008 21:57:11 +0100 Gustavo J. A. M. Carneiro Create regression traces tarball automatically on waf dist.
Sun, 06 Apr 2008 19:58:29 +0100 Gustavo J. A. M. Carneiro Fix a diff|head race condition; Fix regression error messages to indicate the new waf commands to run regression tests.
Sun, 06 Apr 2008 19:22:39 +0100 Gustavo J. A. M. Carneiro Fix case of 'diff xxx | head' appearing to succeed even if the diff command returned non-zero exit statux.
Fri, 04 Apr 2008 19:33:39 +0100 Gustavo J. A. M. Carneiro Integrate regression testing into the main waf script.
Thu, 03 Apr 2008 14:15:17 +0100 Gustavo J. A. M. Carneiro Add a --no-task-lines WAF option; together with -v it makes WAF just print executed commands, like 'make' does.
Tue, 25 Mar 2008 23:17:24 -0700 Craig Dowell start of regression tests
Sun, 16 Mar 2008 14:35:32 +0000 Gustavo J. A. M. Carneiro Make waf dist much more efficient.
Tue, 19 Feb 2008 21:43:28 +0000 Gustavo J. A. M. Carneiro Fix the WAF --run option for running a program with command line options
Sun, 17 Feb 2008 14:02:45 +0000 Gustavo J. A. M. Carneiro 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).
Tue, 08 Jan 2008 14:06:49 +0000 Gustavo J. A. M. Carneiro Don't print 'Entering directory xxx' when running waf --shell; it is misleading.
Thu, 03 Jan 2008 14:14:17 +0000 Gustavo J. A. M. Carneiro Add a --valgrind WAF option (bug #124)
Tue, 11 Dec 2007 10:25:34 +0100 Mathieu Lacage merge with HEAD
Thu, 22 Nov 2007 10:44:48 +0100 Mathieu Lacage merge with Ptr<Packet> branch
Fri, 16 Nov 2007 08:48:57 +0100 Mathieu Lacage merge with HEAD
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.
less more (0) -60 tip