You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/06/03 17:11:32 UTC

[incubator-datasketches-cpp] branch 2.0.x-incubating updated (dbc8b4a -> 90b6689)

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

jmalkin pushed a change to branch 2.0.x-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


    from dbc8b4a  Merge branch '2.0.x-incubating' of github.com:apache/incubator-datasketches-cpp into 2.0.x-incubating
     add c60448e  cherry-pick #151: no checking of seed hash for empty compact sketches
     add baef5b8  fixed ordered a-not-b
     add ef43c5b  conditional back inserter
     add 9b1b34b  reference member is problematic
     add 97dcd5b  lambda as rvalue
     add 4baf1db  MSVC compatibility
     add 98497af  one more attempt at MSVC compatibility
     add 680ddc1  another attempt at MSVC compatibility
     add 6f04d3f  added new header
     new 90b6689  Merge pull request #155 from apache/patch_for_rc4

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:
 theta/CMakeLists.txt                        |   2 +
 theta/include/conditional_back_inserter.hpp |  63 ++++++++++++++++++++++++++
 theta/include/theta_a_not_b.hpp             |   7 +++
 theta/include/theta_a_not_b_impl.hpp        |  67 +++++++++++-----------------
 theta/include/theta_intersection_impl.hpp   |   2 +-
 theta/include/theta_sketch_impl.hpp         |  14 ++++--
 theta/test/theta_a_not_b_test.cpp           |  24 ++++++++++
 theta/test/theta_compact_empty_from_java.sk | Bin 8 -> 8 bytes
 8 files changed, 132 insertions(+), 47 deletions(-)
 create mode 100644 theta/include/conditional_back_inserter.hpp


---------------------------------------------------------------------
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 #155 from apache/patch_for_rc4

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

jmalkin pushed a commit to branch 2.0.x-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 90b66895c24d843f455ada80e9cc82927188cae7
Merge: dbc8b4a 6f04d3f
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Jun 3 10:11:25 2020 -0700

    Merge pull request #155 from apache/patch_for_rc4
    
    Apply changes to create rc4

 theta/CMakeLists.txt                        |   2 +
 theta/include/conditional_back_inserter.hpp |  63 ++++++++++++++++++++++++++
 theta/include/theta_a_not_b.hpp             |   7 +++
 theta/include/theta_a_not_b_impl.hpp        |  67 +++++++++++-----------------
 theta/include/theta_intersection_impl.hpp   |   2 +-
 theta/include/theta_sketch_impl.hpp         |  14 ++++--
 theta/test/theta_a_not_b_test.cpp           |  24 ++++++++++
 theta/test/theta_compact_empty_from_java.sk | Bin 8 -> 8 bytes
 8 files changed, 132 insertions(+), 47 deletions(-)


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