bindings/python/wscript
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.
Wed, 18 Feb 2009 12:23:08 +0000 Gustavo J. A. M. Carneiro Python: wrap std::ostream/ofstream, for ascii tracing.
Sat, 24 Jan 2009 15:28:54 +0000 Gustavo J. A. M. Carneiro Try to guess pybindgen location (more #478)
Sat, 17 Jan 2009 16:58:42 +0000 Gustavo J. A. M. Carneiro On native win32, we cannot use -D_DEBUG when compiling Python extensions
Fri, 16 Jan 2009 17:18:49 +0000 Gustavo J. A. M. Carneiro Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
Wed, 14 Jan 2009 11:17:41 +0000 Gustavo J. A. M. Carneiro Add dependency annotations for the task that generates Python bindings
Mon, 12 Jan 2009 18:45:03 +0000 Gustavo J. A. M. Carneiro Bug 467: waf configure enables python after detecting pybindgen is missing
Sun, 11 Jan 2009 23:26:34 +0000 Gustavo J. A. M. Carneiro Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone
Sun, 11 Jan 2009 17:51:20 +0000 Gustavo J. A. M. Carneiro Upgrade WAF; fix Darwin (OSX) build problems.
Wed, 31 Dec 2008 11:15:45 +0000 Gustavo J. A. M. Carneiro correct dependency problem
Mon, 29 Dec 2008 16:54:53 +0000 Gustavo J. A. M. Carneiro Convert warning to Logs.warn (waf api change)
Mon, 29 Dec 2008 15:48:34 +0000 Gustavo J. A. M. Carneiro Fix --python-scan
less more (0) -100 -60 tip