Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: 76ebbbb4715fbc46d827da5b4dc6ad8e793fde36
http://github.com/castleproject/Castle.Core/commit/76ebbbb4715fbc46d827da5b4dc6ad8e793fde36
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-14 (Tue, 14 Sep 2010)
Changed paths:
M BreakingChanges.txt
M Changes.txt
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/DictionaryAdapterFactoryTestCase.cs
A
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/IUseBehaviorBuilder.cs
A
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/KeyBehaviorBuilderAttribute.cs
M src/Castle.Core.Tests/ReflectionBasedDictionaryAdapterTestCase.cs
R src/Castle.Core.Tests/WebLoggerTests.cs
M src/Castle.Core/Castle.Core.csproj
M
src/Castle.Core/Components.DictionaryAdapter/Attributes/DictionaryBehaviorAttribute.cs
M src/Castle.Core/Components.DictionaryAdapter/DefaultPropertyGetter.cs
M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterFactory.cs
M src/Castle.Core/Components.DictionaryAdapter/GenericDictionaryAdapter.cs
A src/Castle.Core/Components.DictionaryAdapter/IDictionaryBehaviorBuilder.cs
M src/Castle.Core/Components.DictionaryAdapter/PropertyDescriptor.cs
M src/Castle.Core/Core/Logging/LevelFilteredLogger.cs
R src/Castle.Core/Core/Logging/WebLogger.cs
R src/Castle.Core/Core/Logging/WebLoggerFactory.cs
M src/Castle.Core/Core/ReflectionBasedDictionaryAdapter.cs
Log Message:
-----------
- removed web logger from Core as discussed on the group. This is a breaking
change.
Merge branch 'master' of github.com:castleproject/Castle.Core
Conflicts:
Changes.txt
Commit: 6f195ee820a3dfd83d44debcbd13fd7634b830c3
http://github.com/castleproject/Castle.Core/commit/6f195ee820a3dfd83d44debcbd13fd7634b830c3
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-14 (Tue, 14 Sep 2010)
Changed paths:
M src/Castle.Core/DynamicProxy/Contributors/DelegateTypeGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/ClassEmitter.cs
Log Message:
-----------
- delegate proxy now obeys standard path for deciding if type should be
generated in signed or unsigned assembly
Commit: f014f23f89c05a07788eb68063007cda47aa4f34
http://github.com/castleproject/Castle.Core/commit/f014f23f89c05a07788eb68063007cda47aa4f34
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-09-14 (Tue, 14 Sep 2010)
Changed paths:
M src/Castle.Core.Tests/DynamicProxy.Tests/DelegateProxyTestCase.cs
M src/Castle.Core/DynamicProxy/Generators/BaseProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyWithTargetGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/DelegateProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/InterfaceProxyWithTargetGenerator.cs
Log Message:
-----------
- refactored generators so that common code for determining if the type is
cached or should be built is now it the base class
--
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.