acbfbc29b3
WAF: add a dist_hook function to exclude the generated documentation from waf dist
Gustavo J. A. M. Carneiro
2007-05-24 19:21:50 +01:00
923f4aeb8f
WAF: correct values of VERSION and APPNAME, for waf dist
Gustavo J. A. M. Carneiro
2007-05-24 17:59:30 +01:00
381103678d
WAF: cleanup the main wscript file by moving the definition of the ns3header object type into src/wscript
Gustavo J. A. M. Carneiro
2007-05-24 17:54:51 +01:00
80247a993d
uniformize the DefaultValues used by the Event Schedulers
Mathieu Lacage
2007-05-24 16:15:41 +02:00
73a66e5b1a
Fixed the problems that were found by Mathieu Lacage in the first implementation. Biggest change is to not allow any conversions to double with the GetXxxSeconds and XxxSeconds functions. (see Bug 22 for more information)
Emmanuelle Laprise
2007-05-21 22:14:09 -05:00
8b48c39675
rename ::Add to ::AddInterface
Mathieu Lacage
2007-05-19 13:41:50 +02:00
055f6d06ae
yet another optimization to cut even more on memory allocations
Mathieu Lacage
2007-05-19 13:25:45 +02:00
23ab5ba436
The header file ns3/cairo-wideint-private.h was added since the type int32_t was used.
Emmanuelle Laprise
2007-05-17 12:12:44 -05:00
a655f02fcc
merge ns-3.0.2 tag
Mathieu Lacage
2007-05-24 08:34:41 +02:00
92aa47e0bc
Added tag release ns-3.0.2 for changeset 7ac5a4b0969b
Mathieu Lacage
2007-05-24 08:33:44 +02:00
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.
Gustavo J. A. M. Carneiro
2007-05-23 19:20:54 +01:00
a28dd7dbc3
WAF: cleanup code by putting lcov and doxygen handling into their own separate functions
Gustavo J. A. M. Carneiro
2007-05-23 17:32:32 +01:00
e518ba5de5
Fix swapped parameters in LogNormalVariable::GetSingleValue and add a couple of LogNormalVariable unit tests.
Gustavo J. A. M. Carneiro
2007-05-19 16:40:40 +01:00
2dc08498c4
Correct the Ptr (T *ptr) documentation.
Gustavo J. A. M. Carneiro
2007-05-19 14:37:06 +01:00
f3135499c2
Verified build on x86_64
Tom Henderson
2007-05-18 14:08:51 -07:00
5e093d105a
Remove codingstd.tex
Tom Henderson
2007-05-18 12:18:55 -07:00
b09393e580
add VERSION to extra dist
Mathieu Lacage
2007-05-18 20:57:02 +02:00
b862b62fb9
pull version number from VERSION file
Mathieu Lacage
2007-05-18 20:48:24 +02:00
e8d95c4e7e
Pick up codingstd.txt in dist; point interested waf users to build-waf.txt in the development branch
Tom Henderson
2007-05-18 11:13:57 -07:00
234aafe368
minor changes due to documentation review
Tom Henderson
2007-05-18 10:27:42 -07:00
418ceadc2b
add doc/architecture.pdf to dist
Mathieu Lacage
2007-05-18 18:06:00 +02:00
12840fd46c
update the documentation section
Mathieu Lacage
2007-05-18 18:03:48 +02:00
8dd140d50d
Make scons dist work on osx
Raj Bhattacharjea
2007-05-18 11:41:43 -04:00
fdfcb95711
change version number to match ns convention
Mathieu Lacage
2007-05-18 17:26:28 +02:00
8d9a65d226
WAF: enable -rpath by default only on linux2, with configure options to override this default choice
Gustavo J. A. M. Carneiro
2007-05-18 16:09:13 +01:00
777438f7fc
WAF: the correct form of the rpath option should be -rpath, not --rpath; fixed.
Gustavo J. A. M. Carneiro
2007-05-18 11:27:20 +01:00
d386be9d5d
WAF: import the WAF subprocess replacement module 'pproc', to make it work on Python 2.3.
Gustavo J. A. M. Carneiro
2007-05-17 18:22:10 +01:00
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.
Gustavo J. A. M. Carneiro
2007-05-17 17:34:19 +01:00
b3b7a98b8e
In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems.
Gustavo J. A. M. Carneiro
2007-05-17 17:02:03 +01:00
b1bc31ae0e
optimization suggested by gustavo
Mathieu Lacage
2007-05-17 17:21:49 +02:00
4c68aff164
Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
Gustavo J. A. M. Carneiro
2007-05-17 15:50:20 +01:00
b3d1e90132
add benchmark by gustavo
Mathieu Lacage
2007-05-17 16:45:03 +02:00
6e7e5822fb
Fix some case sensitivity issues on win32-specific code.
Gustavo J. A. M. Carneiro
2007-05-17 15:15:56 +01:00
6f9b937819
add gcc 4.2 to list of supported compilers
Mathieu Lacage
2007-05-17 15:59:23 +02:00
96535936a5
Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers.
Gustavo J. A. M. Carneiro
2007-05-17 14:22:27 +01:00
f2c02fe3bb
a replacement for the Interface base class
Mathieu Lacage
2007-05-17 14:39:54 +02:00