Fri, 18 May 2007 10:27:42 -0700 Tom Henderson minor changes due to documentation review
Fri, 18 May 2007 18:06:00 +0200 Mathieu Lacage add doc/architecture.pdf to dist
Fri, 18 May 2007 18:03:48 +0200 Mathieu Lacage update the documentation section
Fri, 18 May 2007 11:41:43 -0400 Raj Bhattacharjea Make scons dist work on osx
Fri, 18 May 2007 17:28:15 +0200 Mathieu Lacage merge
Fri, 18 May 2007 17:26:28 +0200 Mathieu Lacage change version number to match ns convention
Fri, 18 May 2007 16:09:13 +0100 Gustavo J. A. M. Carneiro WAF: enable -rpath by default only on linux2, with configure options to override this default choice
Fri, 18 May 2007 11:27:20 +0100 Gustavo J. A. M. Carneiro WAF: the correct form of the rpath option should be -rpath, not --rpath; fixed.
Thu, 17 May 2007 18:22:10 +0100 Gustavo J. A. M. Carneiro WAF: import the WAF subprocess replacement module 'pproc', to make it work on Python 2.3.
Thu, 17 May 2007 17:34:19 +0100 Gustavo J. A. M. Carneiro 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.
Thu, 17 May 2007 17:02:03 +0100 Gustavo J. A. M. Carneiro In WAF win32 builds, add -Wl,--enable-runtime-pseudo-reloc to LINKFLAGS to solve dll linking problems.
Thu, 17 May 2007 15:50:20 +0100 Gustavo J. A. M. Carneiro Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
Thu, 17 May 2007 15:15:56 +0100 Gustavo J. A. M. Carneiro Fix some case sensitivity issues on win32-specific code.
Thu, 17 May 2007 16:00:02 +0200 Mathieu Lacage merge
Thu, 17 May 2007 15:59:23 +0200 Mathieu Lacage add gcc 4.2 to list of supported compilers
Thu, 17 May 2007 14:22:27 +0100 Gustavo J. A. M. Carneiro Make WAF check for the abstract tool 'compiler_cxx', instead of manually checking for multiple compilers.
Thu, 17 May 2007 14:31:08 +0200 Mathieu Lacage add reference to architecture document
Thu, 17 May 2007 14:07:22 +0200 Mathieu Lacage beautify the dox output
Thu, 17 May 2007 12:28:38 +0200 Mathieu Lacage cleanup old dox and reorg header
Thu, 17 May 2007 12:23:39 +0200 Mathieu Lacage improve IIpv4 dox
Thu, 17 May 2007 11:46:33 +0200 Mathieu Lacage improve dist support
Thu, 17 May 2007 11:35:49 +0200 Mathieu Lacage add gustavo to AUTHORS
Thu, 17 May 2007 11:32:22 +0200 Mathieu Lacage write README, contributing.txt, reorganize the other documentation files
Thu, 17 May 2007 07:51:22 +0200 Mathieu Lacage fix scons dist and scons all for gcc 4.1
Wed, 16 May 2007 17:01:39 -0400 Raj Bhattacharjea Some dox additions/fixes
Wed, 16 May 2007 16:39:32 -0400 Raj Bhattacharjea Internet-node module dox
Wed, 16 May 2007 13:37:39 -0400 Raj Bhattacharjea Fixed a gcc3.4.6 error for optimized builds
Tue, 15 May 2007 17:12:36 +0200 Mathieu Lacage fix dox warnings
Tue, 15 May 2007 16:42:53 +0200 Mathieu Lacage remove references to Chunk and replace them with references to Header and Trailer
Tue, 15 May 2007 16:39:55 +0200 Mathieu Lacage move doxygen doc into Header and Trailer classes.
Mon, 14 May 2007 14:56:39 -0400 Raj Bhattacharjea Queue dox
Mon, 14 May 2007 14:34:48 -0400 Raj Bhattacharjea MacAddress dox
Mon, 14 May 2007 14:07:26 -0400 Raj Bhattacharjea droptail and ipv4address dox
Mon, 14 May 2007 10:38:08 -0400 Raj Bhattacharjea datarate, packet, defaultvalue, object dox
Mon, 14 May 2007 11:05:37 -0400 Raj Bhattacharjea fixed compiler error for gcc 3.4.6
Mon, 14 May 2007 17:00:49 +0200 Mathieu Lacage fix build
Mon, 14 May 2007 13:46:53 +0100 Gustavo J. A. M. Carneiro Update WAF scripts to changes in source tree layout
Mon, 14 May 2007 13:04:59 +0200 Mathieu Lacage remove old crap
Mon, 14 May 2007 12:59:44 +0200 Mathieu Lacage make OnOffApplication not depend on IUdp
Mon, 14 May 2007 12:37:55 +0200 Mathieu Lacage remove useless comment
Mon, 14 May 2007 12:37:31 +0200 Mathieu Lacage more dox doc
Mon, 14 May 2007 12:34:44 +0200 Mathieu Lacage add some dox doc
Mon, 14 May 2007 12:33:17 +0200 Mathieu Lacage implement and use the OnOffApplication default values
Mon, 14 May 2007 12:32:59 +0200 Mathieu Lacage add DefaultValue support to DataRate
Mon, 14 May 2007 11:12:29 +0200 Mathieu Lacage add dox doc and DefaultValue support to OnOffApplication
Mon, 14 May 2007 11:11:30 +0200 Mathieu Lacage add a few features to IntegerDefaultValue
Mon, 14 May 2007 10:25:50 +0200 Mathieu Lacage simplify the implementation
Mon, 14 May 2007 10:16:12 +0200 Mathieu Lacage remove dead keyword
Mon, 14 May 2007 10:15:03 +0200 Mathieu Lacage remove dead code
Mon, 14 May 2007 10:08:01 +0200 Mathieu Lacage remove unused method
Mon, 14 May 2007 10:06:12 +0200 Mathieu Lacage rename Node to INode
Mon, 14 May 2007 09:26:51 +0200 Mathieu Lacage add back internet-node.h header for MakeInternetNode function
Mon, 14 May 2007 09:26:32 +0200 Mathieu Lacage rename internet-node.h to i-node-impl.h
Mon, 14 May 2007 09:09:43 +0200 Mathieu Lacage rename node.h to i-node.h
Sun, 13 May 2007 17:37:30 +0100 Gustavo J. A. M. Carneiro Fix a small waf script bug, in the rpath code, that only appears when compiling for the first time.
Sun, 13 May 2007 13:58:34 +0100 Gustavo J. A. M. Carneiro Update WAF SVN checkout instructions; now the URL points to a special WAF SVN tag that represents code tested to work with NS-3.
Sun, 13 May 2007 12:52:38 +0100 Gustavo J. A. M. Carneiro merge
Sun, 13 May 2007 12:46:18 +0100 Gustavo J. A. M. Carneiro 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.
Sun, 13 May 2007 12:00:56 +0200 Mathieu Lacage add license header
Sun, 13 May 2007 11:57:40 +0200 Mathieu Lacage remove useless comment
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip