[Postsharp-svn] SF.net SVN: postsharp: [135] trunk
Brought to you by:
gfraiteur
From: <gfr...@us...> - 2007-01-19 20:50:57
|
Revision: 135 http://svn.sourceforge.net/postsharp/?rev=135&view=rev Author: gfraiteur Date: 2007-01-19 12:50:52 -0800 (Fri, 19 Jan 2007) Log Message: ----------- #29: Low-level code weaver: support for typed catches #32: Multicasting of custom attributes: complete overwriting (not partial any more) Moving the Laos implementation to the namespace PostSharp.Laos.Weaver Modified Paths: -------------- trunk/CHANGELOG.txt trunk/Core/PostSharp.Core/CodeWeaver/IAdvice.cs trunk/Core/PostSharp.Core/CodeWeaver/Weaver.cs trunk/Core/PostSharp.Core/CodeWeaver/WeavingHelper.cs trunk/Core/PostSharp.Core/Extensibility/Tasks/MulticastAttributeTask.cs trunk/Laos/PostSharp.Laos/AggregationAspect.cs trunk/Laos/PostSharp.Laos/AspectSettings.cs trunk/Laos/PostSharp.Laos/FieldAccessEventArgs.cs trunk/Laos/PostSharp.Laos/FlowBehavior.cs trunk/Laos/PostSharp.Laos/ImplementMethodBodyAspect.cs trunk/Laos/PostSharp.Laos/LaosEventArgs.cs trunk/Laos/PostSharp.Laos/MethodExecutionEventArgs.cs trunk/Laos/PostSharp.Laos/OnExceptionAspect.cs trunk/Laos/PostSharp.Laos/OnFieldAccessAspect.cs trunk/Laos/PostSharp.Laos/OnMethodBoundaryAspect.cs trunk/Laos/PostSharp.Laos/OnMethodInvocationAspect.cs trunk/Laos/PostSharp.Laos/PostSharp.Laos.csproj trunk/Laos/PostSharp.Laos.Weaver/AggregationAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/AggregationAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/AroundMethodBodyAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/BaseAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/DelegateMapper.cs trunk/Laos/PostSharp.Laos.Weaver/EventArgsBuilders.cs trunk/Laos/PostSharp.Laos.Weaver/FieldAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/GenericFieldAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/IMethodLevelAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/ITypeLevelAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/ImplementMethodBodyAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/InsteadOfMethodCallAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/LaosExceptionHelper.cs trunk/Laos/PostSharp.Laos.Weaver/LaosMessageProvider.cs trunk/Laos/PostSharp.Laos.Weaver/LaosTask.cs trunk/Laos/PostSharp.Laos.Weaver/LaosTrace.cs trunk/Laos/PostSharp.Laos.Weaver/MethodAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/OnExceptionAdvice.cs trunk/Laos/PostSharp.Laos.Weaver/OnExceptionAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/OnFieldAccessAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/OnMethodBoundaryAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/OnMethodInvocationAspectWeaver.cs trunk/Laos/PostSharp.Laos.Weaver/PostSharp.Laos.Weaver.csproj trunk/Laos/PostSharp.Laos.Weaver/PostSharp.Laos.psplugin trunk/Laos/PostSharp.Laos.Weaver/TypeAspectWeaver.cs trunk/PostSharp-All.sln trunk/Samples/PostSharp.Samples.Transaction/TransactionScopeAttribute.vb trunk/Samples/PostSharp.Samples.XTrace/PostSharp.Samples.XTrace/XTraceExceptionAttribute.cs trunk/Samples/PostSharp.Samples.XTrace/PostSharp.Samples.XTrace/XTraceFieldAccesAttribute.cs trunk/Samples/PostSharp.Samples.XTrace/PostSharp.Samples.XTrace.Test/TestClass.cs Added Paths: ----------- trunk/Laos/PostSharp.Laos/BaseExceptionAspect.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |