src/wscript
Mon, 26 Sep 2011 15:31:06 +0100 Gustavo J. A. M. Carneiro Avoid installation of ns3modulegen-modular.py as a python module
Sun, 25 Sep 2011 15:53:14 +0100 Gustavo J. A. M. Carneiro Remove -mcmodel=large option in darwin now that it's not useful
Wed, 21 Sep 2011 18:52:12 +0100 Gustavo J. A. M. Carneiro Fix .pc file generation on OSX
Wed, 21 Sep 2011 10:08:00 -0700 Mitch Watrous Don't pass first name in list when generating the pc file
Wed, 21 Sep 2011 09:32:06 -0700 Mitch Watrous Pass first name in list when generating the pc file
Tue, 20 Sep 2011 21:16:08 +0100 Gustavo J. A. M. Carneiro Fix issue with generating .pc file in static build
Tue, 20 Sep 2011 15:11:17 +0100 Gustavo J. A. M. Carneiro Add Requires: to the .pc file indicating inter-module dependencies
Tue, 20 Sep 2011 14:09:37 +0100 Gustavo J. A. M. Carneiro More pc file fixes
Tue, 20 Sep 2011 11:58:53 +0100 Gustavo J. A. M. Carneiro Fix .pc file generation
Tue, 13 Sep 2011 17:50:05 +0100 Gustavo J. A. M. Carneiro waf1.6: make the all_modules in src/wscript be automatically discovered
Tue, 13 Sep 2011 13:47:17 +0100 Gustavo J. A. M. Carneiro waf-1.6: Mac OSX and other fixes
Mon, 12 Sep 2011 19:04:36 +0100 Gustavo J. A. M. Carneiro Clean some dead waf code
Mon, 12 Sep 2011 18:54:57 +0100 Gustavo J. A. M. Carneiro waf 1.6: fix python bindings apiscan
Mon, 12 Sep 2011 16:19:24 +0100 Gustavo J. A. M. Carneiro waf 1.6: bring back -Wl,--soname, fix waf warnings
Mon, 12 Sep 2011 14:54:27 +0100 Gustavo J. A. M. Carneiro More waf 1.6.7 build fixes
Thu, 08 Sep 2011 16:13:40 +0100 Gustavo J. A. M. Carneiro Upgrade to waf-1.6.7, work in progress
Fri, 26 Aug 2011 17:06:35 -0400 John Abraham Bug 1252 - OSX --enable-static unimplemented: code model large not supported in PIC mode
Thu, 18 Aug 2011 16:53:15 +0100 Gustavo J. A. M. Carneiro Bug 1240 - remove monolithic python bindings from waf
Sun, 07 Aug 2011 16:52:49 +0100 Gustavo J. A. M. Carneiro Bug 1224 - Ns-3-allinone fails to compile on Lion
Tue, 02 Aug 2011 05:04:37 -0700 Mathieu Lacage bug 1230: -Idebug command-line argument munged on darwin
Fri, 29 Jul 2011 03:38:59 -0400 Mathieu Lacage 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.
Thu, 07 Jul 2011 12:58:27 +0100 Gustavo J. A. M. Carneiro waf: copy the ns3module_taskgen add_objects attribute to the library
Tue, 05 Jul 2011 19:25:18 +0100 Gustavo J. A. M. Carneiro Missing install of <module>.py files
Tue, 05 Jul 2011 19:16:47 +0100 Gustavo J. A. M. Carneiro Bug 1200 - ./waf install doesn't install Python bindings properly
Tue, 05 Jul 2011 18:30:43 +0100 Gustavo J. A. M. Carneiro Bug 1199 - waf install doesn't work on x86_64
Sun, 03 Jul 2011 12:01:29 +0100 Gustavo J. A. M. Carneiro Bug 1174 - Ns-3 does not generate static libraries
Mon, 27 Jun 2011 14:55:11 +0100 Gustavo J. A. M. Carneiro Bug 1175 postfix: only enable vnum if the VERSION matches x.y(.z) dotted number format
Sun, 26 Jun 2011 13:40:27 +0100 Gustavo J. A. M. Carneiro Bug 1175 - the shared libraries is not versioned, based on patch by YunQiang Su
Fri, 03 Jun 2011 10:54:07 -0700 Mitch Watrous Handle extra relative paths for ns3tcp and ns3wifi modules
Wed, 01 Jun 2011 17:01:55 -0700 Mitch Watrous Make ns3tcp, ns3wifi, and visualizer modules not be built if not appropriate
Mon, 30 May 2011 15:30:49 -0700 Mitch Watrous Make test module not be built if not appropriate
Fri, 27 May 2011 14:48:14 -0700 Mitch Watrous Make emu and template modules not be built if not appropriate
Wed, 18 May 2011 23:38:16 +0200 Tommaso Pecorella Bug 1101 - Sqlite stats disappeared from configuration file src/wscript
Wed, 04 May 2011 20:02:57 -0700 Mitch Watrous Create a template module
Fri, 29 Apr 2011 18:27:03 +0100 Gustavo J. A. M. Carneiro Link Python bindings modules to all enabled ns-3 module libraries. Fixes #1117.
Tue, 26 Apr 2011 15:18:32 -0700 John Abraham Bug 1105 Move topology helpers into separate per-device modules
Tue, 19 Apr 2011 14:39:15 +0200 Mathieu Lacage fix typo: % should be $
Fri, 15 Apr 2011 20:50:42 +0200 Mathieu Lacage merge with HEAD
Wed, 13 Apr 2011 08:26:47 +0200 Mathieu Lacage merge with HEAD
Wed, 25 Aug 2010 17:16:56 +0200 Mathieu Lacage move int64x64 to src/core/
Tue, 12 Apr 2011 10:39:17 -0700 Mitch Watrous Make examples and tests be enabled from the .ns3rc file
Tue, 12 Apr 2011 13:12:02 +0100 Gustavo J. A. M. Carneiro Fix a waf problem when generating pkgconfig files
Mon, 11 Apr 2011 15:19:44 +0200 Mathieu Lacage generate pkg-config files for installation.
Thu, 07 Apr 2011 08:52:19 +0200 Mathieu Lacage install ns-3 headers in include/ns-3 upon 'waf install'
Sun, 27 Mar 2011 23:35:55 +0100 Gustavo J. A. M. Carneiro Modular bindings: add support for <module>.py and _<module>.so layout, for extending modules in Python
Sun, 27 Mar 2011 22:50:00 +0100 Gustavo J. A. M. Carneiro Modular bindings: add missing dep on the modulegen_customizations.py file, when found
Thu, 24 Mar 2011 10:54:24 -0700 Mitch Watrous Move visualizer module out of tools directory
Thu, 24 Mar 2011 16:57:27 +0000 Gustavo J. A. M. Carneiro ./waf --apiscan: fix bug in detection of whether the per-module bindings dir exists
Thu, 24 Mar 2011 09:23:44 -0700 Mitch Watrous Split contrib module into config-store and tools
Tue, 22 Mar 2011 16:56:10 -0700 Mitch Watrous Move flow-monitor module out of contrib directory
Tue, 22 Mar 2011 16:40:32 -0700 Mitch Watrous Move energy module out of contrib directory
Tue, 22 Mar 2011 16:23:36 +0000 Gustavo J. A. M. Carneiro Modular bindings: make each python extension module link only to the required ns-3 modular libraries
Tue, 22 Mar 2011 15:56:41 +0000 Gustavo J. A. M. Carneiro ./waf --apiscan=all: now only scans modules that have bld.ns3_python_bindings() in their wscript
Mon, 21 Mar 2011 11:26:56 -0700 Mitch Watrous Test implicitly dependent modules
Sun, 20 Mar 2011 15:08:20 +0000 Gustavo J. A. M. Carneiro Modular bindings: bug fixes, more verbose scanning
Sun, 20 Mar 2011 14:18:56 +0000 Gustavo J. A. M. Carneiro Modular bindings: skip a binding module if the corresponding ns-3 module is not enabled
Fri, 18 Mar 2011 10:58:21 -0700 Mitch Watrous Create separate module and test-module libraries
Sun, 13 Mar 2011 18:38:59 +0000 Gustavo J. A. M. Carneiro Modular bindings: handle module names with hyphens
Sun, 13 Mar 2011 16:03:33 +0000 Gustavo J. A. M. Carneiro Modular bindings: generate a compatibility 'ns3' module that imports the modular bindings
Sat, 12 Mar 2011 18:35:56 +0000 Gustavo J. A. M. Carneiro merge
less more (0) -100 -60 tip