Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: 79303fdcc80e80704386924dd2f4a5cb5c51a4c3
https://github.com/castleproject/Castle.Windsor/commit/79303fdcc80e80704386924dd2f4a5cb5c51a4c3
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M
src/Castle.Windsor.Tests/Lifestyle/ScopedLifestyleExplicitAndTypedFactoriesTestCase.cs
M src/Castle.Windsor.Tests/Lifestyle/ScopedLifestyleTestCase.cs
A src/Castle.Windsor.Tests/Lifestyle/ScopedLifetyleCustomScopesTestCase.cs
A src/Castle.Windsor.Tests/TestInfrastructure/StaticScopeAccessor.cs
M src/Castle.Windsor/Core/Internal/Constants.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/Registration/BasedOnDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/ComponentRegistration.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
Log Message:
-----------
- added option to provide type of custom scope accessor when using scoped
lifestyle
Commit: c94a2e8bc052272c62f0f695c1e6944df3455a6f
https://github.com/castleproject/Castle.Windsor/commit/c94a2e8bc052272c62f0f695c1e6944df3455a6f
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/Castle.Windsor/Core/BoundToAttribute.cs
M src/Castle.Windsor/Core/ICommissionConcern.cs
M src/Castle.Windsor/Core/IDecommissionConcern.cs
M src/Castle.Windsor/Core/InterceptorReference.cs
M src/Castle.Windsor/Core/Internal/ReflectionUtil.cs
M
src/Castle.Windsor/Core/Internal/TypeByInheritanceDepthMostSpecificFirstComparer.cs
M src/Castle.Windsor/Core/LifestyleType.cs
M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateFactory.cs
M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateProxyFactory.cs
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryComponentResolver.cs
M
src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryRegistrationExtensions.cs
M
src/Castle.Windsor/MicroKernel/ComponentActivator/AbstractComponentActivator.cs
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_ObsoleteAPI.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_Resolve.cs
M src/Castle.Windsor/MicroKernel/Handlers/AbstractHandler.cs
M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
M
src/Castle.Windsor/MicroKernel/Handlers/GenericHandlerTypeMismatchException.cs
M src/Castle.Windsor/MicroKernel/IProxyFactory.cs
M
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundCommissionConcerns.cs
M
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundDecommissionConcerns.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/LifestyleExtensions.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/LifetimeScopeAccessor.cs
M
src/Castle.Windsor/MicroKernel/Lifestyle/PerWebRequestLifestyleModuleRegistration.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/PropertiesDependenciesModelInspector.cs
M src/Castle.Windsor/MicroKernel/Registration/Dependency.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
M src/Castle.Windsor/MicroKernel/Registration/Parameter.cs
M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/ComponentConverter.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeName.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Naming/DefaultNamingSubSystem.cs
M
src/Castle.Windsor/Windsor/Configuration/Interpreters/XmlProcessor/XmlProcessor.cs
M
src/Castle.Windsor/Windsor/Diagnostics/Extensions/PotentialLifestyleMismatches.cs
M
src/Castle.Windsor/Windsor/Diagnostics/Extensions/ReleasePolicyTrackedObjects.cs
M src/Castle.Windsor/Windsor/Diagnostics/KernelDebuggerProxy.cs
M src/Castle.Windsor/Windsor/Diagnostics/PerformanceMetricsFactory.cs
M src/Castle.Windsor/Windsor/Proxy/DefaultProxyFactory.cs
Log Message:
-----------
- reformatted Windsor project
Commit: ae7fcf002263cf0c2cc4f7759990ba483a23115d
https://github.com/castleproject/Castle.Windsor/commit/ae7fcf002263cf0c2cc4f7759990ba483a23115d
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/Castle.Facilities.EventWiring/EventSubscriber.cs
M src/Castle.Facilities.EventWiring/EventWiringFacility.cs
M src/Castle.Facilities.EventWiring/EventWiringInspector.cs
M src/Castle.Facilities.EventWiring/EventWiringRegistrationExtensions.cs
M src/Castle.Facilities.Logging/Sample.config
M
src/Castle.Facilities.Remoting/CustomActivators/RemoteActivatorThroughConnector.cs
M
src/Castle.Facilities.Remoting/CustomActivators/RemoteActivatorThroughRegistry.cs
M
src/Castle.Facilities.Remoting/CustomActivators/RemoteClientActivatedActivator.cs
M src/Castle.Facilities.Remoting/RemotingInspector.cs
M src/Castle.Facilities.Synchronize/AbstractAsyncResult.cs
M src/Castle.Facilities.Synchronize/Constants.cs
M src/Castle.Facilities.Synchronize/CreateOnUIThreadActivator.cs
M src/Castle.Facilities.Synchronize/CreateOnUIThreadInspector.cs
M src/Castle.Facilities.Synchronize/Result.Void.cs
M src/Castle.Facilities.Synchronize/Result.cs
M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
M src/Castle.Facilities.Synchronize/SynchronizeInterceptor.cs
M src/Castle.Facilities.Synchronize/SynchronizeInterceptorSelector.cs
M src/Castle.Facilities.Synchronize/SynchronizeMetaInfo.cs
M src/Castle.Facilities.Synchronize/SynchronizeMetaInfoStore.cs
M src/Castle.Facilities.Synchronize/SynchronizeProxyHook.cs
M src/Castle.Facilities.Synchronize/SynchronousResult.cs
Log Message:
-----------
- reformatted facility projects
Commit: 072662550c2399ed1565e4d2add5d92e8f63f37d
https://github.com/castleproject/Castle.Windsor/commit/072662550c2399ed1565e4d2add5d92e8f63f37d
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/Castle.Facilities.Synchronize/SynchronizeProxyHook.cs
Log Message:
-----------
- overriding equality members on SynchronizeProxyHook to enable caching of
proxy types
Commit: b27b99639803af21ce997895f859335daee4696e
https://github.com/castleproject/Castle.Windsor/commit/b27b99639803af21ce997895f859335daee4696e
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/Castle.Windsor.Tests/Config/ConfigTestCase.cs
M src/Castle.Windsor.Tests/Configuration2/synchtest_config.xml
M
src/Castle.Windsor.Tests/Facilities/Synchronize/SynchronizeFacilityTestCase.cs
M src/Castle.Windsor.Tests/ResolveScopesTestCase.cs
M src/Castle.Windsor.Tests/SerializationTestCase.cs
M src/Castle.Windsor/Core/Internal/ThreadSafeFlag.cs
Log Message:
-----------
- some minor fixes mostly in test project
Compare:
https://github.com/castleproject/Castle.Windsor/compare/b841d5f...b27b996
--
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.