Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9A8E8200C54 for ; Wed, 12 Apr 2017 14:47:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 99171160BB5; Wed, 12 Apr 2017 12:47:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E985F160BAC for ; Wed, 12 Apr 2017 14:46:59 +0200 (CEST) Received: (qmail 58581 invoked by uid 500); 12 Apr 2017 12:46:59 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 58453 invoked by uid 99); 12 Apr 2017 12:46:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2017 12:46:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6680E9638; Wed, 12 Apr 2017 12:46:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: isapego@apache.org To: commits@ignite.apache.org Date: Wed, 12 Apr 2017 12:47:00 -0000 Message-Id: <92138f0756b54f99be4d78fa5ecaf6fe@git.apache.org> In-Reply-To: <0f40148d7a5740e0920dcb815bdcebe1@git.apache.org> References: <0f40148d7a5740e0920dcb815bdcebe1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/13] ignite git commit: Merge remote-tracking branch 'origin/master' archived-at: Wed, 12 Apr 2017 12:47:00 -0000 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-3477-master Commit: c9d08d39eecc216a788bf023929d74a011ebdd0e Parents: 902bf42 5c4d43c Author: Yakov Zhdanov Authored: Tue Apr 11 14:09:30 2017 +0300 Committer: Yakov Zhdanov 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(-) ----------------------------------------------------------------------