1. 71d8a88 try lcov 1.15 by AlexanderSaydakov · 3 years, 2 months ago
  2. e9fd0c4 simplify and unify serialization and deserialization by AlexanderSaydakov · 3 years, 2 months ago
  3. 06eff3b simplify and unify serialization and deserialization by AlexanderSaydakov · 3 years, 2 months ago
  4. 9aefce4 moved templates to common place by AlexanderSaydakov · 3 years, 2 months ago
  5. fa65853 updated version by AlexanderSaydakov · 3 years, 2 months ago
  6. 3207338 Merge pull request #202 from apache/readme_update_compiler_versions by Alexander Saydakov · 3 years, 2 months ago
  7. 83af7b1 agreed to stop maintaining tested compiler versions by AlexanderSaydakov · 3 years, 2 months ago
  8. afb9f9f Merge pull request #203 from apache/gcc_4_8_5_compat by Alexander Saydakov · 3 years, 2 months ago
  9. 10bbfe7 compatibility with gcc 4.8.5 by AlexanderSaydakov · 3 years, 2 months ago
  10. c2b7585 copy-paste mistake by AlexanderSaydakov · 3 years, 2 months ago
  11. f17e8ed updated compiler versions tested by AlexanderSaydakov · 3 years, 2 months ago
  12. d9e7d18 Merge pull request #201 from apache/add_guards by Alexander Saydakov · 3 years, 3 months ago
  13. 7affcc1 Merge pull request #200 from apache/seed_hash_collision by Jon Malkin · 3 years, 3 months ago
  14. e468e2e added missing guards by AlexanderSaydakov · 3 years, 3 months ago
  15. f00bcc3 Add simple integration test that declares all sketch types to ensure no conflicting definitions by Jon Malkin · 3 years, 3 months ago
  16. 7537a63 ensure compute_seed_hash uses a common definition to avoid conflicting definitions by Jon Malkin · 3 years, 3 months ago
  17. 74dec07 Merge pull request #198 from chufucun/cpc_unused by Alexander Saydakov · 3 years, 3 months ago
  18. dc3e6cb Fix unused function compile issues by Fucun Chu · 3 years, 3 months ago
  19. 332009e Merge pull request #194 from apache/req_python by Jon Malkin · 3 years, 3 months ago
  20. ee3d1c4 Merge pull request #197 from apache/python_theta_jaccard by Jon Malkin · 3 years, 3 months ago
  21. bd16cd5 Add jaccard similarity to theta sketch in python by Jon Malkin · 3 years, 3 months ago
  22. 4b5ab3e Merge pull request #195 from apache/allocation_tests by Alexander Saydakov · 3 years, 3 months ago
  23. b53dbca added test allocator and checking by AlexanderSaydakov · 3 years, 3 months ago
  24. 4ffa048 test that allocator default constructor is not called by AlexanderSaydakov · 3 years, 3 months ago
  25. fc6c45e Add req python tests, fix minor issues in kll python wrapper/tests by Jon Malkin · 3 years, 3 months ago
  26. 31c7741 Capitalize S in DataSketches by Jon Malkin · 3 years, 3 months ago
  27. 41913da Add get_k() to kll, add python wrapper for req by Jon Malkin · 3 years, 3 months ago
  28. c71d5f9 Merge pull request #193 from apache/fix_ci by Alexander Saydakov · 3 years, 3 months ago
  29. c19103d improve comment wording by Jon Malkin · 3 years, 3 months ago
  30. d35783e try this format by AlexanderSaydakov · 3 years, 3 months ago
  31. b759861 test if the version format is the problem by AlexanderSaydakov · 3 years, 3 months ago
  32. e04f328 Merge pull request #186 from apache/hll_allocator by Alexander Saydakov · 3 years, 3 months ago
  33. 1a70024 attempt to fix broken python CI job by Jon Malkin · 3 years, 3 months ago
  34. 56e6ada Merge pull request #192 from apache/branding by Jon Malkin · 3 years, 3 months ago
  35. b00ff91 Add Apache branding to mentions of Datassketches by Jon Malkin · 3 years, 3 months ago
  36. 8d5a169 Merge pull request #190 from apache/sampling_allocator by Alexander Saydakov · 3 years, 3 months ago
  37. b261c86 use allocator by AlexanderSaydakov · 3 years, 3 months ago
  38. 5b3ff2d Merge pull request #189 from apache/theta_tuple_common_base by Alexander Saydakov · 3 years, 3 months ago
  39. 4f8a096 fixed typo by AlexanderSaydakov · 3 years, 3 months ago
  40. 25d75fc Merge branch 'theta_tuple_common_base' of git@github.com:apache/incubator-datasketches-cpp.git into theta_tuple_common_base by AlexanderSaydakov · 3 years, 3 months ago
  41. 4b86691 fixed name by AlexanderSaydakov · 3 years, 3 months ago
  42. 17c4407 support allocator instance by AlexanderSaydakov · 3 years, 3 months ago
  43. b6fed70 stop caching credentials in workflows, add pytest in hopes of fixing the CI build by Jon Malkin · 3 years, 3 months ago
  44. 71b8b3a update python to remove is_compact from hll union by Jon Malkin · 3 years, 3 months ago
  45. 1ae29a5 Merge branch 'hll_allocator' of github.com:apache/datasketches-cpp into hll_allocator by Jon Malkin · 3 years, 3 months ago
  46. c9577f9 removed unnecessary method by AlexanderSaydakov · 3 years, 3 months ago
  47. 8c744b9 Merge branch 'hll_allocator' of github.com:apache/datasketches-cpp into hll_allocator by Jon Malkin · 3 years, 3 months ago
  48. c8aff72 removed unused methods by AlexanderSaydakov · 3 years, 3 months ago
  49. a10e646 update python theta union update for new template API by Jon Malkin · 3 years, 3 months ago
  50. bf47a89 forward input sketch by AlexanderSaydakov · 3 years, 3 months ago
  51. dc5599e Update python wrapper to handle theta API changes by Jon Malkin · 3 years, 3 months ago
  52. 3c8816e Update python wrapper to handle theta API changes by Jon Malkin · 3 years, 3 months ago
  53. c5fdcb1 Merge branch 'theta_tuple_common_base' of git@github.com:apache/incubator-datasketches-cpp.git into theta_tuple_common_base by AlexanderSaydakov · 3 years, 3 months ago
  54. 175849a this test was included prematurely, disabled for now by AlexanderSaydakov · 3 years, 3 months ago
  55. 1245c84 Merge branch 'master' into theta_tuple_common_base by Alexander Saydakov · 3 years, 3 months ago
  56. 2d9edb9 promoted new implementation of theta sketch by AlexanderSaydakov · 3 years, 3 months ago
  57. 0520082 Merge pull request #188 from apache/coverage_fix by Jon Malkin · 3 years, 3 months ago
  58. f561bde try to get coveralls to have a useful badge by Jon Malkin · 3 years, 3 months ago
  59. f9361b0 Merge pull request #187 from bryanherger/master by Alexander Saydakov · 3 years, 3 months ago
  60. 9b7fcf2 Adding missing include files to install and source by bryanherger · 3 years, 3 months ago
  61. 1dbeafc Fix typo in header file name by bryanherger · 3 years, 3 months ago
  62. a707a00 Merge pull request #183 from apache/cpc_allocator by Alexander Saydakov · 3 years, 3 months ago
  63. e5e709b match allocator type by AlexanderSaydakov · 3 years, 3 months ago
  64. 4bbafa0 support allocator instance, use vectors by AlexanderSaydakov · 3 years, 3 months ago
  65. 19a1f64 Merge pull request #181 from apache/fi_allocator by Alexander Saydakov · 3 years, 4 months ago
  66. 7a76412 Merge pull request #179 from apache/kll_allocator by Alexander Saydakov · 3 years, 4 months ago
  67. 9db1a23 Merge pull request #180 from apache/tuple_allocator_fix by Alexander Saydakov · 3 years, 4 months ago
  68. 202bc2c Merge pull request #176 from apache/req_sketch by Alexander Saydakov · 3 years, 4 months ago
  69. 9b99b9b better naming by AlexanderSaydakov · 3 years, 4 months ago
  70. fe2a786 match Java implementation by AlexanderSaydakov · 3 years, 4 months ago
  71. c91bf6a support allocator instance by AlexanderSaydakov · 3 years, 4 months ago
  72. b2f749e Merge pull request #182 from chufucun/include_type by Alexander Saydakov · 3 years, 4 months ago
  73. fa12f33 fix include problem by fucun chu · 3 years, 4 months ago
  74. b351222 added allocator by AlexanderSaydakov · 3 years, 4 months ago
  75. 73a32cf support passing an allocator instance by AlexanderSaydakov · 3 years, 4 months ago
  76. 2263150 use allocator instance by AlexanderSaydakov · 3 years, 4 months ago
  77. f271101 fixed deleter by AlexanderSaydakov · 3 years, 4 months ago
  78. aff3549 fixed allocator handling by AlexanderSaydakov · 3 years, 4 months ago
  79. 9b008b9 support allocator instance by AlexanderSaydakov · 3 years, 4 months ago
  80. 54bb76b turned off lazy compression to match Java by AlexanderSaydakov · 3 years, 4 months ago
  81. dab7bb6 Merge pull request #178 from apache/move_to_TLP by Lee Rhodes · 3 years, 4 months ago
  82. 050e71a Remove incubat* by Lee Rhodes · 3 years, 4 months ago
  83. 8dc083b disallow merging HRA and LRA by AlexanderSaydakov · 3 years, 4 months ago
  84. 9fd6f0f removed license from .asf.yaml ... not required. by Lee Rhodes · 3 years, 4 months ago
  85. 574f613 run-time HRA flag by AlexanderSaydakov · 3 years, 4 months ago
  86. 65fb1c2 Merge pull request #177 from apache/kll_minor_cleanup by Alexander Saydakov · 3 years, 4 months ago
  87. 5f0f358 include needed headers by AlexanderSaydakov · 3 years, 5 months ago
  88. b75e27d added quantile expectations by AlexanderSaydakov · 3 years, 5 months ago
  89. 5a7b1e4 minor cleanup by AlexanderSaydakov · 3 years, 5 months ago
  90. ce46c3a iterator by AlexanderSaydakov · 3 years, 5 months ago
  91. 528d78f custom type tests by AlexanderSaydakov · 3 years, 5 months ago
  92. 1191762 added missing comparator, fixed serialized size by AlexanderSaydakov · 3 years, 5 months ago
  93. bc98e82 fixed move and serialized size by AlexanderSaydakov · 3 years, 5 months ago
  94. 8e043b7 return vector of values instead of pointers by AlexanderSaydakov · 3 years, 5 months ago
  95. a57e210 implemented bounds by AlexanderSaydakov · 3 years, 5 months ago
  96. a2019c2 implemented get_PMF() and get_CDF() by AlexanderSaydakov · 3 years, 5 months ago
  97. b0b623a implemented get_quantiles() by AlexanderSaydakov · 3 years, 5 months ago
  98. a3c133b updated compress() to match the latest Java code by AlexanderSaydakov · 3 years, 5 months ago
  99. 9c42fdb Merge pull request #175 from apache/hll_union_remove_deser by Jon Malkin · 3 years, 5 months ago
  100. 87da358 fixed module name by AlexanderSaydakov · 3 years, 5 months ago