Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Windsor
Commit: 80405543d82c99cdfecddcd71b1af9d7c9430997
http://github.com/castleproject/Castle.Windsor/commit/80405543d82c99cdfecddcd71b1af9d7c9430997
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M src/Castle.Windsor/Core/InterceptorReferenceCollection.cs
Log Message:
-----------
- refactored InterceptorReferenceCollection to use normal List instead of
LinkedList for its internal storage as its much better suited for the job.
Commit: d0730810d362660908ea020df43adfbd0176a7ee
http://github.com/castleproject/Castle.Windsor/commit/d0730810d362660908ea020df43adfbd0176a7ee
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-13 (Wed, 13 Oct 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A
src/Castle.Windsor.Tests/Facilities/TypedFactory/Delegates/GenericUsesFuncOfGenerics.cs
M
src/Castle.Windsor.Tests/Facilities/TypedFactory/TypedFactoryDelegatesTestCase.cs
M src/Castle.Windsor/Facilities/TypedFactory/Internal/DelegateFactory.cs
Log Message:
-----------
- changed how DelegateFactory names components it creates to avoid clashes in
names.
Commit: fec4d61ba7ef8cb18bf61bad7eb131a849a3de6d
http://github.com/castleproject/Castle.Windsor/commit/fec4d61ba7ef8cb18bf61bad7eb131a849a3de6d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-13 (Wed, 13 Oct 2010)
Changed paths:
M src/Castle.Facilities.Logging/LoggerResolver.cs
Log Message:
-----------
- removed redundant checks in logger resolver
Commit: c2d711510902142f6113436c0b9bcabe421c76ce
http://github.com/castleproject/Castle.Windsor/commit/c2d711510902142f6113436c0b9bcabe421c76ce
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-13 (Wed, 13 Oct 2010)
Changed paths:
M BreakingChanges.txt
M src/Castle.Facilities.Synchronize/SynchronizeComponentInspector.cs
M src/Castle.Windsor/Core/ComponentModel.cs
M src/Castle.Windsor/Core/DependencyModel.cs
M src/Castle.Windsor/Core/DependencyModelCollection.cs
M src/Castle.Windsor/Core/InterceptorReference.cs
M src/Castle.Windsor/Core/InterceptorReferenceCollection.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringFacility.cs
M src/Castle.Windsor/MicroKernel/ComponentReference.cs
M src/Castle.Windsor/MicroKernel/IReference.cs
M src/Castle.Windsor/MicroKernel/InstanceReference.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/ConfigurationParametersInspector.cs
M src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/MixinInspector.cs
Log Message:
-----------
- DependencyModelCollection is no longer a Collection<> and it does not accept
duplicates
Commit: dd74c78d427d1ff32ae85fd6c5e5d6b89d933873
http://github.com/castleproject/Castle.Windsor/commit/dd74c78d427d1ff32ae85fd6c5e5d6b89d933873
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-10-13 (Wed, 13 Oct 2010)
Changed paths:
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
R src/Castle.Windsor/MicroKernel/DefaultKernel_AddComponent.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_Events.cs
A src/Castle.Windsor/MicroKernel/DefaultKernel_ObsoleteAPI.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_Resolve.cs
Log Message:
-----------
- removed method public virtual object Resolve(String key, Type service, object
argumentsAsAnonymousType) from DefaultKernel. It was not part of the interface
so most likely no one uses it anyway.
- restructured DefaultKernel partial class by moving all obsolete members to a
separate file.
--
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.