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/21 18:52:25 UTC

[incubator-datasketches-cpp] 01/01: Merge pull request #37 from apache/theta_cmake

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 a211cb7ecc4aca5dadfd7ec8b0f2eb9e2e5a0b97
Merge: a78e17e 056b60a
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Fri Jun 21 11:52:20 2019 -0700

    Merge pull request #37 from apache/theta_cmake
    
    Update build files

 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(-)


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