Merge branch 'ignite-1770' into ignite-1803

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

Branch: refs/heads/ignite-1803
Commit: db069546f26b2dda91266bed81494edd7d5dd04e
Parents: 36b1f00 8e5ca84
Author: vozerov-gridgain <[email protected]>
Authored: Fri Oct 30 09:22:37 2015 +0300
Committer: vozerov-gridgain <[email protected]>
Committed: Fri Oct 30 09:22:37 2015 +0300

----------------------------------------------------------------------
 .../Cache/Store/CacheTestStore.cs               |  55 ++-
 .../Apache.Ignite.Core.csproj                   |   4 +
 .../Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs  |  54 +++
 .../Impl/Common/ResizeableArray.cs              |  70 ++++
 .../Impl/Memory/PlatformMemoryStream.cs         |  35 +-
 .../Impl/Portable/Io/IPortableStream.cs         |   8 +-
 .../Impl/Portable/Io/PortableAbstractStream.cs  |  72 +---
 .../Impl/Portable/Io/PortableHeapStream.cs      |  99 +++---
 .../Impl/Portable/PortableBuilderImpl.cs        | 145 ++++----
 .../Impl/Portable/PortableMarshaller.cs         |   2 +-
 .../Impl/Portable/PortableObjectHeader.cs       | 343 +++++++++++++++++++
 .../Impl/Portable/PortableObjectSchemaField.cs  | 110 ++++++
 .../Impl/Portable/PortableReaderImpl.cs         | 127 +++----
 .../Impl/Portable/PortableUserObject.cs         |  82 ++---
 .../Impl/Portable/PortableUtils.cs              | 103 ++----
 .../Impl/Portable/PortableWriterImpl.cs         | 164 +++------
 .../Impl/Portable/PortablesImpl.cs              |  16 +-
 parent/pom.xml                                  |   8 +-
 18 files changed, 938 insertions(+), 559 deletions(-)
----------------------------------------------------------------------


Reply via email to