Commit Graph

649 Commits

Author SHA1 Message Date
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
b3b7a98b8e In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems. 2007-05-17 17:02:03 +01:00
Gustavo J. A. M. Carneiro
4c68aff164 Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32. 2007-05-17 15:50:20 +01:00
Gustavo J. A. M. Carneiro
6e7e5822fb Fix some case sensitivity issues on win32-specific code. 2007-05-17 15:15:56 +01:00
Mathieu Lacage
237de8786b merge 2007-05-17 16:00:02 +02:00
Mathieu Lacage
6f9b937819 add gcc 4.2 to list of supported compilers 2007-05-17 15:59:23 +02:00
Gustavo J. A. M. Carneiro
96535936a5 Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers. 2007-05-17 14:22:27 +01:00
Mathieu Lacage
38ab245727 add reference to architecture document 2007-05-17 14:31:08 +02:00
Mathieu Lacage
447de493d3 beautify the dox output 2007-05-17 14:07:22 +02:00
Mathieu Lacage
f03a672ac0 cleanup old dox and reorg header 2007-05-17 12:28:38 +02:00
Mathieu Lacage
6a4d33e3e6 improve IIpv4 dox 2007-05-17 12:23:39 +02:00
Mathieu Lacage
aa0d967512 improve dist support 2007-05-17 11:46:33 +02:00
Mathieu Lacage
fd0a70f87e add gustavo to AUTHORS 2007-05-17 11:35:49 +02:00
Mathieu Lacage
12ed9958e5 write README, contributing.txt, reorganize the other documentation files 2007-05-17 11:32:22 +02:00
Mathieu Lacage
58f1af736e fix scons dist and scons all for gcc 4.1 2007-05-17 07:51:22 +02:00
Raj Bhattacharjea
256582455b Some dox additions/fixes 2007-05-16 17:01:39 -04:00
Raj Bhattacharjea
b852e0492e Internet-node module dox 2007-05-16 16:39:32 -04:00
Raj Bhattacharjea
37aa2a4bd2 Fixed a gcc3.4.6 error for optimized builds 2007-05-16 13:37:39 -04:00
Mathieu Lacage
6736b56964 fix dox warnings 2007-05-15 17:12:36 +02:00
Mathieu Lacage
41b12f96a5 remove references to Chunk and replace them with references to Header and Trailer 2007-05-15 16:42:53 +02:00
Mathieu Lacage
12fa2d9178 move doxygen doc into Header and Trailer classes. 2007-05-15 16:39:55 +02:00
Raj Bhattacharjea
7c4b2d67f6 Queue dox 2007-05-14 14:56:39 -04:00
Raj Bhattacharjea
487867d3aa MacAddress dox 2007-05-14 14:34:48 -04:00
Raj Bhattacharjea
29ba1c1c64 droptail and ipv4address dox 2007-05-14 14:07:26 -04:00
Raj Bhattacharjea
6c93b818af datarate, packet, defaultvalue, object dox 2007-05-14 10:38:08 -04:00
Raj Bhattacharjea
9d2216d84f fixed compiler error for gcc 3.4.6 2007-05-14 11:05:37 -04:00
Mathieu Lacage
093b8557ce fix build 2007-05-14 17:00:49 +02:00
Gustavo J. A. M. Carneiro
cf9674a713 Update WAF scripts to changes in source tree layout 2007-05-14 13:46:53 +01:00
Mathieu Lacage
ddeb64e4dd remove old crap 2007-05-14 13:04:59 +02:00
Mathieu Lacage
109139b07f make OnOffApplication not depend on IUdp 2007-05-14 12:59:44 +02:00
Mathieu Lacage
ec9215fbc1 remove useless comment 2007-05-14 12:37:55 +02:00
Mathieu Lacage
222f309be5 more dox doc 2007-05-14 12:37:31 +02:00
Mathieu Lacage
0ae24ebd1b add some dox doc 2007-05-14 12:34:44 +02:00
Mathieu Lacage
94c5cf7457 implement and use the OnOffApplication default values 2007-05-14 12:33:17 +02:00
Mathieu Lacage
1a70acc7c5 add DefaultValue support to DataRate 2007-05-14 12:32:59 +02:00
Mathieu Lacage
866c4cd4ec add dox doc and DefaultValue support to OnOffApplication 2007-05-14 11:12:29 +02:00
Mathieu Lacage
bae023c075 add a few features to IntegerDefaultValue 2007-05-14 11:11:30 +02:00
Mathieu Lacage
a6d24b73bd simplify the implementation 2007-05-14 10:25:50 +02:00
Mathieu Lacage
791a45c3da remove dead keyword 2007-05-14 10:16:12 +02:00
Mathieu Lacage
b3375209c0 remove dead code 2007-05-14 10:15:03 +02:00
Mathieu Lacage
3c3bea853e remove unused method 2007-05-14 10:08:01 +02:00
Mathieu Lacage
ee02cd1a23 rename Node to INode 2007-05-14 10:06:12 +02:00
Mathieu Lacage
4ac0069541 add back internet-node.h header for MakeInternetNode function 2007-05-14 09:26:51 +02:00
Mathieu Lacage
0d9f136298 rename internet-node.h to i-node-impl.h 2007-05-14 09:26:32 +02:00
Mathieu Lacage
1b0dbb2b34 rename node.h to i-node.h 2007-05-14 09:09:43 +02: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
58651f9ff6 Update WAF SVN checkout instructions; now the URL points to a special WAF SVN tag that represents code tested to work with NS-3. 2007-05-13 13:58:34 +01:00
Gustavo J. A. M. Carneiro
7aacb7d136 merge 2007-05-13 12:52:38 +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
Mathieu Lacage
19696ec37f add license header 2007-05-13 12:00:56 +02:00