You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2017/01/26 13:20:52 UTC

[3/3] ignite git commit: Merge branch 'master' into ignite-2.0

Merge branch 'master' into ignite-2.0


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

Branch: refs/heads/ignite-2.0
Commit: 907e5e11eb7052f64b31ce1f5a091f9f3626f9ff
Parents: 637d791 9d64a28
Author: devozerov <vo...@gridgain.com>
Authored: Thu Jan 26 16:18:37 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Thu Jan 26 16:18:37 2017 +0300

----------------------------------------------------------------------
 .../processors/igfs/IgfsTaskSelfTest.java       |  87 ++----
 modules/platforms/cpp/binary/Makefile.am        |   2 +
 .../platforms/cpp/binary/include/Makefile.am    |   3 +
 .../cpp/binary/include/ignite/binary/binary.h   |  15 +-
 .../include/ignite/binary/binary_object.h       |  77 +++++
 .../ignite/impl/binary/binary_object_header.h   | 250 ++++++++++++++++
 .../ignite/impl/binary/binary_object_impl.h     | 102 +++++++
 .../include/ignite/impl/binary/binary_schema.h  |   2 +-
 .../include/ignite/impl/binary/binary_utils.h   |  61 ++++
 .../cpp/binary/project/vs/binary.vcxproj        |   5 +
 .../binary/project/vs/binary.vcxproj.filters    |  15 +
 .../src/impl/binary/binary_object_header.cpp    |  51 ++++
 .../src/impl/binary/binary_object_impl.cpp      |  52 ++++
 .../cpp/binary/src/impl/binary/binary_utils.cpp |  83 ++++++
 .../src/impl/binary/binary_writer_impl.cpp      |   2 +-
 modules/platforms/cpp/core-test/Makefile.am     |   1 +
 .../core-test/include/ignite/binary_test_defs.h |  25 ++
 .../cpp/core-test/include/ignite/complex_type.h | 135 +++++++++
 .../cpp/core-test/include/ignite/test_type.h    | 186 ++++++++++++
 .../cpp/core-test/project/vs/core-test.vcxproj  |   3 +
 .../project/vs/core-test.vcxproj.filters        |  16 +-
 .../cpp/core-test/src/binary_object_test.cpp    | 282 +++++++++++++++++++
 22 files changed, 1377 insertions(+), 78 deletions(-)
----------------------------------------------------------------------