Thu, 06 Sep 2007 13:32:29 +0200 Mathieu Lacage rename ConnectPrinterToAll to TraceAll
Thu, 06 Sep 2007 12:56:31 +0200 Mathieu Lacage add support for NodeList::ConnectPrinterToAll
Thu, 06 Sep 2007 12:33:22 +0200 Mathieu Lacage add bound callback tests and make them work
Thu, 06 Sep 2007 10:04:19 +0200 Mathieu Lacage add tests, fix the failing tests and add support for 6-arg callbacks
Wed, 05 Sep 2007 12:39:11 +0200 Mathieu Lacage fix a small typo
Wed, 05 Sep 2007 12:36:21 +0200 Mathieu Lacage add missing section on simple trace connection
Wed, 05 Sep 2007 12:34:53 +0200 Mathieu Lacage add an overload of the TraceSource::AddCallback method
Wed, 05 Sep 2007 12:08:57 +0200 Mathieu Lacage re-organize the tutorial and use sections
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Tue, 04 Sep 2007 15:34:04 +0200 Mathieu Lacage move tracing tutorial to doc directory
Thu, 30 Aug 2007 16:38:41 +0200 Mathieu Lacage finish trace tutorial
Thu, 30 Aug 2007 16:38:26 +0200 Mathieu Lacage add missing requirement to doxygen
Thu, 30 Aug 2007 16:00:26 +0200 Mathieu Lacage start section on registering new TraceSource objects
Thu, 30 Aug 2007 15:45:46 +0200 Mathieu Lacage add section on TraceContexts in tutorial
Thu, 30 Aug 2007 15:20:08 +0200 Mathieu Lacage add missing const
Thu, 30 Aug 2007 15:14:26 +0200 Mathieu Lacage make sure that l4 protocols are correctly registered within the tracing namespace
Thu, 30 Aug 2007 14:57:59 +0200 Mathieu Lacage add explanatory diagram
Thu, 30 Aug 2007 14:54:05 +0200 Mathieu Lacage add doxygen for each TraceSourceElement subclass
Thu, 30 Aug 2007 14:42:38 +0200 Mathieu Lacage fix dox warnings
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Thu, 30 Aug 2007 14:25:09 +0200 Mathieu Lacage rewrite the TraceContext::SourceCollection::Iterator class
Thu, 30 Aug 2007 13:58:15 +0200 Mathieu Lacage move printing to client code
Wed, 29 Aug 2007 16:43:19 +0200 Mathieu Lacage reference the proper trace source list group
Wed, 29 Aug 2007 16:43:04 +0200 Mathieu Lacage add PrintDoxygen method
Wed, 29 Aug 2007 16:42:55 +0200 Mathieu Lacage add iterator to go through available list
Wed, 29 Aug 2007 16:42:18 +0200 Mathieu Lacage add trace-source-file.h to doxygen list
Wed, 29 Aug 2007 16:42:00 +0200 Mathieu Lacage ignore empty file
Wed, 29 Aug 2007 16:41:23 +0200 Mathieu Lacage empty file for doxygen generation
Wed, 29 Aug 2007 15:11:29 +0200 Mathieu Lacage add some text on trace sink signatures
Wed, 29 Aug 2007 14:43:31 +0200 Mathieu Lacage add some tracing documentation
Wed, 29 Aug 2007 14:41:21 +0200 Mathieu Lacage improve output of list of existing traces
Wed, 29 Aug 2007 14:30:58 +0200 Mathieu Lacage s/lowleveltracing/tracing/
Wed, 29 Aug 2007 14:30:44 +0200 Mathieu Lacage make the output of the list of existing traces more readable
Tue, 28 Aug 2007 16:06:12 +0200 Mathieu Lacage some doxygen additions
Tue, 28 Aug 2007 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 15:04:37 +0200 Mathieu Lacage add some doxygen
Tue, 28 Aug 2007 14:51:13 +0200 Mathieu Lacage add doxygen documentation and rename TraceContext::Get to TraceContext::GetElement
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 14:32:44 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 14:10:54 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 13:14:43 +0200 Mathieu Lacage api doxygen for Object base class
Tue, 28 Aug 2007 13:10:18 +0200 Mathieu Lacage document trace source signatures
Tue, 28 Aug 2007 12:42:27 +0200 Mathieu Lacage document trace source signature
Tue, 28 Aug 2007 12:06:15 +0200 Mathieu Lacage improve trace list output
Tue, 28 Aug 2007 12:05:35 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 11:22:01 +0200 Mathieu Lacage document also mobility model notifier
Tue, 28 Aug 2007 11:21:42 +0200 Mathieu Lacage avoid problems with recursive use of Object::DoCollectSources
Tue, 28 Aug 2007 11:20:55 +0200 Mathieu Lacage make sure to get to the parent during trace resolution
Tue, 28 Aug 2007 11:01:00 +0200 Mathieu Lacage keep track of trace source help strings
Tue, 28 Aug 2007 09:37:10 +0200 Mathieu Lacage replace TraceResolver::PrintAvailable with TraceResolver::CollectSources
Mon, 27 Aug 2007 20:46:10 +0200 Mathieu Lacage add TraceResolver::CollectSources
Mon, 27 Aug 2007 20:45:49 +0200 Mathieu Lacage add TraceContext::IsSimilar
Mon, 27 Aug 2007 20:25:15 +0200 Mathieu Lacage add TraceResolver::PrintAvailable method
Mon, 27 Aug 2007 16:02:55 +0200 Mathieu Lacage add TraceContext::PrintAvailable
Mon, 27 Aug 2007 15:34:57 +0200 Mathieu Lacage replace enum with virtual class and subclasses
Mon, 27 Aug 2007 15:07:39 +0200 Mathieu Lacage remove dead code
Mon, 27 Aug 2007 14:59:50 +0200 Mathieu Lacage add TraceContextElement::GetName method
Mon, 27 Aug 2007 14:06:11 +0200 Mathieu Lacage cleanup a bit
Mon, 27 Aug 2007 13:36:40 +0200 Mathieu Lacage remove TraceRoot
Mon, 27 Aug 2007 13:21:59 +0200 Mathieu Lacage rename TraceContext::Add to AddElement and Union
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip