Gustavo J. A. M. Carneiro
|
f302d055e9
|
WAF: handle --doxygen before building; now only generates docs and does not build anything.
|
2007-08-08 12:36:59 +01:00 |
|
Tom Henderson
|
de77db64fc
|
interim
|
2007-08-03 09:29:57 -07:00 |
|
Tom Henderson
|
fce7c3cc39
|
merge with ns-3-dev
|
2007-08-03 08:29:24 -07:00 |
|
Craig Dowell
|
d38da7ae3d
|
rename party
|
2007-07-27 14:04:54 -07:00 |
|
Emmanuelle Laprise
|
31530c7311
|
a csma/cd NetDevice subclass and a test script
|
2007-07-27 21:17:14 +02:00 |
|
Emmanuelle Laprise
|
54af49fe40
|
src/devices/p2p -> src/devices/point-to-point
|
2007-07-27 20:17:23 +02:00 |
|
Gustavo J. A. M. Carneiro
|
35e5c48814
|
WAF: make list of modules (all_modules) a tuple instead of list, because it is hashable, and this way newer WAF is able to notice changes in it and automatically trigger a reconfiguration.
|
2007-07-24 16:13:31 +01:00 |
|
Mathieu Lacage
|
014bc9ed79
|
mobility models
|
2007-07-23 15:53:54 +02:00 |
|
Gustavo J. A. M. Carneiro
|
f0a90a46ed
|
WAF: add back the --enable-rpath option, per Mathieu's request, though disabled by default.
|
2007-07-20 11:38:16 +01:00 |
|
Gustavo J. A. M. Carneiro
|
d379c41d72
|
WAF: use a separate 'waf task' for installing each public ns3 header to work around a dependency tracking bug in waf causing too many rebuilds when a single header file changes.
|
2007-07-20 11:27:34 +01:00 |
|
Gustavo J. A. M. Carneiro
|
76223227ba
|
Allow compiling the 'routing' module and example with WAF
|
2007-07-17 11:02:14 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ae8f10ae47
|
WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
|
2007-07-15 13:04:47 +01:00 |
|
Gustavo J. A. M. Carneiro
|
65aca43f3f
|
WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
|
2007-06-15 15:19:38 +01:00 |
|
Gustavo J. A. M. Carneiro
|
4772e79fee
|
Define env['NS3_MODULE_PATH'] in configure rather than build.
|
2007-06-12 18:52:58 +01:00 |
|
Gustavo J. A. M. Carneiro
|
381103678d
|
WAF: cleanup the main wscript file by moving the definition of the ns3header object type into src/wscript
|
2007-05-24 17:54:51 +01:00 |
|
Gustavo J. A. M. Carneiro
|
8cdcda24e1
|
WAF: remove the rpath options, and add --run and --shell as replacements; additionally, the new options "should" work on Mac OS X, as well as linux2 and win32.
|
2007-05-23 19:20:54 +01:00 |
|
Gustavo J. A. M. Carneiro
|
fb07f84709
|
WAF: fix problem in --enable/disable-rpath options
|
2007-05-20 18:05:30 +01:00 |
|
Gustavo J. A. M. Carneiro
|
8d9a65d226
|
WAF: enable -rpath by default only on linux2, with configure options to override this default choice
|
2007-05-18 16:09:13 +01:00 |
|
Gustavo J. A. M. Carneiro
|
777438f7fc
|
WAF: the correct form of the rpath option should be -rpath, not --rpath; fixed.
|
2007-05-18 11:27:20 +01:00 |
|
Gustavo J. A. M. Carneiro
|
78f81de607
|
Make WAF scripts modify PATH in environment to allow child processes to find the ns-3 DLLs, instead of using --rpath, which doesn't work on win32. This way at least waf check is able to run the unit tests now.
|
2007-05-17 17:34:19 +01:00 |
|
Gustavo J. A. M. Carneiro
|
01f945c459
|
Fix a small waf script bug, in the rpath code, that only appears when compiling for the first time.
|
2007-05-13 17:37:30 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ca2416f431
|
WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
|
2007-05-13 12:46:18 +01:00 |
|
Gustavo J. A. M. Carneiro
|
b2a87732c9
|
Add support for building with WAF
|
2007-05-07 12:01:51 +01:00 |
|