Commit Graph

220 Commits

Author SHA1 Message Date
Mitch Watrous
46d63e113b Make examples and tests be enabled from the .ns3rc file 2011-04-12 10:39:17 -07:00
Gustavo J. A. M. Carneiro
b3a99c9300 The mpi waf configuration code belongs in src/mpi/wscript, not toplevel wscript 2011-04-07 13:34:14 +01:00
Mitch Watrous
198e3ea042 Make tests not be built by default 2011-04-06 10:13:04 -07:00
Gustavo J. A. M. Carneiro
d69f0fdd24 Remove the 'Modules to build' debug print 2011-03-30 15:41:02 +01:00
Gustavo J. A. M. Carneiro
72d3ae2016 Bug 1083 - scratch doesn't work when only some modules are enabled 2011-03-28 15:37:23 +01:00
Mitch Watrous
4ec8e661c0 Test implicitly dependent modules 2011-03-21 11:26:56 -07:00
Gustavo J. A. M. Carneiro
ba1990146c Bug 1076 - Waf gives an error if you enable only a single module 2011-03-20 13:01:40 +00:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Mitch Watrous
3f1b70a2bf Make test.py handle examples-to-run.py files 2011-03-09 16:49:59 -08:00
Mitch Watrous
e89bf95079 Move util.py functions into wutils.py 2011-03-08 16:03:45 -08:00
Mitch Watrous
c482d49e6f Add parsing of ns-3 configuration file 2011-03-04 15:41:14 -08:00
Tom Henderson
c4e4de9ac3 Rename internet-stack to internet, and organize module 2011-02-25 10:32:35 -08:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Gustavo J. A. M. Carneiro
de0af97b3a Codereview Issue 2692041: Add pyviz module 2010-12-06 17:26:06 +00:00
Gustavo J. A. M. Carneiro
38d2c01bff Bug 1032 - Unable to specify multiple Compiler/Linker flags 2010-11-20 17:55:53 +00:00
Gustavo J. A. M. Carneiro
582e34f46d Give a more user-friendly error message when doxygen is not found 2010-11-20 17:51:17 +00:00
Gustavo J. A. M. Carneiro
0edf3776b3 When a module is disabled, remove xxx-module.h and module header files from build/variant/ns3 2010-10-26 15:11:17 +01:00
Gustavo J. A. M. Carneiro
f99cbd7ebc One more stop to fixing --enable-modules 2010-10-25 22:21:50 +01:00
Gustavo J. A. M. Carneiro
44b71a7d54 Revive the option --enable-modules from bit-rot; however it won't yet work in practice due to dependencies not declared and non-modular python bindings 2010-10-25 18:17:12 +01:00
Gustavo J. A. M. Carneiro
f3454c3e75 Remove cygwin waf bug workaround, it has been fixed long ago 2010-10-25 17:44:09 +01:00
Mitch Watrous
23adf1034b Remove regression tests from waf 2010-10-15 16:31:32 -07:00
Gustavo J. A. M. Carneiro
d76d69498a Add -fstrict-aliasing and -Wstrict-aliasing compilation flags, to catch some potential strict aliasing violations earlier 2010-06-17 09:56:38 +01:00
Gustavo J. A. M. Carneiro
677b7a22d3 Upgrade to WAF 1.5.16. Fixes bug #855. 2010-04-23 15:46:46 +01:00
Gustavo J. A. M. Carneiro
4589079e8b Make --doxygen-no-build check if print-introspected-doxygen has been built, error out if not. Fixes #884 2010-04-20 11:31:54 +01:00
Andrey Mazo
dc7a68f47c Bug 801 - ns-3.7 and SVN not coexisting nicely 2010-04-16 12:39:56 -04:00
Josh Pelkey
5afc6bd374 Merge distributed simulation code 2010-03-08 21:07:31 -05:00
Gustavo J. A. M. Carneiro
14b0e0ae39 Test the support for the -Wno-error=deprecated-declarations option independently for the C and C++ compilers 2010-03-02 15:29:53 +00:00
Mathieu Lacage
7ec27e61a0 remove remaining mentions of RUN_SELF_TESTS 2010-02-19 08:18:12 +01:00
Gustavo J. A. M. Carneiro
414b7bd4e2 WAF: allow NS-3 modules to compile pure C code sources mixed with the C++ ones 2010-02-18 15:37:51 +00:00
Craig Dowell
615c4e1c84 comparing with http://code.nsnam.org/ns-3-dev
searching for changes
changeset:   5930:0aaaaf92b988
user:        Andrey Mazo <mazo@iitp.ru>
date:        Fri Jan 29 21:28:04 2010 +0300
files:       wscript wutils.py
description:
Introduce NS3_EXECUTABLE_PATH variable similar to NS3_MODULE_PATH
(e.g. may be used for various sock-creators).
2010-02-05 10:15:18 -08:00
Mathieu Lacage
566bf34ab5 get rid of examples waf script 2009-12-11 15:53:54 +01:00
Gustavo J. A. M. Carneiro
1fc87be0b0 Bring back the --doxygen-no-build option from the dead. 2009-10-29 11:12:12 +00:00
Andrey Mazo
07112c91bc omit -march=native for <gcc-4.2;
pass -fomit-frame-pointer and -march=native only to gcc and icc.
2009-10-27 13:56:38 +03:00
Andrey Mazo
217b044c77 append {CC,CXX,LINK,LD}FLAGS_EXTRA to corresponding {CC,CXX,LINK}FLAGS. 2009-10-23 17:35:38 +04:00
Andrey Mazo
0b82cab889 append -fomit-frame-pointer and -march=native to CXXFLAGS in release profile. 2009-10-23 17:31:36 +04:00
Andrey Mazo
b14f273040 introduce new build profile "release": -O3 -g0. 2009-10-23 17:23:45 +04:00
Gustavo J. A. M. Carneiro
e520be0836 Merge in upgrade to WAF 1.5.9 2009-10-23 13:05:56 +01:00
Craig Dowell
1acc1b5a65 remind waf how to generate introspected doxygen 2009-10-08 17:57:06 -07:00
Craig Dowell
3abf4a5910 convince waf to run test.py on check command 2009-10-06 22:54:24 -07:00
Craig Dowell
a52357aa83 split examples, add examples, tweak test.py to minimize builds 2009-10-06 19:34:29 -07:00
Gustavo J. A. M. Carneiro
ee0e346c4d typo 2009-10-05 15:32:12 +01:00
Craig Dowell
dae80627ee Doxygen and wscript messages point to test.py 2009-10-04 20:52:24 -07:00
Andrey Mazo
937b0149f2 Bug 681: wrong compilation options for icpc (Intel C/C++ Compiler) 2009-09-25 12:28:32 +01:00
Gustavo J. A. M. Carneiro
023fa2e874 Upgrade to upstream WAF 1.5.9 plus a bunch of 'waf tools' layered on top. 2009-09-21 10:59:21 +01:00
Gustavo J. A. M. Carneiro
c3faf85ce2 make sure we run the pybindgen command in --check and --regression 2009-09-16 14:26:46 +01:00
Craig Dowell
05610b3c56 test framework should probably work on all supported machines 2009-09-12 20:00:36 -07:00
Gustavo J. A. M. Carneiro
06c4210f6c Add a waf --doxygen-no-build option, for a quicker testing loop of doxygen documentation 2009-09-09 11:32:50 +01:00
Gustavo J. A. M. Carneiro
c6cb54e62e Fix waf --check error when python bindings are not enabled 2009-09-09 11:31:16 +01:00
Gustavo J. A. M. Carneiro
aad99865f2 Bug #609: --check and --regression should build only the required binaries 2009-09-07 11:59:10 +01:00
Gustavo J. A. M. Carneiro
f8002519ad Bug #620: Build system --run target seems to forget copying updated headers 2009-09-04 12:06:54 +01:00