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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to