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/25 18:56:45 UTC

[incubator-datasketches-cpp] branch master updated (20834d3 -> ac15fb6)

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 20834d3  Merge pull request #38 from apache/lg_size_bugfix
     add 33e4e24  added hll module
     add d4df432  missing includes
     add 0359d78  serialize header for postgresql
     add b112112  disabled tests that don't compile now due to interface changes
     add 08eca0d  use placement new
     new ac15fb6  Merge pull request #39 from apache/placement_new

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:
 Makefile                               |   2 +-
 hll/include/AuxHashMap-internal.hpp    |  24 ++---
 hll/include/CouponHashSet-internal.hpp |  14 +--
 hll/include/CouponList-internal.hpp    |  23 ++---
 hll/include/CouponList.hpp             |   4 +-
 hll/include/Hll4Array-internal.hpp     |   7 +-
 hll/include/Hll6Array-internal.hpp     |   7 +-
 hll/include/Hll8Array-internal.hpp     |   9 +-
 hll/include/HllArray-internal.hpp      |   6 +-
 hll/include/HllArray.hpp               |   4 +-
 hll/include/HllSketch-internal.hpp     |  14 ++-
 hll/include/HllSketchImpl.hpp          |   4 +-
 hll/include/HllSketchImplFactory.hpp   |  33 ++-----
 hll/include/HllUnion-internal.hpp      |   7 +-
 hll/include/PairIterator.hpp           |   4 +-
 hll/include/hll.hpp                    |   2 +-
 hll/test/HllUnionTest.cpp              | 166 ++++++++++++++++-----------------
 17 files changed, 141 insertions(+), 189 deletions(-)


---------------------------------------------------------------------
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 #39 from apache/placement_new

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 ac15fb6bd260e2fc7a9b03007bddb17f59ed40c1
Merge: 20834d3 08eca0d
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jun 25 11:56:41 2019 -0700

    Merge pull request #39 from apache/placement_new
    
    Placement new

 Makefile                               |   2 +-
 hll/include/AuxHashMap-internal.hpp    |  24 ++---
 hll/include/CouponHashSet-internal.hpp |  14 +--
 hll/include/CouponList-internal.hpp    |  23 ++---
 hll/include/CouponList.hpp             |   4 +-
 hll/include/Hll4Array-internal.hpp     |   7 +-
 hll/include/Hll6Array-internal.hpp     |   7 +-
 hll/include/Hll8Array-internal.hpp     |   9 +-
 hll/include/HllArray-internal.hpp      |   6 +-
 hll/include/HllArray.hpp               |   4 +-
 hll/include/HllSketch-internal.hpp     |  14 ++-
 hll/include/HllSketchImpl.hpp          |   4 +-
 hll/include/HllSketchImplFactory.hpp   |  33 ++-----
 hll/include/HllUnion-internal.hpp      |   7 +-
 hll/include/PairIterator.hpp           |   4 +-
 hll/include/hll.hpp                    |   2 +-
 hll/test/HllUnionTest.cpp              | 166 ++++++++++++++++-----------------
 17 files changed, 141 insertions(+), 189 deletions(-)


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