You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2019/06/26 18:03:41 UTC

[incubator-datasketches-cpp] branch master updated (572e390 -> 4885337)

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


    from 572e390  Merge pull request #41 from apache/gcc_hll_fix
     add 984b3eb  port cpc, fi, and hll to pybind11
     add adca8ba  add kll support to python with pybind11
     add 5c30406  update readme with python instructions
     add 927eb6a  fix python setup script name in readme
     add 389797a  update readme wording
     new 4885337  Merge pull request #40 from apache/pybind11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmodules                 |   3 +
 README.md                   |   9 ++
 pyproject.toml              |   2 +-
 python/CMakeLists.txt       |  45 ++++------
 python/pybind11             |   1 +
 python/src/cpc_wrapper.cpp  |  60 ++++++-------
 python/src/datasketches.cpp |  24 ++---
 python/src/fi_wrapper.cpp   |  97 ++++++++------------
 python/src/hll_wrapper.cpp  | 211 ++++++++++++++++----------------------------
 python/src/kll_wrapper.cpp  | 162 ++++++++++++++--------------------
 10 files changed, 246 insertions(+), 368 deletions(-)
 create mode 100644 .gitmodules
 create mode 160000 python/pybind11


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-cpp] 01/01: Merge pull request #40 from apache/pybind11

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 48853374fe575b033fc601feca44de4a30c9f349
Merge: 572e390 389797a
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed Jun 26 11:03:37 2019 -0700

    Merge pull request #40 from apache/pybind11
    
    Pybind11

 .gitmodules                 |   3 +
 README.md                   |   9 ++
 pyproject.toml              |   2 +-
 python/CMakeLists.txt       |  45 ++++------
 python/pybind11             |   1 +
 python/src/cpc_wrapper.cpp  |  60 ++++++-------
 python/src/datasketches.cpp |  24 ++---
 python/src/fi_wrapper.cpp   |  97 ++++++++------------
 python/src/hll_wrapper.cpp  | 211 ++++++++++++++++----------------------------
 python/src/kll_wrapper.cpp  | 162 ++++++++++++++--------------------
 10 files changed, 246 insertions(+), 368 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org