Commit Graph

216 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
c6077da00a Avoid installation of ns3modulegen-modular.py as a python module 2011-09-26 15:31:06 +01:00
Gustavo J. A. M. Carneiro
ab4feb7bb4 Remove -mcmodel=large option in darwin now that it's not useful 2011-09-25 15:53:14 +01:00
Gustavo J. A. M. Carneiro
c6a0d0c2ec Fix .pc file generation on OSX 2011-09-21 18:52:12 +01:00
Mitch Watrous
261f2ba8af Don't pass first name in list when generating the pc file 2011-09-21 10:08:00 -07:00
Mitch Watrous
bcbb9332d3 Pass first name in list when generating the pc file 2011-09-21 09:32:06 -07:00
Gustavo J. A. M. Carneiro
e5163b0de0 Fix issue with generating .pc file in static build 2011-09-20 21:16:08 +01:00
Gustavo J. A. M. Carneiro
b4b03dc116 Add Requires: to the .pc file indicating inter-module dependencies 2011-09-20 15:11:17 +01:00
Gustavo J. A. M. Carneiro
654372b4dd More pc file fixes 2011-09-20 14:09:37 +01:00
Gustavo J. A. M. Carneiro
b150bebd81 Fix .pc file generation 2011-09-20 11:58:53 +01:00
Gustavo J. A. M. Carneiro
7905163b14 waf1.6: make the all_modules in src/wscript be automatically discovered 2011-09-13 17:50:05 +01:00
Gustavo J. A. M. Carneiro
e8aeb9c6ce waf-1.6: Mac OSX and other fixes 2011-09-13 13:47:17 +01:00
Gustavo J. A. M. Carneiro
1938704a9a Clean some dead waf code 2011-09-12 19:04:36 +01:00
Gustavo J. A. M. Carneiro
4e3855f771 waf 1.6: fix python bindings apiscan 2011-09-12 18:54:57 +01:00
Gustavo J. A. M. Carneiro
a16ebdd4ba waf 1.6: bring back -Wl,--soname, fix waf warnings 2011-09-12 16:19:24 +01:00
Gustavo J. A. M. Carneiro
0536f2416f More waf 1.6.7 build fixes 2011-09-12 14:54:27 +01:00
Gustavo J. A. M. Carneiro
c3059b6e68 Upgrade to waf-1.6.7, work in progress 2011-09-08 16:13:40 +01:00
John Abraham
290c3276cb Bug 1252 - OSX --enable-static unimplemented: code model large not supported in PIC mode 2011-08-26 17:06:35 -04:00
Gustavo J. A. M. Carneiro
509b37f132 Bug 1240 - remove monolithic python bindings from waf 2011-08-18 16:53:15 +01:00
Gustavo J. A. M. Carneiro
27e6fcc4fc Bug 1224 - Ns-3-allinone fails to compile on Lion 2011-08-07 16:52:49 +01:00
Mathieu Lacage
d80da9c6de bug 1230: -Idebug command-line argument munged on darwin 2011-08-02 05:04:37 -07:00
Mathieu Lacage
8a38290eb8 add support for --update-data to test.py, move test runner code to library for modular build, add support for hierarchical tests beyond the previous two-level hierarchy. 2011-07-29 03:38:59 -04:00
Gustavo J. A. M. Carneiro
591ac8f81f waf: copy the ns3module_taskgen add_objects attribute to the library 2011-07-07 12:58:27 +01:00
Gustavo J. A. M. Carneiro
47fb480276 Missing install of <module>.py files 2011-07-05 19:25:18 +01:00
Gustavo J. A. M. Carneiro
78782ea0a2 Bug 1200 - ./waf install doesn't install Python bindings properly 2011-07-05 19:16:47 +01:00
Gustavo J. A. M. Carneiro
1a49ef9839 Bug 1199 - waf install doesn't work on x86_64 2011-07-05 18:30:43 +01:00
Gustavo J. A. M. Carneiro
681bd950be Bug 1174 - Ns-3 does not generate static libraries 2011-07-03 12:01:29 +01:00
Gustavo J. A. M. Carneiro
9b3579f115 Bug 1175 postfix: only enable vnum if the VERSION matches x.y(.z) dotted number format 2011-06-27 14:55:11 +01:00
Gustavo J. A. M. Carneiro
a7faefb63e Bug 1175 - the shared libraries is not versioned, based on patch by YunQiang Su 2011-06-26 13:40:27 +01:00
Mitch Watrous
df24dabd30 Handle extra relative paths for ns3tcp and ns3wifi modules 2011-06-03 10:54:07 -07:00
Mitch Watrous
5931a6e4f6 Make ns3tcp, ns3wifi, and visualizer modules not be built if not appropriate 2011-06-01 17:01:55 -07:00
Mitch Watrous
fa098db83d Make test module not be built if not appropriate 2011-05-30 15:30:49 -07:00
Mitch Watrous
24f7bc6f0c Make emu and template modules not be built if not appropriate 2011-05-27 14:48:14 -07:00
Tommaso Pecorella
100da97e37 Bug 1101 - Sqlite stats disappeared from configuration file src/wscript 2011-05-18 23:38:16 +02:00
Mitch Watrous
b17a6f8332 Create a template module 2011-05-04 20:02:57 -07:00
Gustavo J. A. M. Carneiro
82b7ca17b4 Link Python bindings modules to all enabled ns-3 module libraries. Fixes #1117. 2011-04-29 18:27:03 +01:00
John Abraham
d406a5b87d Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:18:32 -07:00
Mathieu Lacage
b52ff87b43 fix typo: % should be $ 2011-04-19 14:39:15 +02:00
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
fcbfd69b94 Fix a waf problem when generating pkgconfig files 2011-04-12 13:12:02 +01:00
Mathieu Lacage
27ef348db8 generate pkg-config files for installation. 2011-04-11 15:19:44 +02:00
Mathieu Lacage
3e1a068ba8 install ns-3 headers in include/ns-3 upon 'waf install' 2011-04-07 08:52:19 +02:00
Gustavo J. A. M. Carneiro
35a81dd4e4 Modular bindings: add support for <module>.py and _<module>.so layout, for extending modules in Python 2011-03-27 23:35:55 +01:00
Gustavo J. A. M. Carneiro
5787b9bf36 Modular bindings: add missing dep on the modulegen_customizations.py file, when found 2011-03-27 22:50:00 +01:00
Mitch Watrous
0991609058 Move visualizer module out of tools directory 2011-03-24 10:54:24 -07:00
Gustavo J. A. M. Carneiro
2d53fa5e7b ./waf --apiscan: fix bug in detection of whether the per-module bindings dir exists 2011-03-24 16:57:27 +00:00
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07:00
Mitch Watrous
bebeba14ee Move flow-monitor module out of contrib directory 2011-03-22 16:56:10 -07:00
Mitch Watrous
d6b315e54b Move energy module out of contrib directory 2011-03-22 16:40:32 -07:00
Gustavo J. A. M. Carneiro
cd87dde152 Modular bindings: make each python extension module link only to the required ns-3 modular libraries 2011-03-22 16:23:36 +00:00
Gustavo J. A. M. Carneiro
2a16dbfa9b ./waf --apiscan=all: now only scans modules that have bld.ns3_python_bindings() in their wscript 2011-03-22 15:56:41 +00:00