Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: 7c9de9840d31cd54a225abe18cbf65eb6148d895
https://github.com/castleproject/Castle.Windsor/commit/7c9de9840d31cd54a225abe18cbf65eb6148d895
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M src/Castle.Windsor.Tests/Lifestyle/Components/CustomComponent.cs
R src/Castle.Windsor.Tests/Lifestyle/Components/MyLifestyleHandler.cs
M src/Castle.Windsor.Tests/Registration/ComponentRegistrationTestCase.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/TransientLifestyleManager.cs
Log Message:
-----------
- some minor clean up
Commit: 170fad511540209e6e677f9cf330ba38acbf15ad
https://github.com/castleproject/Castle.Windsor/commit/170fad511540209e6e677f9cf330ba38acbf15ad
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/Lifestyle/TransientLifestyleManager.cs
Log Message:
-----------
added some comments to transient lifestyle manager
Commit: 6dd77e510ddc015a8de533d745fefa53e2c18bad
https://github.com/castleproject/Castle.Windsor/commit/6dd77e510ddc015a8de533d745fefa53e2c18bad
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
M src/Castle.Windsor.Tests/ClassComponents/CustomLifestyleManager.cs
M
src/Castle.Windsor.Tests/Components/CalculatorServiceWithInternalInterface.cs
A
src/Castle.Windsor.Tests/Components/CalculatorServiceWithMarshalByRefProxyBehavior.cs
R src/Castle.Windsor.Tests/Components/CalculatorServiceWithProxyBehavior.cs
M src/Castle.Windsor.Tests/Components/Camera.cs
A src/Castle.Windsor.Tests/Components/CameraService.cs
R src/Castle.Windsor.Tests/Components/CircularDependencyComponents.cs
A src/Castle.Windsor.Tests/Components/CompA.cs
A src/Castle.Windsor.Tests/Components/CompB.cs
A src/Castle.Windsor.Tests/Components/CompC.cs
A src/Castle.Windsor.Tests/Components/CompD.cs
A src/Castle.Windsor.Tests/Components/ContravariantBase.cs
A src/Castle.Windsor.Tests/Components/ContravariantDerived.cs
A src/Castle.Windsor.Tests/Components/Controller.cs
A src/Castle.Windsor.Tests/Components/DemoRepository.cs
A src/Castle.Windsor.Tests/Components/DictionaryCache.cs
R src/Castle.Windsor.Tests/Components/DotNet2Components.cs
A src/Castle.Windsor.Tests/Components/HumanArm.cs
A src/Castle.Windsor.Tests/Components/IAmContravariant.cs
A src/Castle.Windsor.Tests/Components/IArm.cs
A src/Castle.Windsor.Tests/Components/ICache.cs
M src/Castle.Windsor.Tests/Components/ICalcService.cs
A src/Castle.Windsor.Tests/Components/ICamera.cs
A src/Castle.Windsor.Tests/Components/ICameraService.cs
A src/Castle.Windsor.Tests/Components/ICameraServiceBase.cs
A src/Castle.Windsor.Tests/Components/IController.cs
A src/Castle.Windsor.Tests/Components/IInternal.cs
A src/Castle.Windsor.Tests/Components/IRepository.cs
A src/Castle.Windsor.Tests/Components/ISimpleMixIn.cs
A src/Castle.Windsor.Tests/Components/IView.cs
A src/Castle.Windsor.Tests/Components/LoggingRepositoryDecorator.cs
A src/Castle.Windsor.Tests/Components/NeedsGenericType.cs
A src/Castle.Windsor.Tests/Components/NullCache.cs
A src/Castle.Windsor.Tests/Components/PlasmaGunArm.cs
A src/Castle.Windsor.Tests/Components/RepositoryNotMarkedAsTransient.cs
A src/Castle.Windsor.Tests/Components/ReviewerRepository.cs
M src/Castle.Windsor.Tests/Components/Robot.cs
M src/Castle.Windsor.Tests/Components/SimpleMixIn.cs
A src/Castle.Windsor.Tests/Components/TransientRepository.cs
A src/Castle.Windsor.Tests/Components/View.cs
M src/Castle.Windsor.Tests/SmartProxyTestCase.cs
A src/Castle.Windsor.Tests/Windsor.Tests/GenericVarianceTestCase.cs
Log Message:
-----------
- added tests to ensure that contravariant ResolveAll is working
- did some clean up in the test components
Commit: 30638eb4e42d3c1ce56df4402f1d7f602cdcdd16
https://github.com/castleproject/Castle.Windsor/commit/30638eb4e42d3c1ce56df4402f1d7f602cdcdd16
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/Castle.Windsor.Tests/SmartProxyTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/MicroKernel/Burden.cs
M src/Castle.Windsor/MicroKernel/Context/CreationContext.cs
M src/Castle.Windsor/MicroKernel/Handlers/DefaultHandler.cs
M src/Castle.Windsor/MicroKernel/ILifestyleManager.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/AbstractLifestyleManager.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/PerWebRequestLifestyleManager.cs
A src/Castle.Windsor/MicroKernel/Lifestyle/PerWebRequestLifestyleModule.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/PoolableLifestyleManager.cs
M src/Castle.Windsor/MicroKernel/Lifestyle/SingletonLifestyleManager.cs
M
src/Castle.Windsor/MicroKernel/Releasers/LifecycledComponentsReleasePolicy.cs
M src/Castle.Windsor/MicroKernel/Resolvers/DefaultDependencyResolver.cs
Log Message:
-----------
- some changes to minimize memory footprint of Burden which is by far the the
biggest memory hog in Windsor
Commit: 2141214c0f926e1f302c58d897e0ed5799b06955
https://github.com/castleproject/Castle.Windsor/commit/2141214c0f926e1f302c58d897e0ed5799b06955
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M BreakingChanges.txt
M src/Castle.Windsor/Castle.Windsor.csproj
R src/Castle.Windsor/MicroKernel/Releasers/AllComponentsReleasePolicy.cs
M
src/Castle.Windsor/MicroKernel/Releasers/LifecycledComponentsReleasePolicy.cs
Log Message:
-----------
- merged AllComponentsReleasePolicy and LifecycledComponentsReleasePolicy
--
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.