Commit Graph

525 Commits

Author SHA1 Message Date
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
Gustavo J. A. M. Carneiro
becab98cff API rescan 2010-03-17 16:58:32 +00:00
Gustavo J. A. M. Carneiro
f7025232b2 Fix the Python binding for ns3::Ipv4ListRouting::GetRoutingProtocol 2010-03-17 14:14:59 +00:00
Gustavo J. A. M. Carneiro
eafd6b356c API rescan 2010-03-17 12:35:05 +00:00
Gustavo J. A. M. Carneiro
478d8f35dd Add option to enable gcc precompiled header for compiling python bindings 2010-03-17 12:34:52 +00:00
Gustavo J. A. M. Carneiro
5447999e9b API rescan for Python bindings 2010-03-17 11:19:49 +00:00
Gustavo J. A. M. Carneiro
ecc1df19d5 Realign Python ns3.Object constructors with C++
The Python constructors are now parameter oriented instead of attribute oriented.
The main motivation for this change is that Python bindings become broken with new Object types being introduced that do not have a default constructor (constructor without parameters).  Another reason is to shorten the gap between C++ and Python, API-wise--the more similar they are, the less confusing it becomes.
2010-03-17 11:18:55 +00:00
Josh Pelkey
5afc6bd374 Merge distributed simulation code 2010-03-08 21:07:31 -05:00
Tom Henderson
31efaca066 rescan bindings 2010-03-05 16:30:58 -08:00
Tom Henderson
827e5ece9e rescan bindings 2010-03-05 16:01:13 -08:00
Craig Dowell
c61053c448 plumb explicitFilename everywhere and update manual and tutorial 2010-03-01 18:15:36 -08:00
Craig Dowell
9a52edef60 allow explicit filenames in pcap trace files 2010-02-26 10:31:26 -08:00
Craig Dowell
829f3bcba3 rescan bindings 2010-02-25 10:52:54 -08:00
Craig Dowell
36462e7dca double-check bindings 2010-02-24 17:07:51 -08:00
Craig Dowell
ab2edebda3 Remove GetTypeId and rescan 2010-02-24 10:00:13 -08:00
Craig Dowell
292b1d993f OutputStreamKeeper to OutputStreamWrapper 2010-02-23 10:30:38 -08:00
Craig Dowell
d7b6488b64 PcapFileObject to PcapFileWrapper 2010-02-23 10:04:31 -08:00
Craig Dowell
c0e5d67777 python-scan 2010-02-12 20:59:40 -08:00