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/06 19:18:32 UTC

[incubator-datasketches-cpp] branch master updated (e8b0cd4 -> 8a62a21)

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 e8b0cd4  Merge pull request #53 from gabm/master
     add dae0b6f  added test_allocator, renamed custom type A to test_type
     new 8a62a21  Merge pull request #54 from apache/kll_test_allocator

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/test/CMakeLists.txt                         |   4 +-
 .../test/test_allocator.cpp                        |  12 +--
 common/test/test_allocator.hpp                     | 105 +++++++++++++++++++++
 common/test/{A.hpp => test_type.hpp}               |  42 ++++-----
 fi/test/frequent_items_sketch_custom_type_test.cpp |  10 +-
 kll/test/kll_sketch_custom_type_test.cpp           |  26 +++--
 kll/test/kll_sketch_test.cpp                       |  89 ++++++++++-------
 7 files changed, 211 insertions(+), 77 deletions(-)
 copy cpc/include/iconEstimator.h => common/test/test_allocator.cpp (81%)
 create mode 100644 common/test/test_allocator.hpp
 rename common/test/{A.hpp => test_type.hpp} (69%)


---------------------------------------------------------------------
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 #54 from apache/kll_test_allocator

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 8a62a21291ee4fac659c23d82ada90a605effc52
Merge: e8b0cd4 dae0b6f
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Aug 6 12:18:27 2019 -0700

    Merge pull request #54 from apache/kll_test_allocator
    
    added test_allocator, renamed custom type A to test_type

 common/test/CMakeLists.txt                         |   4 +-
 common/test/test_allocator.cpp                     |  27 ++++++
 common/test/test_allocator.hpp                     | 105 +++++++++++++++++++++
 common/test/{A.hpp => test_type.hpp}               |  42 ++++-----
 fi/test/frequent_items_sketch_custom_type_test.cpp |  10 +-
 kll/test/kll_sketch_custom_type_test.cpp           |  26 +++--
 kll/test/kll_sketch_test.cpp                       |  89 ++++++++++-------
 7 files changed, 233 insertions(+), 70 deletions(-)


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