bindings/python/wscript
Fri, 15 Apr 2011 20:51:42 +0200 Mathieu Lacage really require version 785
Wed, 13 Apr 2011 09:08:05 +0200 Mathieu Lacage early work to make python bindings work again with ns-3-time
Mon, 04 Apr 2011 19:44:35 +0100 Gustavo J. A. M. Carneiro Get pybindgen fix.
Mon, 04 Apr 2011 12:35:41 +0100 Gustavo J. A. M. Carneiro Python bindings: fix uninitialized value
Tue, 29 Mar 2011 18:50:56 +0100 Gustavo J. A. M. Carneiro Tentatively switch to build modular bindings by default, to test them
Tue, 29 Mar 2011 18:15:52 +0100 Gustavo J. A. M. Carneiro Make sure --python-scan ignores -test modules
Mon, 28 Mar 2011 15:31:13 +0100 Gustavo J. A. M. Carneiro Modular bindings: don't always generate compat ns3.py, only when needed
Mon, 28 Mar 2011 14:56:08 +0100 Gustavo J. A. M. Carneiro Use the waf 'copy' tool to copy __init__.py files
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
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 18:53:10 +0000 Gustavo J. A. M. Carneiro ./waf --apiscan=all: don't scan modules ending in -test
Mon, 21 Mar 2011 18:16:41 +0000 Gustavo J. A. M. Carneiro Make ./waf --apiscan=all skip the test modules
Sun, 20 Mar 2011 17:56:06 +0000 Gustavo J. A. M. Carneiro Modular bindings: before scanning a module, check that xxx-module.h exists, skip the scanning if it doesn't
Sun, 20 Mar 2011 15:41:43 +0000 Gustavo J. A. M. Carneiro Modular bindings: add support for the apiscan target 'all', that means scan all ns-3 modules
Sun, 20 Mar 2011 15:17:09 +0000 Gustavo J. A. M. Carneiro Add OLSR modular bindings
Sun, 20 Mar 2011 13:01:40 +0000 Gustavo J. A. M. Carneiro Bug 1076 - Waf gives an error if you enable only a single module
Sun, 20 Mar 2011 12:18:15 +0000 Gustavo J. A. M. Carneiro Bug 1075 - Python examples fail when static built is 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 18:15:28 +0000 Gustavo J. A. M. Carneiro Fix: The compat. ns3.py module is not needed when --bindings-type=both
Sun, 13 Mar 2011 17:56:59 +0000 Gustavo J. A. M. Carneiro Modular bindings: waf dep. fix.
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:34:30 +0000 Gustavo J. A. M. Carneiro Modular Python bindings work (many bug fixes, more modules tested)
Tue, 08 Mar 2011 15:33:55 +0000 Gustavo J. A. M. Carneiro Document in the --bindings-type waf option that modular bindings are experimental
Tue, 08 Mar 2011 12:46:53 +0000 Gustavo J. A. M. Carneiro merge
Sun, 07 Nov 2010 23:17:52 +0000 Gustavo J. A. M. Carneiro Start of work on modular Python bindings, unstable
Mon, 31 Jan 2011 19:03:19 +0000 Gustavo J. A. M. Carneiro Fix Python scanning to allow apidefs to be placed on the right module instead of the main ns3module.cc file, for new-style modules
Fri, 20 Aug 2010 12:17:19 -0700 Tom Henderson Help waf to guess release versions of nsc and pybindgen
Sun, 15 Aug 2010 21:20:24 -0700 Gustavo J. A. M. Carneiro Update pybindgen version
Tue, 10 Aug 2010 15:06:35 +0100 Gustavo J. A. M. Carneiro Update pybindgen version
Fri, 02 Jul 2010 12:45:09 -0700 Gustavo J. A. M. Carneiro Allow headers to be in subdirectories with respect to wscript
Sun, 13 Jun 2010 16:34:15 +0100 Gustavo J. A. M. Carneiro python-scan: avoid possible deadlock passing list of modules to the api scanner process
Thu, 06 May 2010 14:21:20 +0100 Gustavo J. A. M. Carneiro Fix Python bindings ns3.Object subclassing bug
Wed, 21 Apr 2010 08:39:57 -0400 Gustavo J. A. M. Carneiro update pybindgen version ns-3.8-RC1
Fri, 16 Apr 2010 12:59:22 +0100 Gustavo J. A. M. Carneiro Upgrade pybindgen to fix the MI problem (bug #877)
Wed, 17 Mar 2010 12:34:52 +0000 Gustavo J. A. M. Carneiro Add option to enable gcc precompiled header for compiling python bindings
Wed, 17 Mar 2010 11:18:55 +0000 Gustavo J. A. M. Carneiro Realign Python ns3.Object constructors with C++
Wed, 03 Feb 2010 18:09:25 +0000 Gustavo J. A. M. Carneiro Upgrade pybindgen to fix the any() bug (Python <= 2.4)
Mon, 01 Feb 2010 14:27:08 +0000 Gustavo J. A. M. Carneiro Upgrade waf from 1.5.9 to 1.5.11
Mon, 01 Feb 2010 13:04:34 +0000 Gustavo J. A. M. Carneiro Upgrade to a newer pybindgen version with support for multiple-inheritance
Sun, 22 Nov 2009 18:27:14 +0000 Gustavo J. A. M. Carneiro Improved detection of apidefs to use for python (Bug 734)
Wed, 18 Nov 2009 12:03:43 +0000 Gustavo J. A. M. Carneiro Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Sat, 17 Oct 2009 00:30:07 +0100 Gustavo J. A. M. Carneiro Upgrade pybindgen to fix bug #723
Fri, 25 Sep 2009 12:15:27 +0100 Gustavo J. A. M. Carneiro Put back the configure check to disable python bindings in cygwin, due to our inability to install gccxml in cygwin.
Tue, 22 Sep 2009 16:13:42 +0100 Gustavo J. A. M. Carneiro Python: allow multiple api definitions directories, one per data model.
Wed, 16 Sep 2009 15:03:25 +0100 Gustavo J. A. M. Carneiro Python bindings rescan
Thu, 10 Sep 2009 11:41:33 +0100 Gustavo J. A. M. Carneiro Switch to the official pybindgen 0.12 release
Mon, 31 Aug 2009 11:31:32 +0100 Gustavo J. A. M. Carneiro Re-scan Python bindings and use newer PyBindGen.
Wed, 17 Jun 2009 11:26:36 +0100 Gustavo J. A. M. Carneiro Bug #594: cygwin won't build.
Thu, 28 May 2009 17:13:44 +0100 Gustavo J. A. M. Carneiro Pull in new pybindgen version for bug fixes
Sun, 24 May 2009 11:39:41 +0100 Mathieu Lacage Don't allow pybindgen version greater than our requested version, to avoid python scanning generating backward incompatible API defs.
Tue, 05 May 2009 14:55:23 +0200 Mathieu Lacage enable python+static build on osx
Thu, 30 Apr 2009 10:57:30 +0100 Gustavo J. A. M. Carneiro Fix Python bindings build with gcc < 4
Wed, 22 Apr 2009 17:22:41 +0200 Mathieu Lacage enable static builds, even when python is enabled
Wed, 22 Apr 2009 13:59:10 +0200 Mathieu Lacage Backed out changeset 4d9d3ff807a9
Wed, 22 Apr 2009 13:06:22 +0200 Mathieu Lacage enable static libns3 builds for python module
Mon, 13 Apr 2009 23:10:37 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.4
Mon, 06 Apr 2009 13:05:59 +0100 Gustavo J. A. M. Carneiro Add code that, when waf is updated in a future version, makes sure python bindings are re-generated whenever the optional features set changes.
Wed, 04 Mar 2009 11:34:51 +0000 Gustavo J. A. M. Carneiro Check if the compiler *really* supports -fvisibility=hidden.
Tue, 03 Mar 2009 18:51:16 +0000 Gustavo J. A. M. Carneiro Compile python bindings with -fvisibility=hidden, when possible. Closes #515.
less more (0) -100 -60 tip