Commit Graph

33 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
43ea214b4f Re-scan Python bindings and use newer PyBindGen. 2009-08-31 11:31:32 +01:00
Mathieu Lacage
6282187a57 kill unused method 2009-06-19 08:36:48 +02:00
Tom Henderson
1191db6cd4 bindings/ changes for IPv4 routing rework 2009-05-28 21:38:49 -07:00
Tom Henderson
9cdc0cfd71 rescan python bindings 2009-05-21 06:04:40 -07:00
Mathieu Lacage
bf673cf808 rescan python 2009-05-19 15:35:05 +02:00
Mathieu Lacage
c4389f8288 rescan python 2009-02-25 11:00:50 +01:00
Raj Bhattacharjea
7e06c78762 Rescan the bindings 2009-02-24 00:12:22 -05:00
Raj Bhattacharjea
fc998323d4 Sync with ns-3-dev 2009-02-23 23:56:27 -05:00
Gustavo J. A. M. Carneiro
f00e2d7b11 Rescan python bindings. 2009-02-21 23:19:18 +00:00
Raj Bhattacharjea
cdde863642 Expose RNG seed/run # to attributes; bindings update 2009-01-20 14:00:05 -05:00
Raj Bhattacharjea
53f9afd2cc Merge 2009-01-13 17:17:37 -05:00
Raj Bhattacharjea
a0ce50f7ff Proposed RNG API changes 2009-01-13 17:15:44 -05:00
Gustavo J. A. M. Carneiro
c0ea878ba2 Bug 375: Ctrl-C does not always work when running Python simulations 2009-01-13 19:28:26 +00:00
Mathieu Lacage
068869e088 rescan python 2009-01-09 09:39:54 +01:00
mathieu.
691ce0fdde fix bug 230, rescan bindings 2008-12-10 17:01:06 -08:00
Craig Dowell
f8cf3d5cf4 rescan bindings 2008-12-02 12:15:18 -08:00
Gustavo J. A. M. Carneiro
192ae37d11 The 'contrib' module actually depends on 'common' too (affects waf --python-scan) 2008-11-28 14:45:48 +00:00
Gustavo J. A. M. Carneiro
f804bb190a Python: require new pybindgen and re-scan API to make the list of free functions and namespaces sorted.
This commit will change a lot the scanned API definitions, once, but should allow much more stable scanning in the future, as right now only types were being sorted, but free functions can jump up or down when different people on different machines scan the API.  Well, no more will that happen in the future, I hope.
2008-11-08 15:00:28 +00:00
Mathieu Lacage
e2c52c7b90 remove realtime public API. 2008-10-27 12:47:33 +01:00
Mathieu Lacage
996a095d36 rescan python bindings 2008-10-15 15:12:05 +02:00
Gustavo J. A. M. Carneiro
8a664200e5 New pybindgen and new API scanning, brings support for comparison operators and + - * / numeric operators. 2008-10-06 17:39:35 +01:00
Mathieu Lacage
8f7b450103 bug 274: bridge must detect compatibility of devices with bridging mode 2008-09-02 11:28:03 -07:00
Gustavo J. A. M. Carneiro
0adbfb8047 New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently. 2008-09-02 11:12:42 +01:00
Gustavo J. A. M. Carneiro
90c70d1a39 Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API. 2008-08-29 14:56:24 +01:00
Gustavo J. A. M. Carneiro
fd774c3fb6 New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects. 2008-08-19 17:48:09 +01:00
Gustavo J. A. M. Carneiro
161adc2a4e Bug #270: Simulator::RunOneEvent 2008-08-06 11:37:52 +01:00
Gustavo J. A. M. Carneiro
2d872a846d Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods. 2008-08-05 19:42:53 +01:00
Mathieu Lacage
89cb48c524 bug 252: make python bindings compile 2008-07-28 08:59:05 -07:00
Gustavo J. A. M. Carneiro
ca2fef3bd8 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence. 2008-07-24 11:41:15 +01:00
Gustavo J. A. M. Carneiro
5a71f60c7a Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs) 2008-07-23 11:48:17 +01:00
Gustavo J. A. M. Carneiro
f890b8e138 Python: new pybindgen, rescan API definitions, new API definition files are more multi-line and hopefully easier to read 2008-07-21 15:30:15 +01:00
Gustavo J. A. M. Carneiro
65d4f0972c Rescan API 2008-07-14 11:42:49 +01:00
Gustavo J. A. M. Carneiro
5f994081d5 python bindings 2008-07-08 10:43:58 -07:00