Commit Graph

92 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
90e5f8cf0e Add WAF option --pyrun, to make it easier to run Python programs. 2008-07-12 19:33:29 +01:00
Gustavo J. A. M. Carneiro
7fb6a81b59 merge 2008-07-11 19:32:45 +01:00
Gustavo J. A. M. Carneiro
9b8db57a00 Check that the compiler accepts -Wno-error=deprecated-declarations before using it 2008-07-11 19:24:33 +01:00
Gustavo J. A. M. Carneiro
7dce1174ba merge 2008-07-11 18:15:52 +01:00
Gustavo J. A. M. Carneiro
6911a69356 Add compilation flag -Wno-error=deprecated-declarations, or else the NS_DEPRECATED macro becomes useless. 2008-07-11 11:36:59 +01:00
Gustavo J. A. M. Carneiro
5f994081d5 python bindings 2008-07-08 10:43:58 -07:00
Craig Dowell
f58dda2fcb add updated tutorial examples 2008-06-28 19:39:46 -07:00
Unknown
7c05c10381 same messages for all versions of getting traces 2008-06-19 14:53:53 -07:00
Craig Dowell
aefd3e3371 tweaks after actually doing it 2008-06-18 11:57:43 -07:00
Craig Dowell
6f2e42050f print out which repo is used for regression 2008-06-18 10:39:30 -07:00
Craig Dowell
a86ec45ec9 branch merge 2008-06-18 10:36:06 -07:00
Craig Dowell
d99df782e9 regression 2008-06-18 10:34:05 -07:00
Craig Dowell
e1d52991b6 fixes for regression numbering 2008-06-18 10:29:19 -07:00
Gustavo J. A. M. Carneiro
2d2675e6f8 Bug 223: Regression using other than mercurial traces no longer works 2008-06-18 18:07:48 +01:00
Gustavo J. A. M. Carneiro
d4a0ae2a74 Add a WAF workaround for the 'Input line is too long.' error in win32/mingw. 2008-06-18 15:21:08 +01:00
Craig Dowell
b5cfed2178 use dev traces 2008-06-17 13:37:04 -07:00
Craig Dowell
a6aed94fe8 plug more holes in release steps 2008-06-17 12:52:46 -07:00
Gustavo J. A. M. Carneiro
4a73b2abd0 [Bug 221] need a scratch directory 2008-06-16 14:17:27 +01:00
Gustavo J. A. M. Carneiro
312b8da3a3 Check for the 'diff' command, don't allow running regression tests without it. 2008-05-31 16:14:49 +01:00
Mathieu Lacage
5872949e0a make sure we output the right diff command 2008-05-29 09:06:42 -07:00
Gustavo J. A. M. Carneiro
9ee8930726 WAF: add uselib_local to the ns3 library to pull in library dependencies from the ns-3 modules into the main library. 2008-05-13 01:04:42 +01:00
Gustavo J. A. M. Carneiro
e4eeeb18f5 WAF: use os.path.join in the message 'Entering directory ...' 2008-04-26 22:02:12 +01:00
Gustavo J. A. M. Carneiro
b61d0ff5f2 WAF: convert code to WAF 1.4 API; the 'waf' script bundle will be updated later, for now has been disabled. 2008-04-26 21:54:36 +01:00
Gustavo J. A. M. Carneiro
eb9fa68703 Missing hg update when 'Synchronizing reference traces using Mercurial' 2008-04-21 17:31:01 +01:00
Gustavo Carneiro
14c60f7ad3 Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense. 2008-04-14 14:19:12 +01:00
Gustavo J. A. M. Carneiro
c3f0505ddc Create regression traces tarball automatically on waf dist. 2008-04-06 21:57:11 +01:00
Gustavo J. A. M. Carneiro
75643a53ef Fix a diff|head race condition; Fix regression error messages to indicate the new waf commands to run regression tests. 2008-04-06 19:58:29 +01:00
Gustavo J. A. M. Carneiro
0c393e38c4 Fix case of 'diff xxx | head' appearing to succeed even if the diff command returned non-zero exit statux. 2008-04-06 19:22:39 +01:00
Gustavo J. A. M. Carneiro
737bc7cd00 Integrate regression testing into the main waf script. 2008-04-04 19:33:39 +01:00
Gustavo J. A. M. Carneiro
56b59c5905 Add a --no-task-lines WAF option; together with -v it makes WAF just print executed commands, like 'make' does. 2008-04-03 14:15:17 +01:00
Craig Dowell
23edc105e2 start of regression tests 2008-03-25 23:17:24 -07:00
Gustavo J. A. M. Carneiro
0f79c7d754 Make waf dist much more efficient. 2008-03-16 14:35:32 +00:00
Gustavo J. A. M. Carneiro
78a151d337 Fix the WAF --run option for running a program with command line options 2008-02-19 21:43:28 +00:00
Gustavo J. A. M. Carneiro
2a3e635cd1 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-02-17 14:02:45 +00:00
Gustavo J. A. M. Carneiro
ed6ee71ded Don't print 'Entering directory xxx' when running waf --shell; it is misleading. 2008-01-08 14:06:49 +00:00
Gustavo J. A. M. Carneiro
3a4eb97315 Add a --valgrind WAF option (bug #124) 2008-01-03 14:14:17 +00:00
Gustavo J. A. M. Carneiro
0ee86b72fb 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-12-09 14:39:07 +00:00
Gustavo J. A. M. Carneiro
7f0a1a1caf 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-20 18:27:43 +00:00
Mathieu Lacage
aad088e588 print-trace-sources.cc -> print-introspected-doxygen.cc 2007-11-15 10:35:55 +01:00
Mathieu Lacage
66b200178f bug 96: debug.h duplicates functionality from log.h 2007-10-30 10:09:39 +01:00
Gustavo J. A. M. Carneiro
4df07ae61f merge 2007-10-08 11:24:16 +01:00
Gustavo J. A. M. Carneiro
829a28c986 merge 2007-10-03 17:38:49 +01:00
Gustavo J. A. M. Carneiro
89ff51cc09 mereg 2007-10-03 17:33:45 +01:00
Gustavo J. A. M. Carneiro
7fae03e300 Add a small mobility model visualization tool 2007-10-03 16:38:17 +01:00
Gustavo J. A. M. Carneiro
4fd5e3dc74 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-03 13:58:01 +01:00
Gustavo J. A. M. Carneiro
9308382295 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-10-02 11:10:31 +01:00
Gustavo J. A. M. Carneiro
f7ff4d6cc7 merge 2007-09-27 12:49:17 +01:00
Gustavo J. A. M. Carneiro
df3bfb2771 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 12:44:29 +01:00
Gustavo J. A. M. Carneiro
76dc77106f WAF: update to WAF trunk to get bug fixes and smaller script. 2007-09-27 12:40:01 +01:00
Gustavo J. A. M. Carneiro
0826d6de53 merge with ns-3-dev 2007-09-21 13:59:03 +01:00