Branch: refs/heads/2.5.x
Home: https://github.com/castleproject/Castle.Core
Commit: 1c6cbd4f6b8e7532c270b2ca5470dc5db609e352
https://github.com/castleproject/Castle.Core/commit/1c6cbd4f6b8e7532c270b2ca5470dc5db609e352
Author: Roelof Blom <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M Castle.Core.sln
M buildscripts/Castle.Common.Targets
M buildscripts/build.cmd
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/log4netIntegration/Log4netFactoryTestCase.cs
M src/Castle.Core/Castle.Core.csproj
Log Message:
-----------
Exclude log4net services until there is a log4net for Client Profile on .NET 4
Commit: d3b1daba3b9b5f74aaa57174ed7cb063bf695372
https://github.com/castleproject/Castle.Core/commit/d3b1daba3b9b5f74aaa57174ed7cb063bf695372
Author: Roelof Blom <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M Castle.Core.sln
M buildscripts/Build.proj
M buildscripts/Castle.Common.Targets
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/log4netIntegration/Log4netFactoryTestCase.cs
Log Message:
-----------
Honoring client profile settings of individual .csproj's allow us to build
log4net services also for .NET 4 Client Profile.
Commit: 8af1c9e92616d190fd189200099638eb7bb80829
https://github.com/castleproject/Castle.Core/commit/8af1c9e92616d190fd189200099638eb7bb80829
Author: Roelof Blom <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M src/Castle.Core/Castle.Core.csproj
Log Message:
-----------
Disable Client Profile for all configurations but .NET 4
Commit: 7fb9c60b8edf5033fe044d5da4de1093ebe3a21e
https://github.com/castleproject/Castle.Core/commit/7fb9c60b8edf5033fe044d5da4de1093ebe3a21e
Author: dtchepak <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
Log Message:
-----------
DYNPROXY-149 Make AllMethodsHook members virtual so it can be used as a base
class
Made all AllMethodsHook methods virtual.
Changed SkippedTypes to protected so subclasses can add types.
Updated Equals() to use GetType() instead of typeof() so it should work
sensibly for subclasses.
Commit: b024888ffa0b0784265eb3389c5efbb305594b19
https://github.com/castleproject/Castle.Core/commit/b024888ffa0b0784265eb3389c5efbb305594b19
Author: dtchepak <[email protected]>
Date: 2010-11-08 (Mon, 08 Nov 2010)
Changed paths:
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
A
src/Castle.Core.Tests/DynamicProxy.Tests/ProxyTypeCachingWithDifferentHooksTestCase.cs
Log Message:
-----------
DYNPROXY-149 Make AllMethodsHook members virtual so it can be used as a base
class
Adding tests to make sure proxy type caching works for subclasses of
AllMethodsHook.
Commit: 03a64606e4fc8ed2744216a78288ddd1f570201d
https://github.com/castleproject/Castle.Core/commit/03a64606e4fc8ed2744216a78288ddd1f570201d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Services.Logging.NLogIntegration/ExtendedNLogFactory.cs
M src/Castle.Services.Logging.NLogIntegration/GlobalContextProperties.cs
Log Message:
-----------
- udpated Changes.txt and some heardes
Commit: 795fc9c9c02446c76488513d0a7b06629e80814b
https://github.com/castleproject/Castle.Core/commit/795fc9c9c02446c76488513d0a7b06629e80814b
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyWithTargetTestCase.cs
Log Message:
-----------
- formatting fixes in the test case
Commit: b33cd1460e5f91d84d4adc3084250b9d84388479
https://github.com/castleproject/Castle.Core/commit/b33cd1460e5f91d84d4adc3084250b9d84388479
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Core.Tests/BasicClassProxyTestCase.cs
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/AbstractClassWithMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasFinalizeMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasFinalizer.cs
A
src/Castle.Core.Tests/DynamicProxy.Tests/Classes/InheritsAbstractClassWithMethod.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/InheritsDbConnection.cs
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/ProxyGenerationException.cs
Log Message:
-----------
- fixed DYNPROXY-150 - Finalizer should not be proxied
Commit: 3439aaead83ff7faacdc5e6ccc0376ba498648bd
https://github.com/castleproject/Castle.Core/commit/3439aaead83ff7faacdc5e6ccc0376ba498648bd
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyWithTargetTestCase.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasTwoProtectedMethods.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Explicit/TwoInterfacesExplicit.cs
M src/Castle.Core.Tests/DynamicProxy.Tests/ExplicitInterfaceTestCase.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassProxyTargetContributor.cs
M
src/Castle.Core/DynamicProxy/Contributors/ClassProxyWithTargetTargetContributor.cs
M src/Castle.Core/DynamicProxy/Contributors/WrappedClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/TypeUtil.cs
Log Message:
-----------
- fixed DYNPROXY-147 - Can't create class proxies with two non-public methods
having same argument types but different return type
- another fix for issue exposed along the way - wrong invocation type would be
creted for class proxy with target when proxying type that inherits abstract
base with abstract method
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.