Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Core
Commit: f5959092be0b1244ba206c8026436da0d7cbb0ef
https://github.com/castleproject/Castle.Core/commit/f5959092be0b1244ba206c8026436da0d7cbb0ef
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M src/Castle.Core/Components.DictionaryAdapter/XPathBehavior.cs
M src/Castle.Core/Components.DictionaryAdapter/XPathExtensions.cs
Log Message:
-----------
- excluded XPath related classes from Silverlight builds
Commit: 47489c1ce74362e48a0f64b73d68d6f999200577
https://github.com/castleproject/Castle.Core/commit/47489c1ce74362e48a0f64b73d68d6f999200577
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M Castle.Core.6.0.ReSharper
M src/Castle.Core.Tests/BasicClassProxyTestCase.cs
M src/Castle.Core.Tests/ClassEmitterTestCase.cs
M src/Castle.Core.Tests/RhinoMocksTestCase.cs
M src/Castle.Core/DynamicProxy/DefaultProxyBuilder.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/StrongNameUtil.cs
M src/Castle.Core/DynamicProxy/Internal/InternalsUtil.cs
M src/Castle.Core/DynamicProxy/ModuleScope.cs
Log Message:
-----------
- enabled internal types proxying with InternalsVisibleTo flag set
Commit: 54281ecb207e667457bed781fbbee9ee14bb1b14
https://github.com/castleproject/Castle.Core/commit/54281ecb207e667457bed781fbbee9ee14bb1b14
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-24 (Sun, 24 Jul 2011)
Changed paths:
M src/Castle.Core.Tests/Interceptors/WithCallbackInterceptor.cs
M src/Castle.Core/Castle.Core.csproj
M src/Castle.Core/Core/Configuration/AbstractConfiguration.cs
M src/Castle.Core/Core/Configuration/ConfigurationCollection.cs
M src/Castle.Core/Core/Configuration/MutableConfiguration.cs
M src/Castle.Core/Core/Extensions/SilverlightExtensions.cs
A src/Castle.Core/Core/Internal/CollectionExtensions.cs
M src/Castle.Core/Core/Logging/ConsoleLogger.cs
M src/Castle.Core/Core/Logging/LoggerException.cs
M src/Castle.Core/Core/Logging/NullLogFactory.cs
M src/Castle.Core/Core/Logging/StreamLogger.cs
M src/Castle.Core/Core/Resource/CustomUri.cs
M src/Castle.Core/Core/Resource/ResourceException.cs
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
M src/Castle.Core/DynamicProxy/Contributors/WrappedClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/Generators/AttributeDisassembler.cs
M src/Castle.Core/DynamicProxy/Generators/BaseProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/CacheKey.cs
M src/Castle.Core/DynamicProxy/Generators/Emitters/GenericUtil.cs
M src/Castle.Core/DynamicProxy/Generators/GeneratorException.cs
M src/Castle.Core/DynamicProxy/Generators/InterfaceProxyWithTargetGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/MethodWithInvocationGenerator.cs
M src/Castle.Core/DynamicProxy/Internal/InternalsUtil.cs
M src/Castle.Core/DynamicProxy/InvalidMixinConfigurationException.cs
M src/Castle.Core/DynamicProxy/ModuleScope.cs
M src/Castle.Core/DynamicProxy/ProxyGenerationOptions.cs
M src/Castle.Core/DynamicProxy/ProxyGenerator.cs
Log Message:
-----------
- adjusting conditional compilation for Silverlight to change enabling
proxying of internal types if the assembly has internals visible to DP
generated assembly
Commit: 8bf8c26b90b57ddf1263188d0f87f58bc1904a57
https://github.com/castleproject/Castle.Core/commit/8bf8c26b90b57ddf1263188d0f87f58bc1904a57
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-24 (Sun, 24 Jul 2011)
Changed paths:
M src/Castle.Core.Tests/AccessLevelTestCase.cs
M src/Castle.Core/DynamicProxy/Generators/AttributeDisassembler.cs
Log Message:
-----------
- fixed a bug (? not sure if in our code but anyway) that caused DP to
improperly pass arguments when defaulting value for params array parameter for
attributes
Commit: d24c99f19377e00ff225b02cebde913d3596eed7
https://github.com/castleproject/Castle.Core/commit/d24c99f19377e00ff225b02cebde913d3596eed7
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-24 (Sun, 24 Jul 2011)
Changed paths:
M Changes.txt
M src/Castle.Core.Tests/BasicInterfaceProxyTestCase.cs
M src/Castle.Core.Tests/DiagnosticsLoggerTestCase.cs
M src/Castle.Core.Tests/InterfaceProxyBaseTypeTestCase.cs
M src/Castle.Core.Tests/LevelFilteredLoggerTests.cs
M src/Castle.Core.Tests/XmlSerializationTestCase.cs
Log Message:
-----------
- updated readme
- un-excluded some tests for SIlverlight build as they are no longer invalid
Commit: b2b778670a9fccc39a95649fb6afefe899b3556a
https://github.com/castleproject/Castle.Core/commit/b2b778670a9fccc39a95649fb6afefe899b3556a
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-07-24 (Sun, 24 Jul 2011)
Changed paths:
A src/Castle.Core.Tests/BugsReported/Core40.cs
M src/Castle.Core.Tests/Castle.Core.Tests.csproj
M
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/AdaptingXmlTestCase.cs
M
src/Castle.Core/Components.DictionaryAdapter/Attributes/DictionaryBehaviorAttribute.cs
M
src/Castle.Core/Components.DictionaryAdapter/Attributes/XmlNamespaceAttribute.cs
M src/Castle.Core/Components.DictionaryAdapter/DefaultPropertyGetter.cs
M src/Castle.Core/Components.DictionaryAdapter/DictionaryDescriptor.cs
M src/Castle.Core/Components.DictionaryAdapter/IDictionaryBehavior.cs
M src/Castle.Core/Components.DictionaryAdapter/PropertyDescriptor.cs
M src/Castle.Core/Components.DictionaryAdapter/XPathAdapter.cs
M src/Castle.Core/Components.DictionaryAdapter/XPathContext.cs
M src/Castle.Core/Components.DictionaryAdapter/XPathExtensions.cs
M src/Castle.Core/DynamicProxy/ProxyGenerator.cs
Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.Core
Compare: https://github.com/castleproject/Castle.Core/compare/456d34a...b2b7786
--
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.