Mathieu Lacage
09191d648e
rescan python bindings
2009-04-27 16:50:16 +02:00
Mathieu Lacage
cc5c5444ec
rescan python
2009-04-24 10:02:10 +02:00
Tom Henderson
f9bb69ba63
rescan bindings
2009-04-17 15:46:01 -07:00
Mathieu Lacage
e9f4c3f120
rescan python
2009-04-17 09:59:59 +02:00
Mathieu Lacage
48d617eb9d
rescan python
2009-04-16 11:10:27 +02:00
Mathieu Lacage
3f90d9595a
scan python
2009-04-16 09:25:32 +02:00
Raj Bhattacharjea
d92febd97f
Update the python bindings
2009-03-19 11:33:19 -07:00
Craig Dowell
a66b8cab4e
remove unneeded packet copies, includes. Rescan
2009-03-16 09:44:01 -07:00
Mathieu Lacage
c4389f8288
rescan python
2009-02-25 11:00:50 +01:00
Raj Bhattacharjea
a0ce50f7ff
Proposed RNG API changes
2009-01-13 17:15:44 -05:00
Mathieu Lacage
530c949c2a
rescan python
2009-01-09 13:18:29 +01:00
Mathieu Lacage
068869e088
rescan python
2009-01-09 09:39:54 +01:00
Mathieu Lacage
180f0d7f46
rescan python
2009-01-07 13:27:03 +01:00
Mathieu Lacage
1732ab51e2
virtualize ErrorRateModel
2009-01-06 13:12:28 +01: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
Mathieu Lacage
8393b27aa2
merge with HEAD
2008-11-24 06:36:05 +01: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
Unknown
dc2d67e7b8
apply patch for bug 294 (GetMulticastAddr) + emu device update + rescan
2008-11-05 14:49:21 -08:00
Mathieu Lacage
6ebfe7faba
new wifi API
2008-11-04 14:06:34 +01:00
Mathieu Lacage
28f7324733
fix build.
2008-10-28 13:24:04 +01:00
Mathieu Lacage
8246114a8d
add composite capability to PropagationLossModel base class.
2008-10-28 13:17:17 +01:00
Mathieu Lacage
40dc133bc7
merge with HEAD
2008-10-28 11:26:58 +01:00
Mathieu Lacage
d3e9be922d
bug 372: fragmentation is broken
2008-10-16 09:48:47 +02:00
Gustavo J. A. M. Carneiro
213f6526a8
Rescan API for Python.
2008-10-12 18:04:10 +01: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
51d62156f5
merge with HEAD
2008-09-03 10:42:18 -07:00
Mathieu Lacage
cd39d96f2b
bug 282: remove Ipv4L4Demux
2008-09-02 17:20:32 -07:00
Mathieu Lacage
39daae1374
implement promisc mode
2008-09-02 13:37:59 -07:00
Mathieu Lacage
5788fe5e8f
move GetBssid down to MacLow
2008-09-02 13:08:47 -07: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
Mathieu Lacage
3ba086cef6
bug 273: fix python bindings.
2008-08-25 15:16:35 -07: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
39f080feba
Rescan API (due to wifi changes to support bridging)
2008-08-08 10:49:18 +01: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
c33568c079
New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
2008-07-16 16:06:50 +01:00
Gustavo J. A. M. Carneiro
65d4f0972c
Rescan API
2008-07-14 11:42:49 +01:00
Gustavo J. A. M. Carneiro
ee19e57741
Rescan API; fix and enable the socket unit test, as it now works.
2008-07-09 18:50:28 +01:00
Gustavo J. A. M. Carneiro
5f994081d5
python bindings
2008-07-08 10:43:58 -07:00