Remove codingstd.tex |
|
More...
|
over 17 years ago
|
add VERSION to extra dist |
|
More...
|
over 17 years ago
|
merge |
|
More...
|
over 17 years ago
|
pull version number from VERSION file |
|
More...
|
over 17 years ago
|
Pick up codingstd.txt in dist; point interested waf users to build-waf.txt in the development branch |
|
More...
|
over 17 years ago
|
minor changes due to documentation review |
|
More...
|
over 17 years ago
|
add doc/architecture.pdf to dist |
|
More...
|
over 17 years ago
|
update the documentation section |
|
More...
|
over 17 years ago
|
Make scons dist work on osx |
|
More...
|
over 17 years ago
|
merge |
|
More...
|
over 17 years ago
|
change version number to match ns convention |
|
More...
|
over 17 years ago
|
WAF: enable -rpath by default only on linux2, with configure options to override this default choice |
|
More...
|
over 17 years ago
|
WAF: the correct form of the rpath option should be -rpath, not --rpath; fixed. |
|
More...
|
over 17 years ago
|
WAF: import the WAF subprocess replacement module 'pproc', to make it work on Python 2.3. |
|
More...
|
over 17 years ago
|
The header file ns3/cairo-wideint-private.h was added since the type int32_t was used. |
|
More...
|
over 17 years ago
|
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. |
|
More...
|
over 17 years ago
|
In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems. |
|
More...
|
over 17 years ago
|
optimization suggested by gustavo |
|
More...
|
over 17 years ago
|
Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32. |
|
More...
|
over 17 years ago
|
add benchmark by gustavo |
|
More...
|
over 17 years ago
|
Fix some case sensitivity issues on win32-specific code. |
|
More...
|
over 17 years ago
|
merge |
|
More...
|
over 17 years ago
|
add gcc 4.2 to list of supported compilers |
|
More...
|
over 17 years ago
|
Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers. |
|
More...
|
over 17 years ago
|
a replacement for the Interface base class |
|
More...
|
over 17 years ago
|
add reference to architecture document |
|
More...
|
over 17 years ago
|
beautify the dox output |
|
More...
|
over 17 years ago
|
cleanup old dox and reorg header |
|
More...
|
over 17 years ago
|
improve IIpv4 dox |
|
More...
|
over 17 years ago
|
improve dist support |
|
More...
|
over 17 years ago
|