Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: ae189610459020850a0763001a921b4b5b1c20f2
http://github.com/castleproject/Castle.InversionOfControl/commit/ae189610459020850a0763001a921b4b5b1c20f2
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-08 (Sat, 08 May 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
A
src/Castle.Windsor.Tests/Facilities/EventWiring/FluentRegistrationTestCase.cs
A
src/Castle.Windsor.Tests/Facilities/EventWiring/Model/ListenerWithOnEventMethod.cs
M src/Castle.Windsor.Tests/Facilities/EventWiring/Model/SimpleListener.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
A src/Castle.Windsor/Facilities/EventWiring/EventPublisher.cs
A src/Castle.Windsor/Facilities/EventWiring/EventSubscriber.cs
A src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
A
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
A src/Castle.Windsor/Facilities/EventWiring/NaiveMethodNameExtractor.cs
A src/Castle.Windsor/Facilities/EventWiring/OpCodeValues.cs
Log Message:
-----------
- added fluent API for event wiring facility. The API is based on static entry
points and attached via extension method, similar to other facilities.
Commit: 567819f92c940869eccff4e9c69e8ed0bc9da081
http://github.com/castleproject/Castle.InversionOfControl/commit/567819f92c940869eccff4e9c69e8ed0bc9da081
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-08 (Sat, 08 May 2010)
Changed paths:
M
src/Castle.Windsor.Tests/Facilities/EventWiring/FluentRegistrationTestCase.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
R src/Castle.Windsor/Facilities/EventWiring/EventPublisher.cs
A src/Castle.Windsor/Facilities/EventWiring/EventSubscribers.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
M
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
Log Message:
-----------
- changed the API to nested closure based, which is more compact and arguably
reads better. I'd rather stick to this one, as it paves the way for future
changes where I'd rather have similar API, than overly verbose one we have
elsewhere.
Commit: 735fc25ba7ff5e7592b4df7cf28bdd6640c524a3
http://github.com/castleproject/Castle.InversionOfControl/commit/735fc25ba7ff5e7592b4df7cf28bdd6640c524a3
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-08 (Sat, 08 May 2010)
Changed paths:
M
src/Castle.Windsor.Tests/Facilities/EventWiring/FluentRegistrationTestCase.cs
M src/Castle.Windsor/Facilities/EventWiring/EventWiringDescriptor.cs
M
src/Castle.Windsor/Facilities/EventWiring/EventWiringRegistrationExtensions.cs
Log Message:
-----------
- added support for configuring the facility when using AllTypes API
--
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.