ignite git commit: IGNITE-4691: Added Time type support to ODBC.

2017-03-22 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 1a93a727f -> 612e92ac9 IGNITE-4691: Added Time type support to ODBC. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/612e92ac Tree:

svn commit: r1788114 - /ignite/site/trunk/features/cpp.html

2017-03-22 Thread isapego
Author: isapego Date: Wed Mar 22 14:45:09 2017 New Revision: 1788114 URL: http://svn.apache.org/viewvc?rev=1788114=rev Log: Fixed CPP SQL Join example. Modified: ignite/site/trunk/features/cpp.html Modified: ignite/site/trunk/features/cpp.html URL: http://svn.apache.org/viewvc/ignite/site

[2/2] ignite git commit: IGNITE-4617: CPP: Added Field-access methods for BinaryObject

2017-03-28 Thread isapego
IGNITE-4617: CPP: Added Field-access methods for BinaryObject Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d44de994 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d44de994 Diff:

[1/2] ignite git commit: IGNITE-4617: CPP: Added Field-access methods for BinaryObject

2017-03-28 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 8ae3d5b20 -> d44de994e http://git-wip-us.apache.org/repos/asf/ignite/blob/d44de994/modules/platforms/cpp/binary/src/impl/binary/binary_type_handler.cpp -- diff --git

ignite git commit: IGNITE-4002: Fixed directory check for the ODBC install script.

2017-03-23 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 1f4ed52b2 -> 927ead139 IGNITE-4002: Fixed directory check for the ODBC install script. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/927ead13 Tree:

ignite git commit: IGNITE-4617: Fix for BinaryFieldMetadata

2017-03-29 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 348b9efdf -> caa16b33a IGNITE-4617: Fix for BinaryFieldMetadata Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/caa16b33 Tree:

ignite git commit: IGNITE-3586: CPP: Made QueryArgument private

2017-03-20 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-2.0 89eb17591 -> 15c97807d IGNITE-3586: CPP: Made QueryArgument private Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/15c97807 Tree:

ignite git commit: IGNITE-4200: Added copying of the C++ binaries during build.

2017-03-20 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-2.0 2544bfd34 -> 89eb17591 IGNITE-4200: Added copying of the C++ binaries during build. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/89eb1759 Tree:

ignite git commit: IGNITE-4002: Fixed warning messages during ODBC driver installiation.

2017-03-20 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-2.0 15c97807d -> 67bd32c20 IGNITE-4002: Fixed warning messages during ODBC driver installiation. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/67bd32c2 Tree:

[2/2] ignite git commit: IGNITE-4690: CPP: Added ignite::Time type

2017-03-21 Thread isapego
IGNITE-4690: CPP: Added ignite::Time type Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/02991d30 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/02991d30 Diff:

[1/2] ignite git commit: IGNITE-4690: CPP: Added ignite::Time type

2017-03-21 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 19ba8f477 -> 02991d306 http://git-wip-us.apache.org/repos/asf/ignite/blob/02991d30/modules/platforms/cpp/core-test/src/binary_reader_writer_raw_test.cpp -- diff --git

ignite git commit: IGNITE-3583: Replaced passing by value with passing by reference

2017-04-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 5d5ba5cf6 -> c3431e901 IGNITE-3583: Replaced passing by value with passing by reference Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c3431e90 Tree:

ignite git commit: Fix for C++

2017-04-10 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3477-master be7296c52 -> 01b088fed Fix for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/01b088fe Tree:

ignite git commit: Fixed test config for C++

2017-04-11 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3477-master d69a5942d -> c9fd6b997 Fixed test config for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c9fd6b99 Tree:

ignite git commit: Fix for C++

2017-04-11 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3477-master 06cee57e6 -> 50f9f1612 Fix for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/50f9f161 Tree:

ignite git commit: IGNITE-3585: CPP: Container-based methods now accept iterators

2017-04-03 Thread isapego
Repository: ignite Updated Branches: refs/heads/master ece492846 -> d34a4d06d IGNITE-3585: CPP: Container-based methods now accept iterators Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d34a4d06 Tree:

ignite git commit: IGNITE-3582: CPP: Replaced passing by pointer with passing by reference

2017-04-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 5469626c9 -> 5d5ba5cf6 IGNITE-3582: CPP: Replaced passing by pointer with passing by reference Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5d5ba5cf Tree:

[12/13] ignite git commit: Merge-related fixes

2017-04-12 Thread isapego
Merge-related fixes Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/21dcef20 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/21dcef20 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/21dcef20 Branch:

[04/13] ignite git commit: ignite-4828 Improve the distribution of keys within partitions

2017-04-12 Thread isapego
ignite-4828 Improve the distribution of keys within partitions Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/55ab10ee Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/55ab10ee Diff:

[02/13] ignite git commit: ignite-1977 - fixed IgniteSemaphore fault tolerance.

2017-04-12 Thread isapego
ignite-1977 - fixed IgniteSemaphore fault tolerance. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/902bf42c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/902bf42c Diff:

[05/13] ignite git commit: IGNITE-4948 - Fix for web session clustering with security

2017-04-12 Thread isapego
IGNITE-4948 - Fix for web session clustering with security Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/55b9b8be Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/55b9b8be Diff:

[07/13] ignite git commit: IGNITE-1192: Apache Ignite Spring Data integration

2017-04-12 Thread isapego
IGNITE-1192: Apache Ignite Spring Data integration Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4ad2657d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4ad2657d Diff:

[13/13] ignite git commit: Merge remote-tracking branch 'upstream/ignite-3477-master' into ignite-3477-master

2017-04-12 Thread isapego
Merge remote-tracking branch 'upstream/ignite-3477-master' into ignite-3477-master Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5839f481 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5839f481 Diff:

[03/13] ignite git commit: Merge remote-tracking branch 'origin/master'

2017-04-12 Thread isapego
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:

[10/13] ignite git commit: IGNITE-4943 Improve design of table on Admin Panel screen: minor fixes.

2017-04-12 Thread isapego
IGNITE-4943 Improve design of table on Admin Panel screen: minor fixes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/775c6e57 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/775c6e57 Diff:

[09/13] ignite git commit: IGNITE-4943 Improve design of table on Admin Panel screen.

2017-04-12 Thread isapego
IGNITE-4943 Improve design of table on Admin Panel screen. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8c9c60a4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8c9c60a4 Diff:

ignite git commit: IGNITE-3584: CPP: BinaryType refactored

2017-04-11 Thread isapego
Repository: ignite Updated Branches: refs/heads/master aeacad6b8 -> 5c4d43c2b IGNITE-3584: CPP: BinaryType refactored Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5c4d43c2 Tree:

ignite git commit: Fixed C++ compiliation

2017-04-14 Thread isapego
Repository: ignite Updated Branches: refs/heads/master b3b5395c8 -> 68727334c Fixed C++ compiliation Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/68727334 Tree:

[ignite] Git Push Summary

2017-04-14 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3581 [deleted] 869c9121e

[2/8] ignite git commit: IGNITE-3581: Implemented for enums from ODBC

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/5c4b7b03/modules/platforms/cpp/odbc/src/query/type_info_query.cpp -- diff --git a/modules/platforms/cpp/odbc/src/query/type_info_query.cpp

[7/8] ignite git commit: IGNITE-3581: Moved enums to separate structs for Core

2017-04-13 Thread isapego
IGNITE-3581: Moved enums to separate structs for Core Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/53f93681 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/53f93681 Diff:

[6/8] ignite git commit: IGNITE-3581: Moved enums to separate structs for Core

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/53f93681/modules/platforms/cpp/core-test/src/transactions_test.cpp -- diff --git a/modules/platforms/cpp/core-test/src/transactions_test.cpp

[3/8] ignite git commit: IGNITE-3581: Implemented for enums from ODBC

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/5c4b7b03/modules/platforms/cpp/odbc/src/common_types.cpp -- diff --git a/modules/platforms/cpp/odbc/src/common_types.cpp b/modules/platforms/cpp/odbc/src/common_types.cpp index

[5/8] ignite git commit: IGNITE-3581: Implemented for enums from ODBC

2017-04-13 Thread isapego
IGNITE-3581: Implemented for enums from ODBC Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/5c4b7b03 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/5c4b7b03 Diff:

[4/8] ignite git commit: IGNITE-3581: Implemented for enums from ODBC

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/5c4b7b03/modules/platforms/cpp/odbc/include/ignite/odbc/query/primary_keys_query.h -- diff --git a/modules/platforms/cpp/odbc/include/ignite/odbc/query/primary_keys_query.h

[8/8] ignite git commit: IGNITE-3581: Minor fix

2017-04-13 Thread isapego
IGNITE-3581: Minor fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/869c9121 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/869c9121 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/869c9121 Branch:

[1/8] ignite git commit: IGNITE-3581: Renaming

2017-04-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3581 [created] 869c9121e IGNITE-3581: Renaming Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0da662f3 Tree:

ignite git commit: Merge-related fix for C++

2017-04-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3477-master 2c4ef9ee3 -> 024272844 Merge-related fix for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/02427284 Tree:

[5/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/7e106cd0/modules/platforms/cpp/core-test/src/transactions_test.cpp -- diff --git a/modules/platforms/cpp/core-test/src/transactions_test.cpp

[4/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/7e106cd0/modules/platforms/cpp/odbc-test/src/column_test.cpp -- diff --git a/modules/platforms/cpp/odbc-test/src/column_test.cpp

[3/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/7e106cd0/modules/platforms/cpp/odbc/include/ignite/odbc/system/ui/dsn_configuration_window.h -- diff --git

[6/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
IGNITE-3581: Moved enums to separate structs for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7e106cd0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7e106cd0 Diff:

[2/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/7e106cd0/modules/platforms/cpp/odbc/src/diagnostic/diagnostic_record_storage.cpp -- diff --git a/modules/platforms/cpp/odbc/src/diagnostic/diagnostic_record_storage.cpp

[1/6] ignite git commit: IGNITE-3581: Moved enums to separate structs for C++

2017-04-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/master d298e7561 -> 7e106cd09 http://git-wip-us.apache.org/repos/asf/ignite/blob/7e106cd0/modules/platforms/cpp/odbc/src/statement.cpp -- diff --git

[1/2] ignite git commit: IGNITE-3575 CPP: Added support for continuous queries remote filters.

2017-03-31 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 79bac4f87 -> d4da92b7a http://git-wip-us.apache.org/repos/asf/ignite/blob/d4da92b7/modules/platforms/cpp/core/src/impl/cache/cache_impl.cpp -- diff --git

[2/2] ignite git commit: IGNITE-3575 CPP: Added support for continuous queries remote filters.

2017-03-31 Thread isapego
IGNITE-3575 CPP: Added support for continuous queries remote filters. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d4da92b7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d4da92b7 Diff:

ignite git commit: Fix for C++ tests

2017-04-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-3477-master 024272844 -> faaf92d65 Fix for C++ tests Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/faaf92d6 Tree:

ignite git commit: IGNITE-5777: BLAS integration phase 1.

2017-07-31 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 5ba4a3879 -> ece7cf924 IGNITE-5777: BLAS integration phase 1. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ece7cf92 Tree:

ignite git commit: IGNITE-5758: CPP: Added pointers semantics for primitive types

2017-07-28 Thread isapego
Repository: ignite Updated Branches: refs/heads/master ab899cf2e -> 1597a186e IGNITE-5758: CPP: Added pointers semantics for primitive types Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1597a186 Tree:

ignite git commit: IGNITE-5621: Support BINARY and VARBINARY SQL types for C++

2017-07-28 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 52ad9180a -> 96b43e5df IGNITE-5621: Support BINARY and VARBINARY SQL types for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/96b43e5d Tree:

ignite git commit: IGNITE-5923: ODBC: SQLGetTypeInfo now works with SQL_ALL_TYPES

2017-08-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master ec115dcfa -> 48c914dcc IGNITE-5923: ODBC: SQLGetTypeInfo now works with SQL_ALL_TYPES Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/48c914dc Tree:

ignite git commit: IGNITE-6032: ODBC: Added SQL_SCROLL_OPTIONS support for SQLGetInfo

2017-08-15 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 24cfc2aa1 -> f3d3d1bd7 IGNITE-6032: ODBC: Added SQL_SCROLL_OPTIONS support for SQLGetInfo Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f3d3d1bd Tree:

ignite git commit: IGNITE-5995: ODBC fix for SQLGetData.

2017-08-10 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 3919d8035 -> 0d8d166b7 IGNITE-5995: ODBC fix for SQLGetData. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0d8d166b Tree:

ignite git commit: IGNITE-5753: CPP Memory leak fixed.

2017-07-14 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 038a90a98 -> 07cc05f51 IGNITE-5753: CPP Memory leak fixed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/07cc05f5 Tree:

ignite git commit: IGNITE-5582: Implemented Compute::Broadcast for C++

2017-07-07 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 45cd87fe7 -> fa974286e IGNITE-5582: Implemented Compute::Broadcast for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/fa974286 Tree:

[2/2] ignite git commit: IGNITE-5278: BLAS implemented.

2017-07-25 Thread isapego
IGNITE-5278: BLAS implemented. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/de259fff Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/de259fff Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/de259fff

[1/2] ignite git commit: IGNITE-5278: BLAS implemented.

2017-07-25 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 131847203 -> de259fffb http://git-wip-us.apache.org/repos/asf/ignite/blob/de259fff/modules/ml/src/test/java/org/apache/ignite/ml/math/BlasTest.java -- diff --git

ignite git commit: IGNITE-5771: Added Ignite::SetActive() for C++

2017-07-27 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 294139221 -> 47fea40b0 IGNITE-5771: Added Ignite::SetActive() for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/47fea40b Tree:

ignite git commit: IGNITE-5663: ODBC: Closing cursor do not reset prepared statement anymore

2017-07-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 84c7427a5 -> 64c156e92 IGNITE-5663: ODBC: Closing cursor do not reset prepared statement anymore Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/64c156e9 Tree:

ignite git commit: IGNITE-1439: Implemented Futures for C++.

2017-04-24 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 9ce62e64a -> f328c4eea IGNITE-1439: Implemented Futures for C++. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f328c4ee Tree:

ignite git commit: IGNITE-5880: BLAS integration phase 2

2017-08-07 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 9b730e732 -> 488a6d271 IGNITE-5880: BLAS integration phase 2 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/488a6d27 Tree:

ignite git commit: IGNITE-5939: ODBC: SQLColAttributes now works with legacy attribute codes.

2017-08-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 359777f23 -> 70ffa2cdf IGNITE-5939: ODBC: SQLColAttributes now works with legacy attribute codes. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/70ffa2cd Tree:

ignite git commit: IGNITE-5925: Implemented get row/col for matrices.

2017-08-18 Thread isapego
Repository: ignite Updated Branches: refs/heads/master f00449fe1 -> 45708b972 IGNITE-5925: Implemented get row/col for matrices. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/45708b97 Tree:

ignite git commit: IGNITE-5132: Fixed PutGet example.

2017-05-03 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 85f5309db -> ed72663ff IGNITE-5132: Fixed PutGet example. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ed72663f Tree:

ignite git commit: IGNITE-5208: Fixed sigfault on concurrent map access

2017-05-17 Thread isapego
Repository: ignite Updated Branches: refs/heads/master e1f3e4a67 -> 821446317 IGNITE-5208: Fixed sigfault on concurrent map access Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/82144631 Tree:

ignite git commit: IGNITE-4597: CPP: Add methods to reset arguments in sql query.

2017-05-17 Thread isapego
Repository: ignite Updated Branches: refs/heads/master ccaed07da -> 03ed3813c IGNITE-4597: CPP: Add methods to reset arguments in sql query. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/03ed3813 Tree:

[2/2] ignite git commit: IGNITE-5377: ODBC: Exposed SqlFieldsQuery hints as parameters..

2017-06-20 Thread isapego
IGNITE-5377: ODBC: Exposed SqlFieldsQuery hints as parameters.. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/97021944 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/97021944 Diff:

[1/2] ignite git commit: IGNITE-5396: ODBC server cursor cleaned when last result piece is transmitted

2017-06-20 Thread isapego
Repository: ignite Updated Branches: refs/heads/master f58b22290 -> 97021944f IGNITE-5396: ODBC server cursor cleaned when last result piece is transmitted Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c5071520 Tree:

ignite git commit: IGNITE-5133: Now CPP examples return non-zero code on error.

2017-06-21 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 7e9457e71 -> 7ffe15ee8 IGNITE-5133: Now CPP examples return non-zero code on error. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7ffe15ee Tree:

[2/2] ignite git commit: IGNITE-3355: Implemented Compute::Call() for C++

2017-05-29 Thread isapego
IGNITE-3355: Implemented Compute::Call() for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f9c96de5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f9c96de5 Diff:

[1/2] ignite git commit: IGNITE-3355: Implemented Compute::Call() for C++

2017-05-29 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 0f8af137c -> f9c96de57 http://git-wip-us.apache.org/repos/asf/ignite/blob/f9c96de5/modules/platforms/cpp/core/include/ignite/impl/compute/compute_job_holder.h -- diff

ignite git commit: IGNITE-5337: Renamed C++ example executables

2017-05-30 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 73ae278d8 -> a8586118f IGNITE-5337: Renamed C++ example executables Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a8586118 Tree:

ignite git commit: IGNITE-5154: Added RemoteFilter to C++ ContinuosQuery example.

2017-05-31 Thread isapego
Repository: ignite Updated Branches: refs/heads/master abb9d9428 -> 41dcce7b8 IGNITE-5154: Added RemoteFilter to C++ ContinuosQuery example. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/41dcce7b Tree:

ignite git commit: IGNITE-5161: Implemented C++ compute example.

2017-05-31 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 41dcce7b8 -> d0bddfa52 IGNITE-5161: Implemented C++ compute example. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d0bddfa5 Tree:

ignite git commit: IGNITE-5263: Renamed ODBC connection param "cache" to schema

2017-06-05 Thread isapego
Repository: ignite Updated Branches: refs/heads/master da3772044 -> 2ba6ab42b IGNITE-5263: Renamed ODBC connection param "cache" to schema Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2ba6ab42 Tree:

ignite git commit: IGNITE-5309: Added schema to SqlFieldsQuery for C++

2017-06-05 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 2ba6ab42b -> 2485b984d IGNITE-5309: Added schema to SqlFieldsQuery for C++ Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2485b984 Tree:

[1/3] ignite git commit: IGNITE-4370: Implemented writing of batch of parameters for ODBC.

2017-06-15 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 1288531ed -> c10be5780 http://git-wip-us.apache.org/repos/asf/ignite/blob/c10be578/modules/platforms/cpp/odbc/src/statement.cpp -- diff --git

[3/3] ignite git commit: IGNITE-4370: Implemented writing of batch of parameters for ODBC.

2017-06-15 Thread isapego
IGNITE-4370: Implemented writing of batch of parameters for ODBC. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c10be578 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c10be578 Diff:

[2/3] ignite git commit: IGNITE-4370: Implemented writing of batch of parameters for ODBC.

2017-06-15 Thread isapego
http://git-wip-us.apache.org/repos/asf/ignite/blob/c10be578/modules/platforms/cpp/odbc/include/ignite/odbc/message.h -- diff --git a/modules/platforms/cpp/odbc/include/ignite/odbc/message.h

ignite git commit: IGNITE-5525: Fix for ODBC example

2017-06-16 Thread isapego
Repository: ignite Updated Branches: refs/heads/master ce1de0ef7 -> 7d3c5d05c IGNITE-5525: Fix for ODBC example Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7d3c5d05 Tree:

[1/2] ignite git commit: IGNITE-5478: Fixed.

2017-06-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-5478 [created] 1a504a99d IGNITE-5478: Fixed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/621bed68 Tree:

[2/2] ignite git commit: IGNITE-5478: Added test

2017-06-13 Thread isapego
IGNITE-5478: Added test Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1a504a99 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1a504a99 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1a504a99 Branch:

ignite git commit: GNITE-5478: ODBC: SQLNumParams now returns number of required parameters.

2017-06-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 9925bc2b8 -> b1c56a105 GNITE-5478: ODBC: SQLNumParams now returns number of required parameters. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b1c56a10 Tree:

ignite git commit: IGNITE-6330: Merge-related bugfix.

2017-09-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 28b5c1162 -> 1d95e5297 IGNITE-6330: Merge-related bugfix. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1d95e529 Tree:

ignite git commit: IGNITE-6394: Fixed creation of off-heap matrix with size over 2 Gb (int overflow in DenseOffHeapMatrixStorage.allocateMemory)

2017-09-15 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 39b903013 -> fe06b5983 IGNITE-6394: Fixed creation of off-heap matrix with size over 2 Gb (int overflow in DenseOffHeapMatrixStorage.allocateMemory) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: IGNITE-6328: Fixed compilation of ML examples.

2017-09-11 Thread isapego
Repository: ignite Updated Branches: refs/heads/master d9481b593 -> 25f8c573b IGNITE-6328: Fixed compilation of ML examples. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/25f8c573 Tree:

ignite git commit: IGNITE-6119: Fixes for style and DSN.

2017-09-06 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 56860d22b -> 6c9bb8902 IGNITE-6119: Fixes for style and DSN. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6c9bb890 Tree:

ignite git commit: IGNITE-6245: Implemented return of affected rows number.

2017-09-07 Thread isapego
Repository: ignite Updated Branches: refs/heads/master b10117db2 -> e88199395 IGNITE-6245: Implemented return of affected rows number. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e8819939 Tree:

ignite git commit: IGNITE-6282: CPP: Implemented lazy initialization of IgniteImpl members

2017-09-07 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-2.2 4981d885c -> cf9e8044e IGNITE-6282: CPP: Implemented lazy initialization of IgniteImpl members (cherry picked from commit bacff9e) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: IGNITE-6282: CPP: Implemented lazy initialization of IgniteImpl members

2017-09-07 Thread isapego
Repository: ignite Updated Branches: refs/heads/master e88199395 -> bacff9e1a IGNITE-6282: CPP: Implemented lazy initialization of IgniteImpl members Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bacff9e1 Tree:

ignite git commit: IGNITE-6330: Implemented closing of ODBC and JDBC cursors on disconnect

2017-09-13 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 60d758820 -> 28b5c1162 IGNITE-6330: Implemented closing of ODBC and JDBC cursors on disconnect Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/28b5c116 Tree:

ignite git commit: IGNITE-6151: Impemented getting and setting of the SQL_ATTR_CONNECTION_DEAD

2017-09-12 Thread isapego
Repository: ignite Updated Branches: refs/heads/master f5bbc709f -> 0bc1d8477 IGNITE-6151: Impemented getting and setting of the SQL_ATTR_CONNECTION_DEAD Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0bc1d847 Tree:

ignite git commit: IGNITE-6151: Review fixes

2017-09-12 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 0bc1d8477 -> 8c2380568 IGNITE-6151: Review fixes Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8c238056 Tree:

ignite git commit: IGNITE-6119: Compilation fix

2017-09-06 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 3b388280c -> ffaf10837 IGNITE-6119: Compilation fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ffaf1083 Tree:

svn commit: r1806455 - /ignite/site/trunk/features/sql.html

2017-08-28 Thread isapego
Author: isapego Date: Mon Aug 28 12:55:38 2017 New Revision: 1806455 URL: http://svn.apache.org/viewvc?rev=1806455=rev Log: IGNITE-6040: Added C++ code snippets. Modified: ignite/site/trunk/features/sql.html Modified: ignite/site/trunk/features/sql.html URL: http://svn.apache.org/viewvc

ignite git commit: IGNITE-6211: ODBC: SQLBindParameter now does not unbind parameter if the ParameterValuePtr is NULL

2017-09-01 Thread isapego
Repository: ignite Updated Branches: refs/heads/master bd7bd226d -> 72608a508 IGNITE-6211: ODBC: SQLBindParameter now does not unbind parameter if the ParameterValuePtr is NULL Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

ignite git commit: IGNITE-6188: ODBC: Fix for SQLFreeStmt(SQL_CLOSE).

2017-09-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 9d35ea0e0 -> dc6b73b94 IGNITE-6188: ODBC: Fix for SQLFreeStmt(SQL_CLOSE). Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dc6b73b9 Tree:

ignite git commit: IGNITE-3987: ODBC: Improved error output when query parsing failed.

2017-09-04 Thread isapego
Repository: ignite Updated Branches: refs/heads/master dc6b73b94 -> 29ce1fa81 IGNITE-3987: ODBC: Improved error output when query parsing failed. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/29ce1fa8 Tree:

ignite git commit: IGNITE-6122: Propagated SqlFieldsQuery.lazy property for C++.

2017-08-29 Thread isapego
Repository: ignite Updated Branches: refs/heads/master 9c7853164 -> 8fd4f747d IGNITE-6122: Propagated SqlFieldsQuery.lazy property for C++. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8fd4f747 Tree:

ignite git commit: IGNITE-5771: Added Ignite::SetActive() for C++

2017-09-05 Thread isapego
Repository: ignite Updated Branches: refs/heads/ignite-2.2 94641a931 -> e469ab686 IGNITE-5771: Added Ignite::SetActive() for C++ (cherry picked from commit 47fea40) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit:

  1   2   3   4   5   6   7   >