| 2008-06-18 |
Add a WAF workaround for the 'Input line is too long.' error in win32/mingw.
|
file | diff | annotate |
| 2008-06-17 |
use dev traces
|
file | diff | annotate |
| 2008-06-17 |
plug more holes in release steps
|
file | diff | annotate |
| 2008-06-16 |
[Bug 221] need a scratch directory
|
file | diff | annotate |
| 2008-05-31 |
Check for the 'diff' command, don't allow running regression tests without it.
|
file | diff | annotate |
| 2008-05-29 |
make sure we output the right diff command
|
file | diff | annotate |
| 2008-05-13 |
merge with HEAD
|
file | diff | annotate |
| 2008-05-13 |
a basic but useful Gtk+-based config-store
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-04-26 |
WAF: use os.path.join in the message 'Entering directory ...'
|
file | diff | annotate |
| 2008-04-26 |
WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled.
|
file | diff | annotate |
| 2008-04-21 |
Missing hg update when 'Synchronizing reference traces using Mercurial'
|
file | diff | annotate |
| 2008-04-14 |
Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
|
file | diff | annotate |
| 2008-04-06 |
Create regression traces tarball automatically on waf dist.
|
file | diff | annotate |
| 2008-04-06 |
Fix a diff|head race condition; Fix regression error messages to indicate the new waf commands to run regression tests.
|
file | diff | annotate |
| 2008-04-06 |
Fix case of 'diff xxx | head' appearing to succeed even if the diff command returned non-zero exit statux.
|
file | diff | annotate |
| 2008-04-04 |
Integrate regression testing into the main waf script.
|
file | diff | annotate |
| 2008-04-03 |
Add a --no-task-lines WAF option; together with -v it makes WAF just print executed commands, like 'make' does.
|
file | diff | annotate |
| 2008-03-25 |
start of regression tests
|
file | diff | annotate |
| 2008-03-16 |
Make waf dist much more efficient.
|
file | diff | annotate |
| 2008-02-19 |
Fix the WAF --run option for running a program with command line options
|
file | diff | annotate |
| 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).
|
file | diff | annotate |
| 2008-01-08 |
Don't print 'Entering directory xxx' when running waf --shell; it is misleading.
|
file | diff | annotate |
| 2008-01-03 |
Add a --valgrind WAF option (bug #124)
|
file | diff | annotate |
| 2007-12-11 |
merge with HEAD
|
file | diff | annotate |
| 2007-11-22 |
merge with Ptr<Packet> branch
|
file | diff | annotate |
| 2007-11-16 |
merge with HEAD
|
file | diff | annotate |
| 2007-10-30 |
merge with tip
|
file | diff | annotate |
| 2007-10-29 |
rename print-trace-sources to print-introspected-doxygen
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-11-15 |
print-trace-sources.cc -> print-introspected-doxygen.cc
|
file | diff | annotate |
| 2007-10-30 |
bug 96: debug.h duplicates functionality from log.h
|
file | diff | annotate |
| 2007-10-08 |
merge
|
file | diff | annotate |
| 2007-10-03 |
merge
|
file | diff | annotate |
| 2007-09-27 |
merge
|
file | diff | annotate |
| 2007-09-21 |
merge with ns-3-dev
|
file | diff | annotate |
| 2007-09-11 |
merge with ns-3-dev
|
file | diff | annotate |
| 2007-09-05 |
merge with ns-3-dev
|
file | diff | annotate |
| 2007-07-27 |
WAF: handle the option --doxygen before building the entire project.
|
file | diff | annotate |
| 2007-10-03 |
mereg
|
file | diff | annotate |
| 2007-10-03 |
Add a small mobility model visualization tool
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 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)
|
file | diff | annotate |
| 2007-09-27 |
WAF: update to WAF trunk to get bug fixes and smaller script.
|
file | diff | annotate |
| 2007-09-13 |
disable log unless debug build
|
file | diff | annotate |
| 2007-09-13 |
add tutorial directory and hello-simulator
|
file | diff | annotate |
| 2007-09-11 |
WAF: in optimized builds, replace -O2 with -O3
|
file | diff | annotate |
| 2007-09-11 |
WAF: fix debug level to be 'ultradebug' by default, instead of 'debug'.
|
file | diff | annotate |
| 2007-09-11 |
WAF: remove redundant -Wall (was appearing twice)
|
file | diff | annotate |
| 2007-08-28 |
Add some tweaks to enable building under emacs.
|
file | diff | annotate |
| 2007-08-28 |
Build the ns3 library in the build/<variant> root, not in build/<variant>/src.
|
file | diff | annotate |
| 2007-08-21 |
WAF: fix compatibility with Python 2.3
|
file | diff | annotate |
| 2007-08-08 |
Build all modules as a single ns3 shared library.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-08-08 |
WAF: handle --doxygen before building; now only generates docs and does not build anything.
|
file | diff | annotate |
| 2007-08-01 |
Detect when running waf --shell with stale environment variables and give an error when it happens.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2007-07-18 |
WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc.
|
file | diff | annotate |