Commit Graph

55 Commits

Author SHA1 Message Date
Sebastien Vincent
df6e93bddf Python rescan. 2009-09-08 06:37:37 +02:00
Sebastien Vincent
9285510a27 Rescan python bindings. 2009-09-07 18:03:20 +02:00
Gustavo J. A. M. Carneiro
43ea214b4f Re-scan Python bindings and use newer PyBindGen. 2009-08-31 11:31:32 +01:00
Tom Henderson
40359e3f55 Rescan bindings 2009-08-22 15:38:32 -07:00
Mathieu Lacage
a5edf27444 update bindings 2009-06-26 10:56:59 +02:00
Mathieu Lacage
db9d8c377e rescan bindings 2009-06-26 09:55:45 +02:00
Tom Henderson
fe7629c55b update bindings 2009-06-24 15:31:53 -07:00
Tom Henderson
b16dec0d2a rescan bindings 2009-06-21 23:38:40 -07:00
Tom Henderson
ba656765ea rescan bindings 2009-06-19 07:25:40 -07:00
Tom Henderson
234df20364 Move Ipv4ListRouting to src/internet-stack; get rid of Impl class 2009-06-12 14:43:22 -07:00
Mathieu Lacage
0dca6fc55c Remove static routing dependencies in code 2009-06-12 13:44:19 -07:00
Mathieu Lacage
3acde4b6c5 rescan python bindings 2009-06-03 17:40:03 +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
bb1a035f3c rescan python 2009-04-28 09:25:41 +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
1c1c75302b merge 2009-04-17 17:45:16 +02:00
Mathieu Lacage
48d617eb9d rescan python 2009-04-16 11:10:27 +02:00
Mathieu Lacage
c1b57a315e rework olsr 2009-03-20 16:49:49 +01:00
Mathieu Lacage
c4389f8288 rescan python 2009-02-25 11:00:50 +01: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
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
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
Sebastien Vincent
271bac3e92 Remove IcmpSocket class. 2008-11-28 14:24:09 +01:00
Gustavo J. A. M. Carneiro
8acf39d56e Ipv6Header::GetName() is declared but not implemented; remove it. 2008-11-09 12:34: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
Unknown
dc2d67e7b8 apply patch for bug 294 (GetMulticastAddr) + emu device update + rescan 2008-11-05 14:49:21 -08:00
Craig Dowell
0df5a7183a apply icmp patch 2008-10-29 11:18:39 -07:00
Mathieu Lacage
e2c52c7b90 remove realtime public API. 2008-10-27 12:47:33 +01:00
Craig Dowell
6041ad024c rescan for bug 283 2008-10-23 16:08:13 -07:00
Craig Dowell
b8dd9ddf99 rescan after 363 fix 2008-10-23 11:50:45 -07:00
Craig Dowell
012433cf91 rescan after bug 357 patch 2008-10-23 10:57:26 -07:00
Mathieu Lacage
d3e9be922d bug 372: fragmentation is broken 2008-10-16 09:48:47 +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
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
0717db6ed0 Rescan Python bindings 2008-08-18 16:02:54 +01:00
Mathieu Lacage
b591ee4053 bug 275: Queue::Peek should return Ptr<const Packet> 2008-08-11 10:40:31 -07:00
Mathieu Lacage
29151f4ec2 remove Node::GetFirstApplication checked in changeset 38b8549b1ad3 by mistake. 2008-08-07 10:13:54 -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