You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/07/21 18:26:28 UTC

[datasketches-cpp] branch master updated (2b4f4f6 -> a49759e)

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


    from 2b4f4f6  Merge pull request #292 from apache/simplify_wheel
     add 94cf8a1  Remove catch.hpp and download pinned release verison from git instead. Also, move to latest 2.x release.
     add 7451df9  Remove commented-out line
     new a49759e  Merge pull request #295 from apache/catch_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:
 LICENSE                                            |    10 +-
 common/test/CMakeLists.txt                         |    13 +-
 common/test/catch.hpp                              | 17618 -------------------
 common/test/catch_runner.cpp                       |    23 +-
 common/test/integration_test.cpp                   |     2 +-
 common/test/test_runner.cpp                        |    29 -
 cpc/test/compression_test.cpp                      |     2 +-
 cpc/test/cpc_sketch_allocation_test.cpp            |     2 +-
 cpc/test/cpc_sketch_test.cpp                       |     2 +-
 cpc/test/cpc_union_test.cpp                        |     2 +-
 fi/test/frequent_items_sketch_custom_type_test.cpp |     2 +-
 fi/test/frequent_items_sketch_test.cpp             |     2 +-
 fi/test/reverse_purge_hash_map_test.cpp            |     2 +-
 hll/test/AuxHashMapTest.cpp                        |     2 +-
 hll/test/CouponHashSetTest.cpp                     |     2 +-
 hll/test/CouponListTest.cpp                        |     2 +-
 hll/test/CrossCountingTest.cpp                     |     2 +-
 hll/test/HllArrayTest.cpp                          |     2 +-
 hll/test/HllSketchTest.cpp                         |     2 +-
 hll/test/HllUnionTest.cpp                          |     2 +-
 hll/test/IsomorphicTest.cpp                        |     2 +-
 hll/test/TablesTest.cpp                            |     2 +-
 hll/test/ToFromByteArrayTest.cpp                   |     2 +-
 kll/test/kll_sketch_custom_type_test.cpp           |     2 +-
 kll/test/kll_sketch_test.cpp                       |     2 +-
 kll/test/kll_sketch_validation.cpp                 |     2 +-
 kll/test/kolmogorov_smirnov_test.cpp               |     2 +-
 quantiles/test/kolmogorov_smirnov_test.cpp         |     2 +-
 quantiles/test/quantiles_compatibility_test.cpp    |     2 +-
 quantiles/test/quantiles_sketch_test.cpp           |     2 +-
 req/test/req_sketch_custom_type_test.cpp           |     2 +-
 req/test/req_sketch_test.cpp                       |     2 +-
 sampling/test/var_opt_allocation_test.cpp          |     2 +-
 sampling/test/var_opt_sketch_test.cpp              |     2 +-
 sampling/test/var_opt_union_test.cpp               |     2 +-
 theta/test/theta_a_not_b_test.cpp                  |     2 +-
 theta/test/theta_intersection_test.cpp             |     2 +-
 theta/test/theta_jaccard_similarity_test.cpp       |     2 +-
 theta/test/theta_setop_test.cpp                    |     2 +-
 theta/test/theta_sketch_test.cpp                   |     2 +-
 theta/test/theta_union_test.cpp                    |     2 +-
 tuple/test/array_of_doubles_sketch_test.cpp        |     2 +-
 tuple/test/tuple_a_not_b_test.cpp                  |     2 +-
 tuple/test/tuple_intersection_test.cpp             |     2 +-
 tuple/test/tuple_jaccard_similarity_test.cpp       |     2 +-
 tuple/test/tuple_sketch_allocation_test.cpp        |     2 +-
 tuple/test/tuple_sketch_test.cpp                   |     2 +-
 tuple/test/tuple_union_test.cpp                    |     2 +-
 48 files changed, 81 insertions(+), 17698 deletions(-)
 delete mode 100644 common/test/catch.hpp
 delete mode 100644 common/test/test_runner.cpp


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


[datasketches-cpp] 01/01: Merge pull request #295 from apache/catch_cmake

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit a49759e41aedecaa4bc7af49bd31a22e703fa564
Merge: 2b4f4f6 7451df9
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Thu Jul 21 11:26:24 2022 -0700

    Merge pull request #295 from apache/catch_cmake
    
    Remove catch.hpp and download pinned release verison from git instead

 LICENSE                                            |    10 +-
 common/test/CMakeLists.txt                         |    13 +-
 common/test/catch.hpp                              | 17618 -------------------
 common/test/catch_runner.cpp                       |    23 +-
 common/test/integration_test.cpp                   |     2 +-
 common/test/test_runner.cpp                        |    29 -
 cpc/test/compression_test.cpp                      |     2 +-
 cpc/test/cpc_sketch_allocation_test.cpp            |     2 +-
 cpc/test/cpc_sketch_test.cpp                       |     2 +-
 cpc/test/cpc_union_test.cpp                        |     2 +-
 fi/test/frequent_items_sketch_custom_type_test.cpp |     2 +-
 fi/test/frequent_items_sketch_test.cpp             |     2 +-
 fi/test/reverse_purge_hash_map_test.cpp            |     2 +-
 hll/test/AuxHashMapTest.cpp                        |     2 +-
 hll/test/CouponHashSetTest.cpp                     |     2 +-
 hll/test/CouponListTest.cpp                        |     2 +-
 hll/test/CrossCountingTest.cpp                     |     2 +-
 hll/test/HllArrayTest.cpp                          |     2 +-
 hll/test/HllSketchTest.cpp                         |     2 +-
 hll/test/HllUnionTest.cpp                          |     2 +-
 hll/test/IsomorphicTest.cpp                        |     2 +-
 hll/test/TablesTest.cpp                            |     2 +-
 hll/test/ToFromByteArrayTest.cpp                   |     2 +-
 kll/test/kll_sketch_custom_type_test.cpp           |     2 +-
 kll/test/kll_sketch_test.cpp                       |     2 +-
 kll/test/kll_sketch_validation.cpp                 |     2 +-
 kll/test/kolmogorov_smirnov_test.cpp               |     2 +-
 quantiles/test/kolmogorov_smirnov_test.cpp         |     2 +-
 quantiles/test/quantiles_compatibility_test.cpp    |     2 +-
 quantiles/test/quantiles_sketch_test.cpp           |     2 +-
 req/test/req_sketch_custom_type_test.cpp           |     2 +-
 req/test/req_sketch_test.cpp                       |     2 +-
 sampling/test/var_opt_allocation_test.cpp          |     2 +-
 sampling/test/var_opt_sketch_test.cpp              |     2 +-
 sampling/test/var_opt_union_test.cpp               |     2 +-
 theta/test/theta_a_not_b_test.cpp                  |     2 +-
 theta/test/theta_intersection_test.cpp             |     2 +-
 theta/test/theta_jaccard_similarity_test.cpp       |     2 +-
 theta/test/theta_setop_test.cpp                    |     2 +-
 theta/test/theta_sketch_test.cpp                   |     2 +-
 theta/test/theta_union_test.cpp                    |     2 +-
 tuple/test/array_of_doubles_sketch_test.cpp        |     2 +-
 tuple/test/tuple_a_not_b_test.cpp                  |     2 +-
 tuple/test/tuple_intersection_test.cpp             |     2 +-
 tuple/test/tuple_jaccard_similarity_test.cpp       |     2 +-
 tuple/test/tuple_sketch_allocation_test.cpp        |     2 +-
 tuple/test/tuple_sketch_test.cpp                   |     2 +-
 tuple/test/tuple_union_test.cpp                    |     2 +-
 48 files changed, 81 insertions(+), 17698 deletions(-)


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