Mon, 08 Oct 2007 11:24:16 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
file |
diff |
annotate
|
Wed, 03 Oct 2007 17:38:49 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
file |
diff |
annotate
|
Thu, 27 Sep 2007 12:49:17 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
file |
diff |
annotate
|
Fri, 21 Sep 2007 13:59:03 +0100 |
Gustavo J. A. M. Carneiro |
merge with ns-3-dev
|
file |
diff |
annotate
|
Tue, 11 Sep 2007 14:52:15 +0100 |
Gustavo J. A. M. Carneiro |
merge with ns-3-dev
|
file |
diff |
annotate
|
Wed, 05 Sep 2007 18:35:39 +0100 |
Gustavo J. A. M. Carneiro |
merge with ns-3-dev
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 15:04:25 +0100 |
Gustavo J. A. M. Carneiro |
WAF: handle the option --doxygen before building the entire project.
|
file |
diff |
annotate
|
Wed, 03 Oct 2007 17:33:45 +0100 |
Gustavo J. A. M. Carneiro |
mereg
|
file |
diff |
annotate
|
Wed, 03 Oct 2007 16:38:17 +0100 |
Gustavo J. A. M. Carneiro |
Add a small mobility model visualization tool
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 13 Sep 2007 22:17:29 -0700 |
Craig Dowell |
disable log unless debug build
|
file |
diff |
annotate
|
Thu, 13 Sep 2007 11:04:47 -0700 |
Craig Dowell |
add tutorial directory and hello-simulator
|
file |
diff |
annotate
|
Tue, 11 Sep 2007 14:44:23 +0100 |
Gustavo J. A. M. Carneiro |
WAF: in optimized builds, replace -O2 with -O3
|
file |
diff |
annotate
|
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'.
|
file |
diff |
annotate
|
Tue, 11 Sep 2007 13:33:06 +0100 |
Gustavo J. A. M. Carneiro |
WAF: remove redundant -Wall (was appearing twice)
|
file |
diff |
annotate
|
Tue, 28 Aug 2007 16:54:07 +0100 |
Gustavo J. A. M. Carneiro |
Add some tweaks to enable building under emacs.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Tue, 21 Aug 2007 18:04:48 +0100 |
Gustavo J. A. M. Carneiro |
WAF: fix compatibility with Python 2.3
|
file |
diff |
annotate
|
Wed, 08 Aug 2007 21:07:52 +0100 |
Gustavo J. A. M. Carneiro |
Build all modules as a single ns3 shared library.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 18 Jul 2007 12:17:53 +0100 |
Gustavo J. A. M. Carneiro |
Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|