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 a78e17e Merge pull request #36 from apache/hll_as_interface
add 056b60a Update cmake files to include theta, and clean up old hll
makefile to build properly (including removing unused cpp files from hll)
new a211cb7 Merge pull request #37 from apache/theta_cmake
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:
CMakeLists.txt | 3 +-
Makefile | 3 +-
hll/hll.mk | 17 +-
hll/src/AuxHashMap.cpp | 252 -----
hll/src/CompositeInterpolationXTable.cpp | 1550 ------------------------------
hll/src/Conversions.cpp | 122 ---
hll/src/CouponHashSet.cpp | 254 -----
hll/src/CouponList.cpp | 394 --------
hll/src/CubicInterpolation.cpp | 211 ----
hll/src/HarmonicNumbers.cpp | 83 --
hll/src/Hll4Array.cpp | 327 -------
hll/src/Hll6Array.cpp | 117 ---
hll/src/Hll8Array.cpp | 98 --
hll/src/HllArray.cpp | 602 ------------
hll/src/HllPairIterator.cpp | 86 --
hll/src/HllSketch.cpp | 400 --------
hll/src/HllSketchImpl.cpp | 164 ----
hll/src/HllUnion.cpp | 466 ---------
hll/src/HllUtil.cpp | 35 -
hll/src/IntArrayPairIterator.cpp | 100 --
hll/src/RelativeErrorTables.cpp | 106 --
theta/CMakeLists.txt | 43 +
theta/include/theta_sketch.hpp | 10 +-
theta/test/CMakeLists.txt | 27 +
theta/test/theta_sketch_test.cpp | 31 +-
25 files changed, 104 insertions(+), 5397 deletions(-)
delete mode 100644 hll/src/AuxHashMap.cpp
delete mode 100644 hll/src/CompositeInterpolationXTable.cpp
delete mode 100644 hll/src/Conversions.cpp
delete mode 100644 hll/src/CouponHashSet.cpp
delete mode 100644 hll/src/CouponList.cpp
delete mode 100644 hll/src/CubicInterpolation.cpp
delete mode 100644 hll/src/HarmonicNumbers.cpp
delete mode 100644 hll/src/Hll4Array.cpp
delete mode 100644 hll/src/Hll6Array.cpp
delete mode 100644 hll/src/Hll8Array.cpp
delete mode 100644 hll/src/HllArray.cpp
delete mode 100644 hll/src/HllPairIterator.cpp
delete mode 100644 hll/src/HllSketch.cpp
delete mode 100644 hll/src/HllSketchImpl.cpp
delete mode 100644 hll/src/HllUnion.cpp
delete mode 100644 hll/src/HllUtil.cpp
delete mode 100644 hll/src/IntArrayPairIterator.cpp
delete mode 100644 hll/src/RelativeErrorTables.cpp
create mode 100644 theta/CMakeLists.txt
create mode 100644 theta/test/CMakeLists.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]