Branch: refs/heads/2.5.x
Home: https://github.com/castleproject/Castle.Core
Commit: 787b6108c511270840cdc7ec8754974ba7f59882
https://github.com/castleproject/Castle.Core/commit/787b6108c511270840cdc7ec8754974ba7f59882
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
R src/Castle.Core.Tests/DynamicProxy.Tests/Classes/InheritsDbConnection.cs
Log Message:
-----------
- removed type which after all is not needed
Commit: 0b12bb1b669b7d3df21a62b2312dd9f6d0e2355f
https://github.com/castleproject/Castle.Core/commit/0b12bb1b669b7d3df21a62b2312dd9f6d0e2355f
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Castle.Core.sln
M Changes.txt
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
A
src/Castle.Core.Tests/DynamicProxy.Tests/InterfaceProxyWithTargetInterfaceAdditionalInterfacesTestCase.cs
A src/Castle.Core.Tests/InterClasses/One.cs
A src/Castle.Core.Tests/InterClasses/OneAndEmpty.cs
A src/Castle.Core.Tests/InterClasses/OneTwo.cs
A src/Castle.Core.Tests/InterClasses/Two.cs
A src/Castle.Core.Tests/InterClasses/WithRefOut.cs
A src/Castle.Core.Tests/InterClasses/WithRefOutEmpty.cs
M src/Castle.Core.Tests/InterceptorSelectorTestCase.cs
M src/Castle.Core.Tests/InterfaceProxyWithTargetInterfaceTestCase.cs
M src/Castle.Core.Tests/Interfaces/IWithRefOut.cs
R src/Castle.Core.Tests/Interfaces/One.cs
R src/Castle.Core.Tests/Interfaces/OneTwo.cs
R src/Castle.Core.Tests/Interfaces/Two.cs
M src/Castle.Core.Tests/InvocationMethodInvocationTargetTestCase.cs
M src/Castle.Core.Tests/InvocationTypesCachingTestCase.cs
M src/Castle.Core.Tests/NonProxiedMixinMethodsTestCase.cs
M src/Castle.Core.Tests/NonProxiedTargetMethodsTestCase.cs
M src/Castle.Core.Tests/ProxyTargetAccessorHandlingTestCase.cs
M src/Castle.Core/Castle.Core.csproj
A
src/Castle.Core/DynamicProxy/Contributors/InterfaceProxyWithOptionalTargetContributor.cs
M
src/Castle.Core/DynamicProxy/Contributors/InterfaceProxyWithTargetInterfaceTargetContributor.cs
M
src/Castle.Core/DynamicProxy/Contributors/InterfaceProxyWithoutTargetContributor.cs
A
src/Castle.Core/DynamicProxy/Contributors/OptionallyForwardingMethodGenerator.cs
A
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/IfNullExpression.cs
M
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/MethodInvocationExpression.cs
A
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/MultiStatementExpression.cs
M
src/Castle.Core/DynamicProxy/Generators/InterfaceProxyWithTargetInterfaceGenerator.cs
Log Message:
-----------
- fixed DYNPROXY-143 - Permit call to reach "non-proxied" methods of inherited
interfaces
Commit: b9febc64852e24715b493e6c343662b05e5e254d
https://github.com/castleproject/Castle.Core/commit/b9febc64852e24715b493e6c343662b05e5e254d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M src/Castle.Core.Tests/ClassProxyConstructorsTestCase.cs
A
src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasCtorWithIntAndParamsArgument.cs
A
src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasCtorWithParamsArgument.cs
Log Message:
-----------
- added classes for test usage and reformatted testcase for class proxy
constructors
Commit: 77f1285f338a001c4cfd9470458a083fd4c39503
https://github.com/castleproject/Castle.Core/commit/77f1285f338a001c4cfd9470458a083fd4c39503
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-11-13 (Sat, 13 Nov 2010)
Changed paths:
M Changes.txt
M License.txt
M src/Castle.Core.Tests/BasicClassProxyTestCase.cs
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
R src/Castle.Core.Tests/ClassProxyConstructorsTestCase.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyConstructorsTestCase.cs
R
src/Castle.Core.Tests/DynamicProxy.Tests/Classes/ClassWithParamsArrayCtorArg.cs
A src/Castle.Core.Tests/DynamicProxy.Tests/Classes/HasCtorWithParamsStrings.cs
M src/Castle.Core.Tests/TestDictionaryValidator.cs
M src/Castle.Core/Castle.Core.csproj
M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterFactory.cs
M src/Castle.Core/Components.DictionaryAdapter/PropertyDescriptor.cs
R src/Castle.Core/Components.DictionaryAdapter/Util/AttributesUtil.cs
A src/Castle.Core/Core/Internal/AttributesUtil.cs
M src/Castle.Core/DynamicProxy/AttributeUtil.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassProxyInstanceContributor.cs
M src/Castle.Core/DynamicProxy/Generators/BaseProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/AbstractTypeEmitter.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/ConstructorEmitter.cs
M
src/Castle.Core/DynamicProxy/Generators/Emitters/SimpleAST/ArgumentReference.cs
Log Message:
-----------
- fixed DYNPROXY-144 - params argument not supported in constructor
--
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.