bindings/python/wscript
Sat, 23 Aug 2008 22:35:10 +0100 Gustavo J. A. M. Carneiro New PyBindGen, fixes python wrapper identity issue.
Tue, 19 Aug 2008 17:48:09 +0100 Gustavo J. A. M. Carneiro New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
Tue, 19 Aug 2008 12:53:44 +0100 Gustavo J. A. M. Carneiro New pybindgen version, fixes a couple of bugs caught by regression testing.
Mon, 18 Aug 2008 23:04:49 +0100 Gustavo J. A. M. Carneiro Don't scan python bindings until the everything.h file to be scanned is generated. Closes #288.
Mon, 18 Aug 2008 16:03:31 +0100 Gustavo J. A. M. Carneiro New PyBindGen version needed.
Tue, 05 Aug 2008 19:42:53 +0100 Gustavo J. A. M. Carneiro Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods.
Fri, 01 Aug 2008 23:11:42 +0100 Gustavo J. A. M. Carneiro Python: use hash() as temporary workaround to check if two objects with different wrappers are underneath the same.
Sat, 26 Jul 2008 15:23:41 +0100 Gustavo J. A. M. Carneiro Only generate everything.h if python bindings are enabled. Based on patch by Mathieu Lacage. Closes #260.
Sat, 26 Jul 2008 15:10:34 +0100 Gustavo J. A. M. Carneiro When generating the everything.h header file for Python, handle ns3 headers inside subdirectories properly.
Wed, 23 Jul 2008 11:48:17 +0100 Gustavo J. A. M. Carneiro Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs)
Tue, 22 Jul 2008 16:54:24 +0100 Gustavo J. A. M. Carneiro Require new PyBindGen; make it work for Python 2.3.
Mon, 21 Jul 2008 15:30:15 +0100 Gustavo J. A. M. Carneiro Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read
Mon, 14 Jul 2008 11:39:41 +0100 Gustavo J. A. M. Carneiro merge
Mon, 14 Jul 2008 11:29:13 +0100 Gustavo J. A. M. Carneiro Again, make Python depend only on scanned modules (last fix was incomplete).
Mon, 14 Jul 2008 11:35:58 +0100 Gustavo J. A. M. Carneiro Again, make Python depend only on scanned modules (last fix was incomplete).
Mon, 14 Jul 2008 11:25:10 +0100 Gustavo J. A. M. Carneiro Make Python bindings depend only on NS-3 modules that have been API-scanned, not all modules.
Sun, 13 Jul 2008 17:55:48 +0100 Gustavo J. A. M. Carneiro Python: make helper class methods using attribute optional parameters work.
Sat, 12 Jul 2008 22:06:15 +0100 Gustavo J. A. M. Carneiro If GtkConfigStore support is disabled, disable the python bindings for it, or else compilation fails.
Fri, 11 Jul 2008 19:32:22 +0100 Gustavo J. A. M. Carneiro Make sure we don't trigger deprecation warnings while compiling the python bindings.
Wed, 09 Jul 2008 18:33:16 +0100 Gustavo J. A. M. Carneiro Fix a problem with callback proxies with zero or one parameters.
Wed, 09 Jul 2008 17:31:37 +0100 Gustavo J. A. M. Carneiro Redirect the stderr of pybindgen to a log file (ns3modulegen.log).
Wed, 09 Jul 2008 14:58:02 +0100 Gustavo J. A. M. Carneiro The 'everything.h' header file is only used for Python bindings and should be generated into bindings/python/, not ns3/.
Tue, 08 Jul 2008 10:43:58 -0700 Gustavo J. A. M. Carneiro python bindings
less more (0) tip