Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: b473515beb6962dc76da22f9cd5c288351657105
https://github.com/castleproject/Castle.Windsor/commit/b473515beb6962dc76da22f9cd5c288351657105
Author: whut <[email protected]>
Date: 2011-07-02 (Sat, 02 Jul 2011)
Changed paths:
M src/Castle.Windsor/Windsor/Diagnostics/PerformanceMetricsFactory.cs
Log Message:
-----------
Fixed performace creation
Commit: 1af27a9b2c9172d86239a0f11884606fbefed312
https://github.com/castleproject/Castle.Windsor/commit/1af27a9b2c9172d86239a0f11884606fbefed312
Author: whut <[email protected]>
Date: 2011-07-02 (Sat, 02 Jul 2011)
Changed paths:
M
src/Castle.Windsor/MicroKernel/ComponentActivator/AbstractComponentActivator.cs
Log Message:
-----------
Fixed compilation error under .NET 3.5 and Silverlight
Commit: b4a56cc548d3a7eab8363d92b7b4e66583ceb3bc
https://github.com/castleproject/Castle.Windsor/commit/b4a56cc548d3a7eab8363d92b7b4e66583ceb3bc
Author: whut <[email protected]>
Date: 2011-07-02 (Sat, 02 Jul 2011)
Changed paths:
M BreakingChanges.txt
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Core/ICommissionConcern.cs
M src/Castle.Windsor/Core/IDecommissionConcern.cs
R src/Castle.Windsor/Core/ILifecycleConcern.cs
M src/Castle.Windsor/MicroKernel/Burden.cs
M
src/Castle.Windsor/MicroKernel/ComponentActivator/AbstractComponentActivator.cs
A
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundCommissionConcerns.cs
M src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundConcerns.cs
A
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundDecommissionConcerns.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
Log Message:
-----------
Removed interface ILifecyceConcern, it had no meaning, only the
ICommissionConcern and IDecommissionConcern have.
It was also required to be able to implement ICommissionConcern and
IDecommissionConcern in single class.
It also simplifies code a bit, for example in AbstractComponentActivator
Commit: 6646abeeb858e6e47cd0075406059678c2a6fff8
https://github.com/castleproject/Castle.Windsor/commit/6646abeeb858e6e47cd0075406059678c2a6fff8
Author: whut <[email protected]>
Date: 2011-07-02 (Sat, 02 Jul 2011)
Changed paths:
M src/Castle.Windsor.Tests/Bugs/IoC-267.cs
Log Message:
-----------
Fixed failing test, because of using of var inside code passed to
CSharpCodeProvider
Commit: ffe3d49d12acec06da0dd277682b7f6bc894f8da
https://github.com/castleproject/Castle.Windsor/commit/ffe3d49d12acec06da0dd277682b7f6bc894f8da
Author: Krzysztof Koźmic <[email protected]>
Date: 2011-07-02 (Sat, 02 Jul 2011)
Changed paths:
M BreakingChanges.txt
M src/Castle.Windsor.Tests/Bugs/IoC-267.cs
M src/Castle.Windsor/Castle.Windsor.csproj
M src/Castle.Windsor/Core/ICommissionConcern.cs
M src/Castle.Windsor/Core/IDecommissionConcern.cs
R src/Castle.Windsor/Core/ILifecycleConcern.cs
M src/Castle.Windsor/MicroKernel/Burden.cs
M
src/Castle.Windsor/MicroKernel/ComponentActivator/AbstractComponentActivator.cs
A
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundCommissionConcerns.cs
M src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundConcerns.cs
A
src/Castle.Windsor/MicroKernel/LifecycleConcerns/LateBoundDecommissionConcerns.cs
M
src/Castle.Windsor/MicroKernel/ModelBuilder/Inspectors/LifecycleModelInspector.cs
M src/Castle.Windsor/Windsor/Diagnostics/PerformanceMetricsFactory.cs
Log Message:
-----------
Merge pull request #11 from whut/master
Two bug fixes and one change
Compare:
https://github.com/castleproject/Castle.Windsor/compare/609d4fe...ffe3d49
--
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.