src/core/wscript
Tue, 26 Feb 2008 19:51:33 +0100 Mathieu Lacage EventTraceSource -> TracedCallback, ValueTraceSource -> TracedValue.
Tue, 26 Feb 2008 18:03:44 +0100 Mathieu Lacage export public header
Tue, 26 Feb 2008 01:07:16 +0100 Mathieu Lacage A Config class which hooks into the Object Attribute/Tracing system.
Sun, 24 Feb 2008 20:04:31 +0100 Mathieu Lacage replace IntegerTraceSource with ValueTraceSource
Sat, 23 Feb 2008 05:23:59 +0100 Mathieu Lacage InitialValue -> GlobalValue
Fri, 22 Feb 2008 00:08:00 +0100 Mathieu Lacage actually allow connection and disconnection to trace sources registered in TypeIds
Thu, 21 Feb 2008 23:15:00 +0100 Mathieu Lacage add an IntegerTraceSource which behaves just like an Integer.
Thu, 21 Feb 2008 19:16:00 +0100 Mathieu Lacage enum-value -> enum
Thu, 21 Feb 2008 19:13:39 +0100 Mathieu Lacage fp-value -> double
Thu, 21 Feb 2008 19:09:05 +0100 Mathieu Lacage uint-value -> uinteger
Thu, 21 Feb 2008 19:04:18 +0100 Mathieu Lacage int-value -> integer
Thu, 21 Feb 2008 18:57:34 +0100 Mathieu Lacage boolean-value -> boolean
Thu, 21 Feb 2008 18:54:02 +0100 Mathieu Lacage value-helper.h -> attribute-helper.h
Thu, 21 Feb 2008 18:46:48 +0100 Mathieu Lacage value-test.cc -> attribute-test.cc
Thu, 21 Feb 2008 18:44:27 +0100 Mathieu Lacage param-spec-helper.h -> attribute-accessor-helper.h
Thu, 21 Feb 2008 18:35:55 +0100 Mathieu Lacage remove old helpers
Wed, 20 Feb 2008 21:45:42 +0100 Mathieu Lacage value.h -> attribute.h
Mon, 18 Feb 2008 03:01:52 +0100 Mathieu Lacage InitialValue support
Fri, 15 Feb 2008 05:38:29 +0100 Mathieu Lacage macro-ify
Wed, 13 Feb 2008 22:39:17 +0100 Mathieu Lacage convert RandomVariable, Rectangle, Vector, and Time to the new Class Helper
Mon, 11 Feb 2008 04:26:09 +0100 Mathieu Lacage add ObjectVector value support.
Fri, 08 Feb 2008 02:22:04 +0100 Mathieu Lacage a pretty simple wrapper around TypeId+Parameters: ObjectFactory
Thu, 07 Feb 2008 23:57:07 +0100 Mathieu Lacage make headers public.
Thu, 07 Feb 2008 23:55:23 +0100 Mathieu Lacage make param-spec-helper.h public
Thu, 07 Feb 2008 23:23:33 +0100 Mathieu Lacage add back FpValue support
Mon, 04 Feb 2008 23:13:54 +0100 Mathieu Lacage add back EnumValue
Mon, 04 Feb 2008 22:32:21 +0100 Mathieu Lacage add back UintValue
Mon, 04 Feb 2008 22:18:07 +0100 Mathieu Lacage add back IntValue support
Thu, 31 Jan 2008 15:10:21 +0100 Mathieu Lacage make Ptr<T> convertible to a Value.
Wed, 30 Jan 2008 19:13:06 +0100 Mathieu Lacage attempt to perform correctly automatic conversions.
Wed, 30 Jan 2008 17:28:18 +0100 Mathieu Lacage initial work on Value code
Wed, 30 Jan 2008 17:25:06 +0100 Mathieu Lacage introduce ObjectBase
Wed, 16 Jan 2008 10:27:07 +0100 Mathieu Lacage interface-id -> type-id
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 09:10:40 +0100 Mathieu Lacage a replacement for ClassIdDefaultValue
Tue, 25 Dec 2007 11:09:15 +0100 Mathieu Lacage fix bug 98
Tue, 30 Oct 2007 10:09:39 +0100 Mathieu Lacage bug 96: debug.h duplicates functionality from log.h
Fri, 28 Sep 2007 10:32:59 +0200 Mathieu Lacage implement the helper IntToType template
Fri, 28 Sep 2007 09:27:57 +0200 Mathieu Lacage rewrite the TypeTraits and add some tests
Wed, 12 Sep 2007 16:24:31 -0700 Craig Dowell log rides along for free
Wed, 05 Sep 2007 12:34:53 +0200 Mathieu Lacage add an overload of the TraceSource::AddCallback method
Tue, 28 Aug 2007 12:42:27 +0200 Mathieu Lacage document trace source signature
Mon, 27 Aug 2007 15:07:39 +0200 Mathieu Lacage remove dead code
Mon, 27 Aug 2007 13:36:40 +0200 Mathieu Lacage remove TraceRoot
Sun, 12 Aug 2007 22:23:08 +0200 Mathieu Lacage replace CallbackTraceSourceBase with TraceSource base class
Sun, 12 Aug 2007 16:26:53 +0200 Mathieu Lacage the TerminalTraceResolver is not used anymore by the CompositeTraceResolver implementation
Fri, 10 Aug 2007 15:53:43 +0200 Mathieu Lacage move trace code to core module
Wed, 08 Aug 2007 15:10:36 +0100 Gustavo J. A. M. Carneiro WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
Thu, 02 Aug 2007 13:59:08 +0100 Gustavo J. A. M. Carneiro Bug #7: Better breakpoints.
Sat, 28 Jul 2007 14:14:16 +0100 Gustavo J. A. M. Carneiro WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
Mon, 23 Jul 2007 14:41:34 +0200 Mathieu Lacage RandomVariableDefaultValue
Fri, 20 Jul 2007 11:12:43 +0100 Gustavo J. A. M. Carneiro WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
Thu, 09 Aug 2007 21:16:39 +0200 Mathieu Lacage forgot to update waf build scripts
Sun, 15 Jul 2007 13:04:47 +0100 Gustavo J. A. M. Carneiro 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.
Fri, 15 Jun 2007 15:19:38 +0100 Gustavo J. A. M. Carneiro WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
Tue, 12 Jun 2007 14:05:01 +0100 Gustavo J. A. M. Carneiro Re-sync WAF build with the latest SConstruct changes.
Thu, 24 May 2007 14:53:43 +0100 Gustavo J. A. M. Carneiro WAF: reference-list* were removed
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.
Mon, 07 May 2007 12:01:51 +0100 Gustavo J. A. M. Carneiro Add support for building with WAF
less more (0) tip