Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: c79ef1ac6617907d0710da3b47d3ba42bb5191df
http://github.com/castleproject/Castle.InversionOfControl/commit/c79ef1ac6617907d0710da3b47d3ba42bb5191df
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-13 (Tue, 13 Apr 2010)
Changed paths:
M src/Castle.Windsor/Facilities/TypedFactory/TypedFactoryFacility.cs
Log Message:
-----------
- removed explicit setting of typed factory lifestyle to Singleton, to allow
having factories with different lifestyles
Commit: d9c04535a583235a012c2370996924d9fe5a24d6
http://github.com/castleproject/Castle.InversionOfControl/commit/d9c04535a583235a012c2370996924d9fe5a24d6
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-14 (Wed, 14 Apr 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/DefaultKernel.cs
M src/Castle.Windsor/MicroKernel/DefaultKernel_Events.cs
Log Message:
-----------
- minor code formatting clean up in DefaultKernel, also changed visibility of
some Raise* methods from public to protected as they should have been from the
beginning
Commit: 94c5d16d9d9d14075098445bc4b941d290998f24
http://github.com/castleproject/Castle.InversionOfControl/commit/94c5d16d9d9d14075098445bc4b941d290998f24
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-14 (Wed, 14 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
A src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
M src/Castle.Windsor/Windsor/Configuration/Interpreters/AbstractInterpreter.cs
Log Message:
-----------
- initial sketch of simplified type-by-name resolution
can resolve non-generic types from loaded assemblies by just name ("IFoo") or
by name+namespace ("Acme.Foos.Foo") instead of assembly qualified name
Commit: 7d0b806b939463fdc18bb807e57896e97f345da8
http://github.com/castleproject/Castle.InversionOfControl/commit/7d0b806b939463fdc18bb807e57896e97f345da8
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-14 (Wed, 14 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
Log Message:
-----------
- added basic support for simplified syntax for generics
("IGeneric`1[[IService2]]"). Works with single generic paramter now
Commit: d3c301b486d495484a24525f0cc0a0bb624b78f7
http://github.com/castleproject/Castle.InversionOfControl/commit/d3c301b486d495484a24525f0cc0a0bb624b78f7
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
Log Message:
-----------
- removed scanning types in dynamic assemblies which threw an exception
Commit: a898292e711903e5f9f12b7859dc3b56cd3c8b6a
http://github.com/castleproject/Castle.InversionOfControl/commit/a898292e711903e5f9f12b7859dc3b56cd3c8b6a
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
Log Message:
-----------
- matching on duplicated type will now throw exception to avoid silent failures
when wrong type gets selected.
Commit: 4b2ba985c6377cd4e819f94b84823773e312ccfb
http://github.com/castleproject/Castle.InversionOfControl/commit/4b2ba985c6377cd4e819f94b84823773e312ccfb
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
A src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeName.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
Log Message:
-----------
- moved TypeName out to its own file
- removed non-used parameter: forceLoad
Commit: bb66fb16113e53ceedcbd354b5399f4a472e5cb2
http://github.com/castleproject/Castle.InversionOfControl/commit/bb66fb16113e53ceedcbd354b5399f4a472e5cb2
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-16 (Fri, 16 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
A src/Castle.Windsor.Tests/ClassComponents/IDoubleGeneric.cs
M src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
M
src/Castle.Windsor/MicroKernel/SubSystems/Conversion/DefaultConversionManager.cs
A src/Castle.Windsor/MicroKernel/SubSystems/Conversion/ITypeNameParser.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameConverter.cs
A src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameParser.cs
Log Message:
-----------
- moved parsing type name out to its own type where it belongs
Commit: 6ada509d0e6228c6289a22b5448d33e0a7a768bd
http://github.com/castleproject/Castle.InversionOfControl/commit/6ada509d0e6228c6289a22b5448d33e0a7a768bd
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeName.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameParser.cs
Log Message:
-----------
- added support for generics with multiple generic parameters
Commit: 5587e646d7499588e0dc4457398c15201240ad2a
http://github.com/castleproject/Castle.InversionOfControl/commit/5587e646d7499588e0dc4457398c15201240ad2a
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M src/Castle.Windsor.Tests/TypeNameConverterTestCase.cs
M src/Castle.Windsor/MicroKernel/SubSystems/Conversion/TypeNameParser.cs
Log Message:
-----------
- added support for nested multi generics
Commit: 960ef1c92df1d0d013ada770f1cf59a7e3920294
http://github.com/castleproject/Castle.InversionOfControl/commit/960ef1c92df1d0d013ada770f1cf59a7e3920294
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-04-17 (Sat, 17 Apr 2010)
Changed paths:
M lib/net-3.5/Castle.Core.dll
M lib/net-3.5/Castle.Core.xml
R lib/net-3.5/Castle.DynamicProxy2.dll
R lib/net-3.5/Castle.DynamicProxy2.xml
M lib/silverlight-3.0/Castle.Core.dll
M lib/silverlight-3.0/Castle.Core.xml
R lib/silverlight-3.0/Castle.DynamicProxy2.dll
R lib/silverlight-3.0/Castle.DynamicProxy2.xml
M src/Castle.Windsor.Tests/Castle.Windsor.Tests-vs2008.csproj
M src/Castle.Windsor/Castle.Windsor-vs2008.csproj
A src/Castle.Windsor/Core/IInitializable.cs
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.InversionOfControl
--
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.