Commit Graph

799 Commits

Author SHA1 Message Date
Ruben Merz
e9d0d2a36e Add missing module dependency for wifi-simple-infra example 2011-05-18 07:23:19 +02:00
John Abraham
0379ad69c1 Bug 1162 - opt build examples module unused variables 2011-05-18 12:59:20 -04:00
John Abraham
c01bb896b0 Bug 1152 part 3,‘ifInAddrSrc’ set but not used , g++4.6.0 2011-05-14 03:59:01 -04:00
John Abraham
2b4507c22c Bug 1152 part 2 , variable set but not used , g++4.6.0 2011-05-14 03:57:30 -04:00
John Abraham
65120f3210 Bug 1151 - variable ‘ifInAddrSrc’ set but not used, g++4.6.0 2011-05-14 03:38:29 -04:00
Josh Pelkey
946e71af06 general examples coding style changes 2011-05-13 15:35:31 -04:00
Gustavo J. A. M. Carneiro
289649516b bug 1058: InternetStackHelper pitfall: calling Install before adding routing protocols 2011-05-12 21:49:50 -07:00
John Abraham
3ea4038698 Bug 1129 nsc library path setting is not robust 2011-05-11 12:14:49 -07:00
Mitch Watrous
e0c73e34f2 Fix an example dependency problem and fix some paths in the documentation 2011-05-06 13:21:20 -07:00
Mitch Watrous
d9f9c171e0 Make more Python examples use new modular bindings 2011-05-03 14:00:47 -07:00
Mitch Watrous
e536a8efef Make Python examples use new modular bindings without importing everything 2011-05-02 17:17:09 -07:00
Mitch Watrous
e795aaedb2 Make Python examples use new modular bindings 2011-04-29 16:59:33 -07:00
Mitch Watrous
26006abcca Make test.py not run examples that are not runnable 2011-04-29 09:53:35 -07:00
Mitch Watrous
1718599e48 Write a status file during waf build step 2011-04-28 09:10:29 -07:00
John Abraham
d406a5b87d Bug 1105 Move topology helpers into separate per-device modules 2011-04-26 15:18:32 -07:00
Josh Pelkey
437312f163 move MPI examples over 2011-04-26 15:38:09 -04:00
Tom Henderson
5faedc2049 fix mpi 2011-04-26 14:57:48 -04:00
Mitch Watrous
bd17e94f65 Make MPI examples be built and run 2011-04-21 13:51:07 -07:00
John Abraham
ff6b43660a Bug 1106: Remove CanvasLocation dependencies 2011-04-22 08:24:37 -07:00
Tom Henderson
34fe2704ef update module dependencies 2011-04-21 10:50:36 -07:00
Tom Henderson
66f650787b Fix header file inclusion for MPI examples 2011-04-21 10:25:30 -07:00
Tom Henderson
880c163ac5 strip Control-M from example file; run through check-style.py 2011-04-21 10:12:56 -07:00
Mitch Watrous
8c6a8804ff Print modules built list at end of waf build 2011-04-18 10:50:55 -07:00
Mathieu Lacage
b1dd88b227 fix deps 2011-04-18 12:10:18 +02:00
Mitch Watrous
8a8d425071 Split contrib module into config-store and tools 2011-03-24 09:23:44 -07: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
Lalith Suresh
01cd8c0a98 Bug 1070: csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE 2011-03-11 21:48:51 +00:00
Mitch Watrous
3f1b70a2bf Make test.py handle examples-to-run.py files 2011-03-09 16:49:59 -08:00
Mitch Watrous
dc1f90b0c5 Fix dependencies in various wscripts 2011-03-08 14:57:45 -08:00
Mitch Watrous
540288c432 Fix dependencies in various wscripts 2011-03-07 16:59:09 -08:00
Tom Henderson
18f2715506 remove src/helper module 2011-03-05 11:47:37 -08:00
Tom Henderson
344f51c8af Add netanim module 2011-03-05 10:51:26 -08:00
Lalith Suresh
add3e9da99 Migrates topology-reader helpers and examples to module directory 2011-03-05 00:55:35 +00:00
Lalith Suresh
f3a7847c3b Moves mesh, flame and dot11s examples and helpers to respective module folders 2011-03-04 19:14:23 +00:00
Lalith Suresh
59a2a4f959 Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format 2011-03-03 19:54:57 +00:00
Mitch Watrous
58f7066b70 Move applications to a single module 2011-03-02 13:42:28 -08:00
Josh Pelkey
e09cf6a452 remove duplicate core-module.h includes 2011-03-01 09:59:55 -05:00
Josh Pelkey
93205ebccf modularize nix and aodv, thanks lalith 2011-02-27 01:00:17 -05:00
Tom Henderson
607c518617 mobility module to new directory structure 2011-02-25 16:06:17 -08:00
Tom Henderson
89b6c3ede8 Fix some additional dependency issues 2011-02-25 12:11:11 -08:00
Tom Henderson
c4e4de9ac3 Rename internet-stack to internet, and organize module 2011-02-25 10:32:35 -08:00
Tom Henderson
ca7b93cc3d Merge node and common modules into new network module 2011-02-21 09:11:37 -08:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Josh Pelkey
0e1c0ca995 merge with ns-3-dev 2011-02-08 13:08:45 -05:00
Pavel Boyko
a0df72a405 Bug 1048: MatrixPropagationLossModel API changed from Ptr<Object> to Ptr<MobilityModel> 2011-02-06 12:42:35 +03:00
Nicola Baldo
e9c4fdeef4 created spectrum module 2011-01-31 10:13:32 +01:00
Tom Henderson
6c2535afed fix example and sample dependencies 2011-01-28 14:11:42 -08:00
Josh Pelkey
28379f11af Move tcp-loss-response to actual test suite 2011-01-20 14:18:12 -05:00
Josh Pelkey
baf5893516 Move tcp-testcases to actual test suite 2011-01-19 16:23:13 -05:00