Commit Graph

342 Commits

Author SHA1 Message Date
Josh Pelkey
c500de1018 python scan 2010-12-17 14:24:24 -05:00
Josh Pelkey
a650f91b57 and python scan 2010-12-17 12:59:05 -05:00
Josh Pelkey
aec5b6ffda rescan python bindings 2010-12-16 21:00:18 -05:00
Gustavo J. A. M. Carneiro
ace88cfa41 Python bindings rescan for pyviz 2010-12-06 17:59:20 +00:00
Tom Henderson
985a647077 rescan bindings 2010-12-02 07:20:34 -08:00
Tom Henderson
f853acc998 rescan bindings 2010-10-27 21:19:12 -07:00
Tom Henderson
d4786c7e55 Update bindings 2010-08-23 19:01:11 -07:00
Tom Henderson
8f58376360 Help waf to guess release versions of nsc and pybindgen 2010-08-20 12:17:19 -07:00
Tom Henderson
584de89fa8 Regenerate bindings 2010-08-18 13:58:50 -07:00
Josh Pelkey
051d0064f2 python scan 2010-08-16 10:55:27 -04:00
Gustavo J. A. M. Carneiro
23e3e770ae Update pybindgen version 2010-08-15 21:20:24 -07:00
Gustavo J. A. M. Carneiro
aea9e883e1 Update pybindgen version 2010-08-10 15:06:35 +01:00
Gustavo J. A. M. Carneiro
775ff127a4 Python: only call ns3::Simulator::RunOne if we're running the default event scheduler; partially fixes Bug 631. 2010-08-10 12:16:10 +01:00
Tom Henderson
268e18229d rescan bindings 2010-08-10 00:13:34 -07:00
Josh Pelkey
98e13720b5 python scan 2010-08-09 22:23:57 -04:00
Mathieu Lacage
7b20c3aaae rescan python 2010-08-07 15:22:42 +02:00
Mathieu Lacage
735f905c72 rescan bindings 2010-08-07 14:18:16 +02:00
Josh Pelkey
2416fdbdf0 python scan 2010-08-05 11:36:22 -04:00
Josh Pelkey
da0697d4da fix some doxygen 2010-07-27 14:34:47 -04:00
Josh Pelkey
76ecad3c72 undelete copy method in nix-vector 2010-07-19 15:32:19 -04:00
Josh Pelkey
252bb9ade1 Change nix-vector to use SimpleRefCount instead of Object 2010-07-19 14:21:12 -04:00
Gustavo J. A. M. Carneiro
e17ed0c6ab python scan 2010-07-19 12:43:05 +01:00
Hajime Tazaki
20269669af python scan 2010-07-13 14:12:20 +09:00
Gustavo J. A. M. Carneiro
36fdbf4c1a Update python bindings 2010-07-12 11:44:47 +01:00
Gustavo J. A. M. Carneiro
7d9dead821 Python bindings API rescan 2010-07-11 22:32:52 +01:00
Gustavo J. A. M. Carneiro
06c8a3b54e Python bindins API rescan 2010-07-06 11:17:18 +01:00
Gustavo J. A. M. Carneiro
0338e82c40 Allow headers to be in subdirectories with respect to wscript 2010-07-02 12:45:09 -07:00
Josh Pelkey
8e5ef53724 python scan 2010-06-28 11:33:05 -04:00
Tom Henderson
e6328110db Cleanup object registration for uan 2010-06-27 20:27:30 -07:00
Josh Pelkey
bfa660bed1 remove unimplemented method in uan module 2010-06-26 11:34:43 -04:00
Josh Pelkey
b381cbfaac fix uan for python scan, add default constructor 2010-06-25 13:50:45 -04:00
Josh Pelkey
bda1180629 python scan 2010-06-24 15:14:25 -04:00
Tom Henderson
d1f76f4cc2 rescan bindings 2010-06-24 10:04:30 -07:00
Gustavo J. A. M. Carneiro
25153a2734 API rescan for python bindings 2010-06-17 10:37:02 +01:00
Gustavo J. A. M. Carneiro
038ff8b94c Rescan API for Python bindings 2010-06-14 17:35:42 +01:00
Gustavo J. A. M. Carneiro
d2d68087d6 python-scan: avoid possible deadlock passing list of modules to the api scanner process 2010-06-13 16:34:15 +01:00
Josh Pelkey
4822432cde python scan 2010-06-04 18:33:07 -04:00
Gustavo J. A. M. Carneiro
ce0dabd900 Fix Python bindings ns3.Object subclassing bug 2010-05-06 14:21:20 +01:00
Josh Pelkey
e8bb9330b4 python scan 2010-05-05 17:16:43 -04:00
Josh Pelkey
da81ee240a python scan 2010-04-22 14:43:34 -04:00
Gustavo J. A. M. Carneiro
70feac23e4 update pybindgen version 2010-04-21 08:39:57 -04:00
Josh Pelkey
9efee05bc3 python scan 2010-04-20 20:10:41 -04:00
Craig Dowell
18bccf609b rescan bindings 2010-04-19 15:05:24 -07:00
Gustavo J. A. M. Carneiro
52e078aecd Add python support for std::ios::openmode and its constants 2010-04-16 15:06:27 +01:00
Gustavo J. A. M. Carneiro
116a8020b5 API rescan for python 2010-04-16 14:05:08 +01:00
Gustavo J. A. M. Carneiro
cbfc1009da Upgrade pybindgen to fix the MI problem (bug #877) 2010-04-16 12:59:22 +01:00
Tom Henderson
54fd9abe9f Update bindings for bug 822 fixes 2010-04-11 16:30:18 -07:00
Gustavo J. A. M. Carneiro
01c7e0e4dd Change Python bindings method for overriding virtual methods of C++ classes
To override the C++ virtual method 'DoStart', we new define a method in Python called 'DoStart', whilst before we would define '_DoStart'.  This change is to align pybindgen generated bindings with the other python bindings tools out there, such as boost.python, swig, and sip.  It is also simpler to understand for users.
2010-03-26 18:54:11 +00:00
Gustavo J. A. M. Carneiro
a42333b072 API rescan, after wimax changes 2010-03-20 13:00:14 +00:00
Gustavo J. A. M. Carneiro
ca2220ad7b FlowMonitor: measure flow interruptions 2010-03-19 11:28:49 +00:00