bindings/python/wscript
Fri, 20 Aug 2010 12:17:19 -0700 Tom Henderson Help waf to guess release versions of nsc and pybindgen default tip
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
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Thu, 04 Dec 2008 11:34:01 +0000 Gustavo J. A. M. Carneiro Fix nsc/python-scan task descriptions
Wed, 26 Nov 2008 12:11:11 +0000 Gustavo J. A. M. Carneiro Bug 289: CommandLine::AddValue is not wrapped
Mon, 24 Nov 2008 12:39:50 +0000 Gustavo J. A. M. Carneiro Work around #define ECHO in a system header file included by Python.h on Mac OS X (bug #413)
Wed, 19 Nov 2008 18:23:22 +0000 Gustavo J. A. M. Carneiro fix --with-pybindgen path handling bug
Wed, 19 Nov 2008 17:32:37 +0000 Gustavo J. A. M. Carneiro Add a --with-pybindgen option, to allow external pybindgen to be used instead of fetching it from the network
Tue, 18 Nov 2008 15:12:12 +0000 Gustavo J. A. M. Carneiro Fix build of Python bindings with Python 2.6
Sat, 08 Nov 2008 15:00:28 +0000 Gustavo J. A. M. Carneiro Python: require new pybindgen and re-scan API to make the list of free functions and namespaces sorted.
Fri, 31 Oct 2008 22:47:29 +0000 Gustavo J. A. M. Carneiro Work around a WAF bug in failing to recognize GCC while detecting CXXFLAGS for compiling Python extensions.
Wed, 15 Oct 2008 18:32:07 +0100 Gustavo J. A. M. Carneiro Python: enable wrapping of the packet metadata APIs.
Sun, 12 Oct 2008 14:40:26 +0100 Gustavo J. A. M. Carneiro Upgrade to pybindgen rev. 598, to fix bug #291.
Tue, 07 Oct 2008 12:23:57 +0100 Gustavo J. A. M. Carneiro Fix compat. with Python < 2.5 (fixes ns-old regression failure)
Mon, 06 Oct 2008 17:39:35 +0100 Gustavo J. A. M. Carneiro New pybindgen and new API scanning, brings support for comparison operators and + - * / numeric operators.
Thu, 02 Oct 2008 17:30:38 +0100 Gustavo J. A. M. Carneiro Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
Thu, 02 Oct 2008 17:15:09 +0100 Gustavo J. A. M. Carneiro Exit WAF after processing --python-scan to avoid incorrect builds, since WAF does not handle well files being generated into the source dir instead of the build dir
Sat, 27 Sep 2008 15:26:27 +0100 Gustavo J. A. M. Carneiro Get newer pybindgen, for stl containers support
less more (0) -60 tip