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/datasketches-cpp.git
from 4a23934 Merge pull request #403 from apache/serde_compat-update
add 1ef125f cleanup
add 7718f30 more cleanup
add af97406 fixed test
add 810c2c1 use new policy name
add e921ed1 more cleanup
add c5a8067 more cleanup
add 0393cf2 removed deprecated methods
add acb806d documentation improvements
add 9bc7a42 moved random_bit into random_utils namespace
add e602aec removed unnecessary include
new eb103f4 Merge pull request #404 from apache/cleanup-before-5.0.0
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:
common/include/common_defs.hpp | 13 +++--
common/include/count_zeros.hpp | 2 -
common/include/quantiles_sorted_view.hpp | 5 +-
cpc/include/cpc_common.hpp | 34 ++++++-------
cpc/include/cpc_compressor.hpp | 11 ++--
cpc/include/cpc_compressor_impl.hpp | 34 ++++++-------
cpc/include/cpc_sketch.hpp | 14 +++---
cpc/include/cpc_sketch_impl.hpp | 23 +++++----
cpc/include/cpc_union.hpp | 9 ++--
cpc/include/cpc_union_impl.hpp | 16 +++---
cpc/include/u32_table.hpp | 5 +-
cpc/include/u32_table_impl.hpp | 10 ++--
cpc/test/cpc_sketch_test.cpp | 8 +--
cpc/test/cpc_union_test.cpp | 8 +--
density/include/density_sketch_impl.hpp | 2 +-
hll/include/CouponList-internal.hpp | 4 +-
hll/include/CouponList.hpp | 4 +-
hll/include/HllArray-internal.hpp | 6 +--
hll/include/HllArray.hpp | 8 +--
hll/include/HllSketch-internal.hpp | 4 +-
hll/include/HllSketchImpl.hpp | 4 +-
hll/include/hll.hpp | 35 ++++++-------
kll/include/kll_helper_impl.hpp | 4 +-
kll/include/kll_sketch.hpp | 75 +++++++++++++---------------
kll/include/kll_sketch_impl.hpp | 53 ++++----------------
kll/test/kll_sketch_test.cpp | 28 ++---------
quantiles/include/quantiles_sketch.hpp | 46 ++---------------
quantiles/include/quantiles_sketch_impl.hpp | 38 +-------------
quantiles/test/quantiles_sketch_test.cpp | 23 ---------
req/include/req_compactor_impl.hpp | 4 +-
req/include/req_sketch.hpp | 19 ++-----
req/include/req_sketch_impl.hpp | 19 -------
req/test/req_sketch_test.cpp | 16 ------
sampling/include/var_opt_union.hpp | 7 ++-
sampling/include/var_opt_union_impl.hpp | 8 +--
theta/include/theta_a_not_b.hpp | 15 +++---
theta/include/theta_constants.hpp | 14 ++++--
theta/include/theta_intersection.hpp | 12 +++--
theta/include/theta_sketch.hpp | 34 ++++++++-----
theta/include/theta_union.hpp | 22 ++++----
tuple/include/array_tuple_a_not_b.hpp | 6 +--
tuple/include/array_tuple_intersection.hpp | 2 +-
tuple/include/tuple_a_not_b.hpp | 7 +--
tuple/include/tuple_intersection.hpp | 7 +--
tuple/include/tuple_jaccard_similarity.hpp | 2 +-
tuple/include/tuple_sketch.hpp | 16 +++---
tuple/include/tuple_union.hpp | 12 ++---
tuple/test/tuple_jaccard_similarity_test.cpp | 4 +-
48 files changed, 286 insertions(+), 466 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]