Commit Graph

6942 Commits

Author SHA1 Message Date
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07:00
Mathieu Lacage
62607d311d bug 1078: PacketTagList::Add performs NS_ASSERT counting one byte too few. 2011-03-24 15:11:56 +01:00
Mitch Watrous
bebeba14ee Move flow-monitor module out of contrib directory 2011-03-22 16:56:10 -07:00
Mitch Watrous
d6b315e54b Move energy module out of contrib directory 2011-03-22 16:40:32 -07:00
Mitch Watrous
6f9d730710 Add descriptive comment for utils.py 2011-03-22 16:21:35 -07:00
Mitch Watrous
d599775e0d Rescan bindings 2011-03-22 16:12:36 -07:00
Gustavo J. A. M. Carneiro
6858d16f57 Modular bindings: fix 'import_from_module' with module names with dashes 2011-03-22 17:27:25 +00:00
Gustavo J. A. M. Carneiro
cd87dde152 Modular bindings: make each python extension module link only to the required ns-3 modular libraries 2011-03-22 16:23:36 +00:00
Gustavo J. A. M. Carneiro
2a16dbfa9b ./waf --apiscan=all: now only scans modules that have bld.ns3_python_bindings() in their wscript 2011-03-22 15:56:41 +00:00
Gustavo J. A. M. Carneiro
e072bb3014 Add more modular bindings 2011-03-22 15:41:38 +00:00
Gustavo J. A. M. Carneiro
74d393ebbf Disable copy contructors 2011-03-22 15:40:49 +00:00
Gustavo J. A. M. Carneiro
58da63dd1f merge 2011-03-21 18:54:34 +00:00
Gustavo J. A. M. Carneiro
ced1e8f132 lte: add missing event-id.h includes 2011-03-21 18:54:00 +00:00
Gustavo J. A. M. Carneiro
3f05c198e5 ./waf --apiscan=all: don't scan modules ending in -test 2011-03-21 18:53:10 +00:00
Mitch Watrous
4ec8e661c0 Test implicitly dependent modules 2011-03-21 11:26:56 -07:00
Gustavo J. A. M. Carneiro
a8d6007059 Make ./waf --apiscan=all skip the test modules 2011-03-21 18:16:41 +00:00
Mitch Watrous
4fea31db44 Fix dependencies list for test module 2011-03-20 16:32:46 -07:00
Gustavo J. A. M. Carneiro
e839c44bd7 Modular bindings: before scanning a module, check that xxx-module.h exists, skip the scanning if it doesn't 2011-03-20 17:56:06 +00:00
Gustavo J. A. M. Carneiro
6a29a6bd0a Modular bindings: add support for the apiscan target 'all', that means scan all ns-3 modules 2011-03-20 15:41:43 +00:00
Gustavo J. A. M. Carneiro
259cf3703b Add OLSR modular bindings 2011-03-20 15:17:09 +00:00
Gustavo J. A. M. Carneiro
3a41db8ea9 Modular bindings: bug fixes, more verbose scanning 2011-03-20 15:08:20 +00:00
Gustavo J. A. M. Carneiro
308efe383b Modular bindings: skip a binding module if the corresponding ns-3 module is not enabled 2011-03-20 14:18:56 +00:00
Gustavo J. A. M. Carneiro
ba1990146c Bug 1076 - Waf gives an error if you enable only a single module 2011-03-20 13:01:40 +00:00
Gustavo J. A. M. Carneiro
ffbc5737b3 Bug 1075 - Python examples fail when static built is enabled 2011-03-20 12:18:15 +00:00
Gustavo J. A. M. Carneiro
6f6538f5e3 Bug 1040 - Olsr and multiple interfaces 2011-03-20 11:40:42 +00:00
Lalith Suresh
4a52471c5e Corrects wscript for Click examples 2011-03-19 16:54:00 +00:00
Gustavo J. A. M. Carneiro
2cda7a5ac5 Fix the build of visualizer module when the python headers are missing 2011-03-19 14:26:03 +00:00
Mitch Watrous
9959a29036 Fix dependencies in various wscripts 2011-03-18 13:21:02 -07:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Josh Pelkey
403e100f56 remove unknown wscript entry 2011-03-18 14:43:00 -04:00
Mathieu Lacage
b8c41a872b merge 2011-03-17 10:04:08 +01:00
Mathieu Lacage
8bc2789ea8 typos in email addresses 2011-03-17 10:03:56 +01:00
Gustavo J. A. M. Carneiro
6d17279a2a Bindings api rescan 2011-03-15 12:17:06 +01:00
Mathieu Lacage
0bdd0b2f05 bug 1072: crash upon call to Packet::AddAtEnd of fragmented packets 2011-03-15 09:27:12 +01:00
Josh Pelkey
2b457b4a0c openflow manual cleanup 2011-03-14 12:40:56 -04:00
Josh Pelkey
570f060c37 Add OpenFlow interface manual sections 2011-03-14 12:31:41 -04:00
Gustavo J. A. M. Carneiro
961ff12165 Modular bindings: scan the applications, contrib, mpi, flow-monitor, and point-to-point modules. 2011-03-13 18:40:36 +00:00
Gustavo J. A. M. Carneiro
9b438b849c Disable PointToPointNetDevice copy-contructor 2011-03-13 18:39:40 +00:00
Gustavo J. A. M. Carneiro
dcebe37e8e Add missing include 2011-03-13 18:39:22 +00:00
Gustavo J. A. M. Carneiro
6015e64410 Modular bindings: handle module names with hyphens 2011-03-13 18:38:59 +00:00
Gustavo J. A. M. Carneiro
3af457ddd3 Fix: The compat. ns3.py module is not needed when --bindings-type=both 2011-03-13 18:15:28 +00:00
Gustavo J. A. M. Carneiro
b844905137 Modular bindings: scan the wifi module 2011-03-13 17:57:14 +00:00
Gustavo J. A. M. Carneiro
1c491c980c Modular bindings: waf dep. fix. 2011-03-13 17:56:59 +00:00
Gustavo J. A. M. Carneiro
3383199707 Disable the YansWifiChannel copy-contructor 2011-03-13 17:56:13 +00:00
Gustavo J. A. M. Carneiro
644c788a1b Modular bindings: generate a compatibility 'ns3' module that imports the modular bindings 2011-03-13 16:03:33 +00:00
Gustavo J. A. M. Carneiro
3b0f44269d Modular bindings: add the Callback<...> type handlers 2011-03-13 15:28:57 +00:00
Gustavo J. A. M. Carneiro
36c8ec8e91 Modular bindings: make Scalar operators work again 2011-03-13 13:19:56 +00:00
Gustavo J. A. M. Carneiro
0e1798fe7f merge 2011-03-12 18:35:56 +00:00
Gustavo J. A. M. Carneiro
089fbdcb5c Modular Python bindings work (many bug fixes, more modules tested) 2011-03-12 18:34:30 +00:00
Lalith Suresh
01cd8c0a98 Bug 1070: csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE 2011-03-11 21:48:51 +00:00