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 9a3c1b8  Merge pull request #377 from tadejstajner/cpc-lg-k
     add ef01d71  documentation fixes
     add 826a72a  doxygen config
     add ed2f4aa  some more docs
     add d7ee478  some fixes based on the review
     new af9e175  Merge pull request #379 from apache/doxygen

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:
 Doxyfile                                           | 2827 ++++++++++++++++++++
 common/include/common_defs.hpp                     |    1 +
 common/include/kolmogorov_smirnov.hpp              |   15 +-
 common/include/quantiles_sorted_view.hpp           |   92 +
 common/include/serde.hpp                           |   89 +-
 count/include/count_min.hpp                        |  178 +-
 count/include/count_min_impl.hpp                   |   16 -
 cpc/include/cpc_sketch.hpp                         |   66 +-
 cpc/include/cpc_union.hpp                          |   37 +-
 density/include/density_sketch.hpp                 |   38 +-
 fi/include/frequent_items_sketch.hpp               |   26 +-
 hll/include/HllSketch-internal.hpp                 |    4 +-
 hll/include/hll.hpp                                |  110 +-
 kll/include/kll_sketch.hpp                         |   38 +-
 quantiles/include/quantiles_sketch.hpp             |   80 +-
 req/include/req_common.hpp                         |   10 +-
 req/include/req_sketch.hpp                         |   99 +-
 sampling/include/var_opt_sketch.hpp                |   92 +-
 sampling/include/var_opt_sketch_impl.hpp           |    6 +-
 sampling/include/var_opt_union.hpp                 |   14 +-
 theta/include/bounds_on_ratios_in_sampled_sets.hpp |    1 +
 .../bounds_on_ratios_in_theta_sketched_sets.hpp    |   13 +-
 theta/include/theta_a_not_b.hpp                    |    9 +
 theta/include/theta_intersection.hpp               |    6 +-
 theta/include/theta_intersection_impl.hpp          |    6 +-
 theta/include/theta_jaccard_similarity.hpp         |    3 +-
 theta/include/theta_jaccard_similarity_base.hpp    |    1 +
 theta/include/theta_sketch.hpp                     |  116 +-
 theta/include/theta_union.hpp                      |    5 +
 theta/include/theta_union_impl.hpp                 |    6 +-
 theta/include/theta_update_sketch_base.hpp         |    3 +-
 tuple/include/array_of_doubles_sketch.hpp          |   19 +-
 tuple/include/tuple_intersection.hpp               |   10 +
 tuple/include/tuple_jaccard_similarity.hpp         |    1 +
 tuple/include/tuple_sketch.hpp                     |  111 +-
 tuple/include/tuple_union.hpp                      |    8 +
 tuple/test/tuple_sketch_test.cpp                   |    2 +-
 37 files changed, 3825 insertions(+), 333 deletions(-)
 create mode 100644 Doxyfile


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to