Commit Graph

196 Commits

Author SHA1 Message Date
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
Gustavo J. A. M. Carneiro
a496294283 Print the names of unit tests that fail in the task collector 2009-06-30 10:46:57 +01:00
Mathieu Lacage
91530cf31b make dist generation work again 2009-06-25 14:15:27 +02:00
Mathieu Lacage
e66efe0eaf remove dead code 2009-06-17 17:05:51 +02:00
Gustavo J. A. M. Carneiro
1fd46789b4 Bug #594: cygwin won't build. 2009-06-17 11:26:36 +01:00
Gustavo J. A. M. Carneiro
31af526c8b Run unit tests as indenpendent WAF tasks 2009-06-12 12:33:37 +01:00
Andrey Hippo
0abda7e938 bug 567: --enable-static does not work on i686 2009-05-19 15:39:15 +02:00
Gustavo J. A. M. Carneiro
e37a5eed7a Don't event try to enable -Wl,--soname option if we're not on linux. 2009-05-18 14:10:49 +01:00
Gustavo J. A. M. Carneiro
990960bbca Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
Mathieu's explanation:
"""
In python, I want to load the ns3 python bindings without having to
install libns3.so in /usr and without having to configure
LD_LIBRARY_PATH. So, I need to dlopen (RTLD_GLOBAL) libns3.so before
doing imp.find_module ('ns3') to ensure that python finds the libns3.so
library. To do the dlopen, I need to give a full path to libns3.so but,
if you do this without a soname, the dynamic loader does not know about
libns3.so: it knows only about /foo/bar/libns3.so.
"""
2009-05-18 11:06:26 +01:00
Mathieu Lacage
a41ad5c951 improve wording 2009-05-05 16:08:36 +02:00
Mathieu Lacage
0f13d33e4a enable static builds on cygwin 2009-05-05 14:47:08 +02:00
Mathieu Lacage
87c9c58765 enable darwin static builds 2009-05-05 12:00:29 +02:00
Mathieu Lacage
83eb1a3a33 attempt to detect broken --enable-static invocations. 2009-05-04 20:21:37 +02:00
Mathieu Lacage
5dff0e0ca6 enable static builds, even when python is enabled 2009-04-22 17:22:41 +02:00
Mathieu Lacage
7eda961b1f Backed out changeset 4d9d3ff807a9
Does not work on x86-64.
2009-04-22 13:59:10 +02:00
Mathieu Lacage
b00c5e751e enable static libns3 builds for python module 2009-04-22 13:06:22 +02:00
Mathieu Lacage
8f1bc5d5ad bug 537: no support to build static ns-3 binaries 2009-04-21 14:38:47 +02:00
Gustavo J. A. M. Carneiro
ba5c9355f6 Force valgrind to not be used for Python tests 2009-04-21 11:13:19 +01:00
Gustavo J. A. M. Carneiro
168515d842 Make sure the 'g++ -print-file-name' code does not break if gcc doesn't know anything about the libstdc++.so file. 2009-04-21 10:55:07 +01:00
Gustavo Carneiro
7004b72781 bug 553: Running code built with a special gcc 2009-04-21 09:58:58 +02:00
Gustavo J. A. M. Carneiro
1edb42fee9 Fix a build script bug 2009-04-20 19:08:41 +01:00
Gustavo J. A. M. Carneiro
21914357fb Upgrade to WAF 1.5.5 2009-04-20 17:39:54 +01:00
Gustavo J. A. M. Carneiro
1643605078 Make the --enable-sudo option work correctly again 2009-04-19 14:51:51 +01:00
Gustavo J. A. M. Carneiro
27cafe1db2 Now _really_ fix #551 2009-04-17 15:11:07 +01:00
Gustavo J. A. M. Carneiro
0ffb6a5549 Enable the link option --enable-auto-import on cygwin; closes #525. 2009-04-17 12:44:11 +01:00