Commit Graph

196 Commits

Author SHA1 Message Date
Mathieu Lacage
4b26cca7e6 rescan python 2009-07-16 13:12:34 +02:00
Mathieu Lacage
f14081b9e9 bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper 2009-06-26 15:34:16 +02:00
Mathieu Lacage
a5edf27444 update bindings 2009-06-26 10:56:59 +02:00
Tom Henderson
fdaf01581e bug 608: painful to enable logging of all wifi components 2009-06-26 10:35:46 +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
a202b567d1 forgot to add bindings for new module 2009-06-19 09:17:08 +02:00
Mathieu Lacage
0d5554a509 make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists. 2009-06-19 08:43:58 +02:00
Mathieu Lacage
6282187a57 kill unused method 2009-06-19 08:36:48 +02:00
Gustavo J. A. M. Carneiro
1fd46789b4 Bug #594: cygwin won't build. 2009-06-17 11:26:36 +01:00
Mathieu Lacage
f58cfa0e5f move global routing code into global routing directory 2009-06-10 08:36:51 +02:00
Mathieu Lacage
355aaab7c9 rescan python 2009-06-09 09:21:48 +02:00
Mathieu Lacage
8dfb6eb0dc merge with HEAD 2009-06-08 09:19:00 +02:00
Mathieu Lacage
3acde4b6c5 rescan python bindings 2009-06-03 17:40:03 +02:00
Mathieu Lacage
a8e074d6e3 new tags 2009-06-03 08:49:40 +02:00
Tom Henderson
1191db6cd4 bindings/ changes for IPv4 routing rework 2009-05-28 21:38:49 -07:00
Gustavo J. A. M. Carneiro
522b2711da Pull in new pybindgen version for bug fixes 2009-05-28 17:13:44 +01:00
Mathieu Lacage
d103e5418c Don't allow pybindgen version greater than our requested version, to avoid python scanning generating backward incompatible API defs. 2009-05-24 11:39:41 +01: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
2296cdca9d enable python+static build on osx 2009-05-05 14:55:23 +02:00
Gustavo J. A. M. Carneiro
7197fc0d27 Fix Python bindings build with gcc < 4 2009-04-30 10:57:30 +01:00
Mathieu Lacage
bb1a035f3c rescan python 2009-04-28 09:25:41 +02:00
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
Mathieu Lacage
5dff0e0ca6 enable static builds, even when python is enabled 2009-04-22 17:22:41 +02:00
Mathieu Lacage
7eda961b1f Backed out changeset 4d9d3ff807a9
Does not work on x86-64.
2009-04-22 13:59:10 +02:00
Mathieu Lacage
b00c5e751e enable static libns3 builds for python module 2009-04-22 13:06:22 +02:00
Tom Henderson
f9bb69ba63 rescan bindings 2009-04-17 15:46:01 -07:00
Mathieu Lacage
e2983b9958 merge 2009-04-17 18:19:03 +02:00
Mathieu Lacage
1c1c75302b merge 2009-04-17 17:45:16 +02:00
Mathieu Lacage
e9f4c3f120 rescan python 2009-04-17 09:59:59 +02:00
Gustavo J. A. M. Carneiro
59a10746ae merge 2009-04-16 11:02:11 +01: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
Gustavo J. A. M. Carneiro
62add283d4 Upgrade to WAF 1.5.4 2009-04-13 23:10:37 +01:00
Gustavo J. A. M. Carneiro
199680e76e Add code that, when waf is updated in a future version, makes sure python bindings are re-generated whenever the optional features set changes. 2009-04-06 13:05:59 +01:00
Gustavo J. A. M. Carneiro
49056cac7d fix mac osx python bindings 2009-03-27 11:18:54 +00:00
Craig Dowell
4d17b00ad4 Make Names API return void not bool, rescan for Python Bindings 2009-03-26 17:39:20 -07:00
Mathieu Lacage
97b726344f rename 2009-03-23 14:37:43 +01:00
Mathieu Lacage
c1b57a315e rework olsr 2009-03-20 16:49:49 +01: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
Gustavo J. A. M. Carneiro
a4c4aec51c Check if the compiler *really* supports -fvisibility=hidden. 2009-03-04 11:34:51 +00:00
Gustavo J. A. M. Carneiro
70e5e8cb52 Compile python bindings with -fvisibility=hidden, when possible. Closes #515. 2009-03-03 18:51:16 +00:00
Gustavo J. A. M. Carneiro
50e0ba8801 Make ipv4-interface.h, ipv4-l3-protocol.h, and ipv4-static-routing.h private. Closes #370. 2009-02-28 15:02:15 +00:00