You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/08/29 18:05:08 UTC

[24/24] ignite git commit: Merge branch 'master' of https://github.com/apache/ignite

Merge branch 'master' of https://github.com/apache/ignite


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d98cd309
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d98cd309
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d98cd309

Branch: refs/heads/master
Commit: d98cd3093f4a494e10ebfe5ee0eb302650716a12
Parents: f89375b 76f26c1
Author: agura <ag...@gridgain.com>
Authored: Mon Aug 29 21:03:05 2016 +0300
Committer: agura <ag...@gridgain.com>
Committed: Mon Aug 29 21:03:05 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.TestDll.csproj     |  5 ---
 .../Cache/Affinity/AffinityFunctionContext.cs   |  4 +--
 .../Apache.Ignite.Core/Events/DiscoveryEvent.cs |  4 +--
 .../Apache.Ignite.Core/Events/EventReader.cs    |  6 ++--
 .../Impl/Binary/DateTimeHolder.cs               |  4 +--
 .../Impl/Binary/Marshaller.cs                   | 36 ++++++++++----------
 .../Impl/Binary/SerializableObjectHolder.cs     |  6 ++--
 .../Affinity/AffinityFunctionSerializer.cs      |  2 +-
 .../Impl/Cache/CacheEntryFilterHolder.cs        | 10 +++---
 .../Impl/Cache/CacheEntryProcessorHolder.cs     |  8 ++---
 .../Continuous/ContinuousQueryFilterHolder.cs   |  8 ++---
 .../Impl/Compute/Closure/ComputeActionJob.cs    |  6 ++--
 .../Impl/Compute/Closure/ComputeFuncJob.cs      |  8 ++---
 .../Impl/Compute/Closure/ComputeOutFuncJob.cs   |  9 ++---
 .../Impl/Compute/ComputeFunc.cs                 |  9 +++--
 .../Impl/Compute/ComputeJob.cs                  | 10 +++---
 .../Impl/Compute/ComputeJobHolder.cs            |  8 ++---
 .../Impl/Compute/ComputeOutFunc.cs              |  8 ++---
 .../Impl/Datastream/StreamReceiverHolder.cs     |  2 +-
 .../Apache.Ignite.Core/Impl/IgniteUtils.cs      |  5 ++-
 .../Impl/Messaging/MessageListenerHolder.cs     |  8 ++---
 .../Apache.Ignite.Linq.csproj                   |  5 ---
 .../Apache.Ignite.NLog.csproj                   |  5 ---
 .../dotnet/Apache.Ignite/Apache.Ignite.csproj   |  5 ---
 24 files changed, 70 insertions(+), 111 deletions(-)
----------------------------------------------------------------------