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/08/08 17:25:59 UTC

[incubator-datasketches-cpp] branch master updated (a521dab -> 9217369)

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 a521dab  Merge pull request #55 from apache/kll_deserialize_fix
     add 657f205  change HLL public API from CamelCase to lower_with_underscore
     add 27cbffd  remove more camelCase from hll.hpp
     add a1759cb  CurMode enum renamed to hll_mode, being explicit about sketch family and not forcing 'current' into the enum name
     new 9217369  Merge pull request #52 from apache/hll_api_tidying

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:
 hll/include/AuxHashMap.hpp             |   2 +-
 hll/include/CouponHashSet-internal.hpp |  20 +--
 hll/include/CouponHashSet.hpp          |   6 +-
 hll/include/CouponList-internal.hpp    |  50 +++---
 hll/include/CouponList.hpp             |   8 +-
 hll/include/Hll4Array-internal.hpp     |  10 +-
 hll/include/Hll4Array.hpp              |   4 +-
 hll/include/Hll6Array-internal.hpp     |   6 +-
 hll/include/Hll6Array.hpp              |   2 +-
 hll/include/Hll8Array-internal.hpp     |   6 +-
 hll/include/Hll8Array.hpp              |   2 +-
 hll/include/HllArray-internal.hpp      |  37 ++---
 hll/include/HllArray.hpp               |  10 +-
 hll/include/HllSketch-internal.hpp     | 262 +++++++++++++++--------------
 hll/include/HllSketchImpl-internal.hpp |  30 ++--
 hll/include/HllSketchImpl.hpp          |  18 +-
 hll/include/HllSketchImplFactory.hpp   |  20 +--
 hll/include/HllUnion-internal.hpp      | 295 ++++++++++++++++-----------------
 hll/include/HllUtil.hpp                |   6 +-
 hll/include/PairIterator.hpp           |   2 +-
 hll/include/hll.hpp                    | 183 ++++++++++----------
 hll/test/CouponHashSetTest.cpp         |   4 +-
 hll/test/CouponListTest.cpp            |  27 ++-
 hll/test/CrossCountingTest.cpp         |   7 +-
 hll/test/HllArrayTest.cpp              |  36 ++--
 hll/test/HllSketchTest.cpp             | 129 +++++---------
 hll/test/HllUnionTest.cpp              | 153 +++++++----------
 hll/test/ToFromByteArrayTest.cpp       | 194 +++++-----------------
 python/src/hll_wrapper.cpp             | 112 ++++++-------
 29 files changed, 725 insertions(+), 916 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 #52 from apache/hll_api_tidying

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 921736915421a4f860d88e8b1b7fbf1d228b80b7
Merge: a521dab a1759cb
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Aug 8 10:25:55 2019 -0700

    Merge pull request #52 from apache/hll_api_tidying
    
    change HLL public API from CamelCase to lower_with_underscore

 hll/include/AuxHashMap.hpp             |   2 +-
 hll/include/CouponHashSet-internal.hpp |  20 +--
 hll/include/CouponHashSet.hpp          |   6 +-
 hll/include/CouponList-internal.hpp    |  50 +++---
 hll/include/CouponList.hpp             |   8 +-
 hll/include/Hll4Array-internal.hpp     |  10 +-
 hll/include/Hll4Array.hpp              |   4 +-
 hll/include/Hll6Array-internal.hpp     |   6 +-
 hll/include/Hll6Array.hpp              |   2 +-
 hll/include/Hll8Array-internal.hpp     |   6 +-
 hll/include/Hll8Array.hpp              |   2 +-
 hll/include/HllArray-internal.hpp      |  37 ++---
 hll/include/HllArray.hpp               |  10 +-
 hll/include/HllSketch-internal.hpp     | 262 +++++++++++++++--------------
 hll/include/HllSketchImpl-internal.hpp |  30 ++--
 hll/include/HllSketchImpl.hpp          |  18 +-
 hll/include/HllSketchImplFactory.hpp   |  20 +--
 hll/include/HllUnion-internal.hpp      | 295 ++++++++++++++++-----------------
 hll/include/HllUtil.hpp                |   6 +-
 hll/include/PairIterator.hpp           |   2 +-
 hll/include/hll.hpp                    | 183 ++++++++++----------
 hll/test/CouponHashSetTest.cpp         |   4 +-
 hll/test/CouponListTest.cpp            |  27 ++-
 hll/test/CrossCountingTest.cpp         |   7 +-
 hll/test/HllArrayTest.cpp              |  36 ++--
 hll/test/HllSketchTest.cpp             | 129 +++++---------
 hll/test/HllUnionTest.cpp              | 153 +++++++----------
 hll/test/ToFromByteArrayTest.cpp       | 194 +++++-----------------
 python/src/hll_wrapper.cpp             | 112 ++++++-------
 29 files changed, 725 insertions(+), 916 deletions(-)


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