Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: 28ee5bbd9a66e7215b75aeeab804dfb1eb8fd025
http://github.com/castleproject/Castle.InversionOfControl/commit/28ee5bbd9a66e7215b75aeeab804dfb1eb8fd025
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-10 (Fri, 10 Sep 2010)
Changed paths:
A src/Castle.Windsor.Tests/Activators/BestConstructorTestCase.cs
M src/Castle.Windsor.Tests/Adapters/ComponentModel/ContainerAdapterTestCase.cs
M src/Castle.Windsor.Tests/App.config
R src/Castle.Windsor.Tests/ArgumentsTestCase.cs
R src/Castle.Windsor.Tests/BestConstructorTestCase.cs
A src/Castle.Windsor.Tests/ByRefDependenciesTestCase.cs
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A src/Castle.Windsor.Tests/Config/AppDomainConfigurationStoreTestCase.cs
A src/Castle.Windsor.Tests/Config/ComplexGenericConfig.xml
A src/Castle.Windsor.Tests/Config/Components/ClassWithComplexParameter.cs
A src/Castle.Windsor.Tests/Config/Components/ClassWithConstructors.cs
A src/Castle.Windsor.Tests/Config/ConfigTestCase.cs
A src/Castle.Windsor.Tests/Config/ConfigXmlInterpreterTestCase.cs
A src/Castle.Windsor.Tests/Config/ConfigurationTestCase.cs
A src/Castle.Windsor.Tests/Config/DecoratorConfig.xml
A src/Castle.Windsor.Tests/Config/GenericDecoratorConfig.xml
A src/Castle.Windsor.Tests/Config/GenericsConfig.xml
A src/Castle.Windsor.Tests/Config/MissingDecoratorConfig.xml
A src/Castle.Windsor.Tests/Config/OneComponentInTwoPieces.xml
A src/Castle.Windsor.Tests/Config/RecursiveDecoratorConfig.xml
A src/Castle.Windsor.Tests/Config/RecursiveDecoratorConfigOpenGeneric.xml
A src/Castle.Windsor.Tests/Config/chainOfResponsibility.config
A src/Castle.Windsor.Tests/Config/chainOfResponsibility_smart.config
A src/Castle.Windsor.Tests/Config/sample_config.xml
R
src/Castle.Windsor.Tests/Configuration/AppDomainConfigurationStoreTestCase.cs
R
src/Castle.Windsor.Tests/Configuration/Components/ClassWithComplexParameter.cs
R src/Castle.Windsor.Tests/Configuration/Components/ClassWithConstructors.cs
R src/Castle.Windsor.Tests/Configuration/ConfigTestCase.cs
R src/Castle.Windsor.Tests/Configuration/ConfigXmlInterpreterTestCase.cs
R src/Castle.Windsor.Tests/Configuration/ConfigurationTestCase.cs
R src/Castle.Windsor.Tests/Configuration/OneComponentInTwoPieces.xml
R src/Castle.Windsor.Tests/Configuration/sample_config.xml
A src/Castle.Windsor.Tests/ContainerAndGenericsInCodeTestCase.cs
A src/Castle.Windsor.Tests/ContainerAndGenericsInConfigTestCase.cs
R src/Castle.Windsor.Tests/DotNet2Config/ComplexGenericConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/DecoratorConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/GenericDecoratorConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/GenericsConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/MissingDecoratorConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/RecursiveDecoratorConfig.xml
R src/Castle.Windsor.Tests/DotNet2Config/chainOfRespnsability.config
R src/Castle.Windsor.Tests/DotNet2Config/chainOfRespnsability_smart.config
M src/Castle.Windsor.Tests/EventTests.cs
A src/Castle.Windsor.Tests/Facilities/FacilityTestCase.cs
M
src/Castle.Windsor.Tests/Facilities/Remoting/RemoteGenericComponentTestCase.cs
R src/Castle.Windsor.Tests/FacilityTestCase.cs
M src/Castle.Windsor.Tests/InterceptorsTestCase.cs
A src/Castle.Windsor.Tests/MicroKernel/ArgumentsTestCase.cs
M src/Castle.Windsor.Tests/ServiceOverridesStackOverflowTestCase.cs
R src/Castle.Windsor.Tests/WindsorDotNet2Tests.cs
Log Message:
-----------
- some code cleanup in the test project
Commit: f54cd8b034dd0c8b2be77d238e623765455ab305
http://github.com/castleproject/Castle.InversionOfControl/commit/f54cd8b034dd0c8b2be77d238e623765455ab305
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-10 (Fri, 10 Sep 2010)
Changed paths:
M src/Castle.Windsor.Tests/AbstractContainerTestFixture.cs
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M
src/Castle.Windsor.Tests/Facilities/Remoting/RemoteGenericComponentTestCase.cs
R src/Castle.Windsor.Tests/MultiResolveTests.cs
A src/Castle.Windsor.Tests/ResolveAllTestCase.cs
Log Message:
-----------
- refactoring of tests
Commit: 8c0c18beb015f0f5bd7f479a6976cd04c875b4a0
http://github.com/castleproject/Castle.InversionOfControl/commit/8c0c18beb015f0f5bd7f479a6976cd04c875b4a0
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-14 (Tue, 14 Sep 2010)
Changed paths:
M src/Castle.Facilities.Synchronize/CreateOnUIThreadActivator.cs
M src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
M src/Castle.Facilities.Synchronize/SynchronizeProxyHook.cs
M src/Castle.Windsor.Tests/Components/CalculatorServiceWithProxyBehavior.cs
M src/Castle.Windsor/Core/ComponentProxyBehaviorAttribute.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ComponentProxyInspector.cs
M src/Castle.Windsor/MicroKernel/Proxy/ProxyOptions.cs
M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.InversionOfControl
into 2.5.x
Commit: d77133627bae855c678366030fda8be13d93aec1
http://github.com/castleproject/Castle.InversionOfControl/commit/d77133627bae855c678366030fda8be13d93aec1
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-15 (Wed, 15 Sep 2010)
Changed paths:
M Castle.Windsor.5.1.ReSharper
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
R src/Castle.Windsor/Windsor/Debugging/ComponentStatusDebuggerViewItem.cs
R src/Castle.Windsor/Windsor/Debugging/DebuggerViewItem.cs
R src/Castle.Windsor/Windsor/Debugging/DebuggerViewItemRich.cs
R src/Castle.Windsor/Windsor/Debugging/DefaultComponentView.cs
R src/Castle.Windsor/Windsor/Debugging/DefaultDebuggingSubSystem.cs
R src/Castle.Windsor/Windsor/Debugging/Extensions/AllComponents.cs
R src/Castle.Windsor/Windsor/Debugging/Extensions/Facilities.cs
R
src/Castle.Windsor/Windsor/Debugging/Extensions/PotentiallyMisconfiguredComponents.cs
R src/Castle.Windsor/Windsor/Debugging/HandlerByKeyDebuggerView.cs
R src/Castle.Windsor/Windsor/Debugging/HandlerDebuggerProxy.cs
R src/Castle.Windsor/Windsor/Debugging/HandlersByKeyDictionaryDebuggerView.cs
R src/Castle.Windsor/Windsor/Debugging/IComponentDebuggerExtension.cs
R src/Castle.Windsor/Windsor/Debugging/IContainerDebuggerExtension.cs
R src/Castle.Windsor/Windsor/Debugging/IContainerDebuggerExtensionHost.cs
R src/Castle.Windsor/Windsor/Debugging/KernelDebuggerProxy.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/ComponentStatusDebuggerViewItem.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/DebuggerViewItem.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/DebuggerViewItemRich.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/DefaultComponentView.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/DefaultDebuggingSubSystem.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/Extensions/AllComponents.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/Extensions/Facilities.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/Extensions/PotentiallyMisconfiguredComponents.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/HandlerByKeyDebuggerView.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/HandlerDebuggerProxy.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/HandlersByKeyDictionaryDebuggerView.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/IComponentDebuggerExtension.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/IContainerDebuggerExtension.cs
A
src/Castle.Windsor/Windsor/Experimental/Debugging/IContainerDebuggerExtensionHost.cs
A src/Castle.Windsor/Windsor/Experimental/Debugging/KernelDebuggerProxy.cs
M src/Castle.Windsor/Windsor/WindsorContainer.cs
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.InversionOfControl
into 2.5.x
Commit: cc712c1f836ff760878a6e306feeec5dfca198c3
http://github.com/castleproject/Castle.InversionOfControl/commit/cc712c1f836ff760878a6e306feeec5dfca198c3
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-15 (Wed, 15 Sep 2010)
Changed paths:
M src/Castle.Windsor/Windsor/WindsorContainer.cs
Log Message:
-----------
- reformatted WindsorContainer to be compliant with Castle coding standards.
Commit: 68a3bb39aeb1e8c0213296c9341af222e1080c75
http://github.com/castleproject/Castle.InversionOfControl/commit/68a3bb39aeb1e8c0213296c9341af222e1080c75
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-15 (Wed, 15 Sep 2010)
Changed paths:
M src/Castle.Windsor.Tests/EventTests.cs
Log Message:
-----------
- fixed broken SIlverlight tests
Commit: 0234de3db7c5bef53daee35c8062661095db12ec
http://github.com/castleproject/Castle.InversionOfControl/commit/0234de3db7c5bef53daee35c8062661095db12ec
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-15 (Wed, 15 Sep 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
Log Message:
-----------
- reformatted DefaultKernel
--
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.