Commit Graph

7138 Commits

Author SHA1 Message Date
Mitch Watrous
ccda4f247a Fix module names in documentation 2011-05-06 08:38:41 -07:00
Tom Henderson
5e24c1491a bug 1126: fix uninitialized variables 2011-05-05 21:29:34 -07:00
Mitch Watrous
6e35327e30 Improve comments for template module 2011-05-05 10:36:26 -07:00
Mitch Watrous
b17a6f8332 Create a template module 2011-05-04 20:02:57 -07:00
John Abraham
d2b0ca8338 csma-layout code-style changes 2011-05-04 15:11:58 -07:00
John Abraham
0d2dc2c43d Point-to-point-layout code-style changes 2011-05-04 15:11:13 -07:00
Mitch Watrous
d2ba81f69c Make modules no longer be enabled from waf build 2011-05-04 11:20:20 -07:00
Andrea Sacco
575a1f4b05 UAN module code style cleanup 2011-05-04 17:26:02 +02:00
Nicola Baldo
f345f9e983 renamed spectrum-value-test.h --> spectrum-test.h 2011-05-04 16:45:09 +02:00
Nicola Baldo
eb51d3b9bc refined spectrum-value test after bug 1122 fix 2011-05-04 16:34:03 +02:00
Gustavo J. A. M. Carneiro
b581319f9c pyviz: display ipv6 addresses in the node tooltips 2011-05-04 15:28:55 +01:00
Mathieu Lacage
0731a3bdf9 someone forgot to initialize minrto 2011-05-04 15:29:52 +02:00
Mitch Watrous
d9f9c171e0 Make more Python examples use new modular bindings 2011-05-03 14:00:47 -07:00
Nicola Baldo
3a43783963 fixed Bug 1122 - spectrum-value test should check tolerance on a per-value basis 2011-05-03 12:26:55 +02:00
Mathieu Lacage
5dc857e7bd merge with HEAD 2011-05-03 11:39:31 +02:00
Mathieu Lacage
ef666c6a8b use the right macros to avoid un-needed code. DO NOT USE int values for bool. 2011-05-03 11:38:15 +02:00
Mathieu Lacage
755f4aa15b use the right macros to avoid un-needed code. remove slashes in names. 2011-05-03 11:37:21 +02:00
Mathieu Lacage
2281fc0180 avoid the use of nested NS_TEST_ calls 2011-05-03 11:30:58 +02:00
Mathieu Lacage
b25ef1633d kill dead code 2011-05-03 11:23:51 +02:00
Mathieu Lacage
5fee8063bc do not dump stuff on std::cout during tests 2011-05-03 11:23:11 +02:00
Mathieu Lacage
9de9b1b10d typo in Teardown method name 2011-05-03 11:22:20 +02:00
Mathieu Lacage
c803b08135 improve test output upon failure 2011-05-03 11:21:50 +02:00
Mathieu Lacage
4a484cdfd5 convert from old test API 2011-05-03 11:19:03 +02:00
Mathieu Lacage
34211bb68e improve test output upon failure 2011-05-03 11:18:41 +02:00
Mathieu Lacage
dd5f401539 do not log output on std::cout 2011-05-03 11:18:09 +02:00
Mathieu Lacage
967d2abf5c do not log debug output on std::cout 2011-05-03 11:17:35 +02:00
Mathieu Lacage
f609bc4fd2 do not dump debug out on std::cout 2011-05-03 11:16:58 +02:00
Mathieu Lacage
386a2745dd remove / in name 2011-05-03 11:16:39 +02:00
Flavio Kubota
47cd766322 WiMAX code style patch 2011-05-03 01:08:21 -03:00
Mitch Watrous
e536a8efef Make Python examples use new modular bindings without importing everything 2011-05-02 17:17:09 -07:00
Lalith Suresh
fa59efdf02 Click module coding style cleanup 2011-05-02 16:24:20 +01:00
Mathieu Lacage
290b704d86 typo caught by gcc 4.6.0 reported by John Abraham 2011-05-02 08:47:57 +02:00
Mathieu Lacage
b13096fc68 remove csma star example that was moved to csma-star module. 2011-05-02 08:47:29 +02:00
John Abraham
4a6ebd22e8 Bug 1105 Move topology helpers to separate per-device modules. Module "test" has linker errors specifically in darwin machines 2011-05-01 07:22:25 -07:00
Mitch Watrous
e795aaedb2 Make Python examples use new modular bindings 2011-04-29 16:59:33 -07:00
Mitch Watrous
b07af8359b Make built modules list not be printed for clean and distclean 2011-04-29 12:10:45 -07:00
Mitch Watrous
7f4cb423d2 Update tutorial to show built modules list in columns 2011-04-29 10:33:14 -07:00
Gustavo J. A. M. Carneiro
82b7ca17b4 Link Python bindings modules to all enabled ns-3 module libraries. Fixes #1117. 2011-04-29 18:27:03 +01:00
Mitch Watrous
4d16fd7c74 Make built modules list be printed in columns 2011-04-29 10:15:30 -07:00
Mitch Watrous
26006abcca Make test.py not run examples that are not runnable 2011-04-29 09:53:35 -07:00
Nicola Baldo
4be5451f20 updated list of fixed bugs for ns-3.11 2011-04-29 16:55:07 +02:00
Mitch Watrous
1718599e48 Write a status file during waf build step 2011-04-28 09:10:29 -07:00
Mathieu Lacage
9f34c1163a merge 2011-04-28 00:11:44 +02:00
Josh Pelkey
65bfec39f2 check additional directory for nsc library 2011-04-27 10:16:08 -04:00
John Abraham
e9a5c40990 Bug 1105 Move topology helpers in separate per-device modules 2011-04-26 15:52:10 -07:00
John Abraham
59752d3727 Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:49:03 -07:00
John Abraham
f6a6236ef8 Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:42:15 -07:00
John Abraham
d406a5b87d Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:18:32 -07:00
Mitch Watrous
a87f0cb97e Bug 1110 - Sort alphabetically and display Modules built in columns 2011-04-26 14:21:44 -07:00
Mitch Watrous
23209eb41f Bug 1108 - test.py -e option needs repair 2011-04-26 12:53:50 -07:00