[
https://issues.apache.org/jira/browse/IGNITE-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195656#comment-15195656
]
ASF GitHub Bot commented on IGNITE-2823:
----------------------------------------
GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/554
IGNITE-2823: Split libcommon in two libs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isapego/ignite ignite-2823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/554.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #554
----
commit 1b9a1b6cda95cdd9b83884859b7f010de4b0304f
Author: isapego <[email protected]>
Date: 2016-03-15T14:39:24Z
IGNITE-2823: Splitted common in two libs.
commit 6368c25720270817f12fee6f751178096d9a1010
Author: isapego <[email protected]>
Date: 2016-03-15T14:53:43Z
IGNITE-2823: Moved utils lib files to "utils" include dir.
commit 5d01177e4e9b89c7b7d7d4dc3002ce69b2a61438
Author: isapego <[email protected]>
Date: 2016-03-15T15:04:16Z
IGNITE-2823: Moved utils to its own namespace.
commit 73f9ab6af21a2b8aaac06b836bf7ca59da16182e
Author: Igor Sapego <[email protected]>
Date: 2016-03-15T15:37:16Z
IGNITE-2823: Autotools build of utils implemented.
commit c41bad6f60d02c297c95d6698d98773a0c07b100
Author: Igor Sapego <[email protected]>
Date: 2016-03-15T16:23:08Z
IGNITE-2823: Fixes for the Autotools build system.
commit 7ab9732f8d169f3e7bde8f12fc15aa76721d4c00
Author: isapego <[email protected]>
Date: 2016-03-15T16:56:19Z
IGNITE-2823: minor refactoring.
----
> CPP: Split libcommon in two libraries to get rid of libjvm dependency.
> ----------------------------------------------------------------------
>
> Key: IGNITE-2823
> URL: https://issues.apache.org/jira/browse/IGNITE-2823
> Project: Ignite
> Issue Type: Sub-task
> Components: odbc, platforms
> Affects Versions: 1.5.0.final
> Reporter: Igor Sapego
> Assignee: Igor Sapego
> Fix For: 1.6
>
>
> Currently libcommon depends on the libjvm but provides other utilities and
> macros which other libraries depend upon. So we need to link libcommon always
> when we use utils even if we don't use libjvm (e.g. in ODBC driver).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)