Merge remote-tracking branch 'origin/master'
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c9d08d39 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c9d08d39 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c9d08d39 Branch: refs/heads/ignite-4929 Commit: c9d08d39eecc216a788bf023929d74a011ebdd0e Parents: 902bf42 5c4d43c Author: Yakov Zhdanov <[email protected]> Authored: Tue Apr 11 14:09:30 2017 +0300 Committer: Yakov Zhdanov <[email protected]> Committed: Tue Apr 11 14:09:30 2017 +0300 ---------------------------------------------------------------------- .gitignore | 31 ++++- .../binary/include/ignite/binary/binary_type.h | 129 ++++++------------- .../ignite/impl/binary/binary_id_resolver.h | 33 ++--- .../ignite/impl/binary/binary_object_impl.h | 3 +- .../ignite/impl/binary/binary_reader_impl.h | 80 +++++++++++- .../ignite/impl/binary/binary_type_impl.h | 12 +- .../include/ignite/impl/binary/binary_utils.h | 6 +- .../ignite/impl/binary/binary_writer_impl.h | 15 ++- .../core-test/include/ignite/binary_test_defs.h | 117 +++++++++-------- .../cpp/core-test/include/ignite/complex_type.h | 30 ++--- .../cpp/core-test/include/ignite/test_type.h | 37 +++--- .../src/binary_identity_resolver_test.cpp | 92 +++++-------- .../cpp/core-test/src/binary_object_test.cpp | 4 +- .../cpp/core-test/src/binary_test_defs.cpp | 5 + .../cpp/core-test/src/cache_invoke_test.cpp | 18 +-- .../cpp/core-test/src/cache_query_test.cpp | 12 +- .../platforms/cpp/core-test/src/cache_test.cpp | 38 +++--- .../cpp/core-test/src/continuous_query_test.cpp | 34 +++-- .../cpp/core/include/ignite/ignite_binding.h | 6 +- .../impl/cache/cache_entry_processor_holder.h | 33 +++-- .../cpp/odbc-test/include/complex_type.h | 26 ++-- .../platforms/cpp/odbc-test/include/test_type.h | 37 +++--- 22 files changed, 393 insertions(+), 405 deletions(-) ----------------------------------------------------------------------
