Merge remote-tracking branch 'remotes/origin/master' into ignite-1093

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

Branch: refs/heads/ignite-1093
Commit: 833dc8865d361a0681cee39e9e08f790bc0f2451
Parents: b771c93 3d0dac6
Author: Anton Vinogradov <vinogradov.an...@gmail.com>
Authored: Tue Aug 25 19:47:27 2015 +0300
Committer: Anton Vinogradov <vinogradov.an...@gmail.com>
Committed: Tue Aug 25 19:47:27 2015 +0300

----------------------------------------------------------------------
 .../examples/igfs/IgfsMapReduceExample.java     |   3 +
 .../examples/servicegrid/ServicesExample.java   |  13 +-
 .../internal/portable/PortablePrimitives.java   | 196 +++---
 .../internal/portable/PortableRawWriterEx.java  |  16 +
 .../internal/portable/PortableWriterExImpl.java |  18 +-
 .../Apache.Ignite.Core.csproj                   |  25 +
 .../Impl/Memory/IPlatformMemory.cs              |  62 ++
 .../Memory/PlatformBigEndianMemoryStream.cs     | 483 +++++++++++++
 .../Impl/Memory/PlatformMemory.cs               |  77 +++
 .../Impl/Memory/PlatformMemoryManager.cs        | 106 +++
 .../Impl/Memory/PlatformMemoryPool.cs           | 105 +++
 .../Impl/Memory/PlatformMemoryStream.cs         | 676 +++++++++++++++++++
 .../Impl/Memory/PlatformMemoryUtils.cs          | 462 +++++++++++++
 .../Impl/Memory/PlatformPooledMemory.cs         |  70 ++
 .../Impl/Memory/PlatformRawMemory.cs            |  88 +++
 .../Impl/Memory/PlatformUnpooledMemory.cs       |  52 ++
 .../Impl/Portable/Io/IPortableStream.cs         | 320 +++++++++
 .../Properties/AssemblyInfo.cs                  |  10 +
 .../main/dotnet/Apache.Ignite.sln.DotSettings   |   4 +
 .../Apache.Ignite.Core.Tests.csproj             |   1 +
 .../Memory/InteropMemoryTest.cs                 | 213 ++++++
 .../Apache.Ignite.Core.Tests/TestRunner.cs      |   4 +-
 scripts/apply-pull-request.sh                   | 141 ++++
 23 files changed, 3028 insertions(+), 117 deletions(-)
----------------------------------------------------------------------


Reply via email to