Branch: refs/heads/master
Home:   https://github.com/castleproject/Castle.Core

Commit: 0344f5578c8e9692ea2df993caf43a69f56e6b14
    
https://github.com/castleproject/Castle.Core/commit/0344f5578c8e9692ea2df993caf43a69f56e6b14
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Core.Tests/Castle.Core.Tests.csproj
  M 
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/AdaptingXmlTestCase.cs
  M 
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/DictionaryAdapterFactoryTestCase.cs
  A 
src/Castle.Core.Tests/Components.DictionaryAdapter.Tests/MemberwiseEquaityHashCodeStrategyTestCase.cs
  M src/Castle.Core/Castle.Core.csproj
  M 
src/Castle.Core/Components.DictionaryAdapter/AbstractDictionaryAdapterVisitor.cs
  M 
src/Castle.Core/Components.DictionaryAdapter/Attributes/ComponentAttribute.cs
  M 
src/Castle.Core/Components.DictionaryAdapter/Attributes/StringValuesAttribute.cs
  A src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterBase.Coerce.cs
  A src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterBase.Copy.cs
  M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterBase.Create.cs
  M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterBase.Notify.cs
  M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterBase.cs
  M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterFactory.cs
  M src/Castle.Core/Components.DictionaryAdapter/DictionaryAdapterInstance.cs
  M src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapter.cs
  M src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapterVisitor.cs
  A src/Castle.Core/Components.DictionaryAdapter/IDictionaryCoerceStrategy.cs
  A src/Castle.Core/Components.DictionaryAdapter/IDictionaryCopyStrategy.cs
  A 
src/Castle.Core/Components.DictionaryAdapter/MemberwiseEqualityHashCodeStrategy.cs
  M src/Castle.Core/Components.DictionaryAdapter/PropertyDescriptor.cs
  M src/Castle.Core/Components.DictionaryAdapter/Util/EditableBindingList.cs
  M src/Castle.Core/Components.DictionaryAdapter/Util/EditableList.cs
  A 
src/Castle.Core/Components.DictionaryAdapter/Util/ReferenceEqualityComparer.cs
  M src/Castle.Core/Components.DictionaryAdapter/XPathAdapter.cs
  M src/Castle.Core/Components.DictionaryAdapter/XPathBehavior.cs
  M src/Castle.Core/Components.DictionaryAdapter/XPathContext.cs
  M src/Castle.Core/Components.DictionaryAdapter/XPathResult.cs

Log Message:
-----------
Merge branch 'master' of github.com:castleproject/Castle.Core


Commit: 8fa8cd70a9636dd30d41bd694b53323ecfc6167a
    
https://github.com/castleproject/Castle.Core/commit/8fa8cd70a9636dd30d41bd694b53323ecfc6167a
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  A Castle.Core.6.0.ReSharper

Log Message:
-----------
- added profile file for Resharper 6


Commit: 39eabd49b06f17cf4d8e944735b702f5b8696b10
    
https://github.com/castleproject/Castle.Core/commit/39eabd49b06f17cf4d8e944735b702f5b8696b10
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Core/Castle.Core.csproj
  M 
src/Castle.Core/Components.DictionaryAdapter/AbstractDictionaryAdapterVisitor.cs
  M 
src/Castle.Core/Components.DictionaryAdapter/MemberwiseEqualityHashCodeStrategy.cs
  R 
src/Castle.Core/Components.DictionaryAdapter/Util/ReferenceEqualityComparer.cs
  A src/Castle.Core/Core/ReferenceEqualityComparer.cs

Log Message:
-----------
- moved ReferenceEqualityComparer to Castle.Core namespace and made it public. 
The same type exists already in Windsor so let's just have one.


Commit: d1deafb090dc91967b5917d7ff478161cc57f41b
    
https://github.com/castleproject/Castle.Core/commit/d1deafb090dc91967b5917d7ff478161cc57f41b
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Core/Components.DictionaryAdapter/XPathAdapter.cs
  M src/Castle.Core/Core/Logging/LevelFilteredLogger.cs

Log Message:
-----------
- fixed the broken .NET 3.5 build


Commit: 8111f3e25042716d716058c8fc1b14c13524eac8
    
https://github.com/castleproject/Castle.Core/commit/8111f3e25042716d716058c8fc1b14c13524eac8
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Core/Castle.Core.csproj
  A src/Castle.Core/Compatibility/SilverlightHacks.cs

Log Message:
-----------
- copied the silverlight hacks from Windsor solution which will allow us to 
have SerializableAttribute and NonSerializedAttribute without explicit exclusion


Commit: 1c8e9454d14b13e9090250e3d5bef2e825ca2cdf
    
https://github.com/castleproject/Castle.Core/commit/1c8e9454d14b13e9090250e3d5bef2e825ca2cdf
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Services.Logging.NLogIntegration/NLogLogger.cs

Log Message:
-----------
- added comments on NLogLogger's members


Commit: 743dd9094eea844adb54112cb0db2ddf0f570421
    
https://github.com/castleproject/Castle.Core/commit/743dd9094eea844adb54112cb0db2ddf0f570421
Author: Krzysztof Kozmic <[email protected]>
Date:   2011-02-28 (Mon, 28 Feb 2011)

Changed paths:
  M src/Castle.Core/Components.DictionaryAdapter/XPathAdapter.cs
  M src/Castle.Core/DynamicProxy/Contributors/MembersCollector.cs

Log Message:
-----------
- fixed issue in wrong method being called in Silverlight build


-- 
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.

Reply via email to