Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: 0b2cbbe22ae814a775cbb97644a1aca1190b65a3
http://github.com/castleproject/Castle.Core/commit/0b2cbbe22ae814a775cbb97644a1aca1190b65a3
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-08-18 (Wed, 18 Aug 2010)
Changed paths:
M src/Castle.Core.Tests/AccessLevelTestCase.cs
M src/Castle.Core.Tests/GenerationHookTestCase.cs
M src/Castle.Core.Tests/RhinoMocksTestCase.cs
M src/Castle.Core/DynamicProxy/AttributeUtil.cs
M src/Castle.Core/DynamicProxy/Contributors/MembersCollector.cs
M src/Castle.Core/DynamicProxy/Contributors/WrappedClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/MethodEmitter.cs
Log Message:
-----------
fixed issue discovered by KZU - protected members for class proxies weren't
proxied
Commit: 31e6bed00fc40155381a5a658172239138a64f95
http://github.com/castleproject/Castle.Core/commit/31e6bed00fc40155381a5a658172239138a64f95
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-08-18 (Wed, 18 Aug 2010)
Changed paths:
M Castle.Core-vs2010.sln
M buildscripts/Build.proj
M buildscripts/Castle.Common.Targets
M buildscripts/build.cmd
M src/Castle.Core.Tests/BasicClassProxyTestCase.cs
M src/Castle.Core.Tests/BasicInterfaceProxyTestCase.cs
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/ClassEmitterTestCase.cs
A
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/AdaptingGenericDictionaryTestCase.cs
M src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/IItemContainer.cs
M src/Castle.Core.Tests/DictionarySerializationTestCase.cs
R src/Castle.Core.Tests/GenClasses/ClassWIthMethodWithReturnArrayOfListOfT.cs
A src/Castle.Core.Tests/GenClasses/ClassWithMethodWithReturnArrayOfListOfT.cs
M src/Castle.Core.Tests/ProxyGenerationOptionsTestCase.cs
M src/Castle.Core/Castle.Core.csproj
A
src/Castle.Core/Components.DictionaryAdapter/Attributes/StringStorageAttribute.cs
M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterFactory.cs
A src/Castle.Core/Components.DictionaryAdapter/GenericDictionaryAdapter.cs
M src/Castle.Core/Core/Internal/PermissionUtil.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyWithTargetGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/DelegateProxyGenerator.cs
M
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/MethodTokenExpression.cs
M src/Castle.Core/DynamicProxy/Generators/InterfaceProxyWithTargetGenerator.cs
M
src/Castle.Core/DynamicProxy/Generators/InterfaceProxyWithoutTargetGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/MetaType.cs
M src/Castle.Core/DynamicProxy/ProxyGenerator.cs
M
src/Castle.Services.Logging.NLogIntegration/Castle.Services.Logging.NLogIntegration.csproj
M
src/Castle.Services.Logging.log4netIntegration/Castle.Services.Logging.log4netIntegration.csproj
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.Core
--
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.