1. 393fb98 Merge pull request #452 from apache/dev_target_5.3.0 by Alexander Saydakov · 12 days ago master
  2. c38f798 release process: setting development target to 5.3.0 by AlexanderSaydakov · 12 days ago
  3. 914ed42 Merge pull request #451 from apache/fix_bit_packing by Alexander Saydakov · 12 days ago
  4. 9639606 more rounds of pseudo-random data by AlexanderSaydakov · 12 days ago
  5. ececa07 better error messages by AlexanderSaydakov · 12 days ago
  6. 3914ef8 Merge pull request #450 from apache/notice_2025 by Alexander Saydakov · 12 days ago
  7. 29fecac updated notice by AlexanderSaydakov · 12 days ago
  8. 4100faa Merge pull request #449 from apache/java17 by Lee Rhodes · 12 days ago
  9. 39c51ba update setup-java action by AlexanderSaydakov · 12 days ago
  10. 1b771d2 Merge pull request #448 from apache/java17 by Alexander Saydakov · 12 days ago
  11. abb17e9 java code now needs java17 by AlexanderSaydakov · 12 days ago
  12. 4ec8068 Merge pull request #447 from apache/fix_bit_packing by Alexander Saydakov · 12 days ago
  13. 6e944cf fixed name clash by AlexanderSaydakov · 12 days ago
  14. 666df8b unused import by AlexanderSaydakov · 13 days ago
  15. 5c19333 fixed bit packing by AlexanderSaydakov · 13 days ago
  16. fbb78f4 Merge pull request #446 from apache/tdigest_pmf_and_cdf by Alexander Saydakov · 3 months ago
  17. e473c11 minor cleanup by AlexanderSaydakov · 3 months ago
  18. f0d4cb7 implemented get_PMF() and get_CDF() by AlexanderSaydakov · 3 months ago
  19. 8b86cf1 Merge pull request #445 from apache/bf_test_fix by Jon Malkin · 3 months ago
  20. fa1ba4f Merge pull request #444 from apache/tdigest_const_merge by Alexander Saydakov · 3 months ago
  21. c020e8f fix seed for bloom filter test where we use probabilistic bounds by Jon Malkin · 3 months ago
  22. 67da6a9 non-modifying merge by AlexanderSaydakov · 3 months ago
  23. b338e35 Merge pull request #443 from apache/setup-java-action by Alexander Saydakov · 3 months ago
  24. da63bf2 mandatory distribution parameter by AlexanderSaydakov · 3 months ago
  25. f0e4e02 Merge pull request #442 from apache/setup-java-action by Alexander Saydakov · 3 months ago
  26. 2a230a6 explicit java setup by AlexanderSaydakov · 3 months ago
  27. 31b5a84 Merge pull request #441 from apache/action-checkout-v4 by Alexander Saydakov · 3 months ago
  28. fbbf528 use action/checkout@v4 by AlexanderSaydakov · 3 months ago
  29. 34ee832 Merge pull request #440 from apache/fix_includes by Jon Malkin · 3 months ago
  30. 912728a remove extra space by Jon · 3 months ago
  31. f570e18 add missing algorithm header where bulding python complains that it's missing by Jon · 3 months ago
  32. bceeb2d Merge pull request #439 from apache/bf_serde_compat_fix by Jon Malkin · 5 months ago
  33. 5a2706f fix type on num_hashes, change bloom_filter_filter to bloom_filter::builder by Jon · 5 months ago
  34. 4e4a944 Merge pull request #438 from jmalkin/bloom by Jon Malkin · 5 months ago
  35. 37f6531 no need for friend class with builder inside the filter by Jon Malkin · 5 months ago
  36. 822bd53 Remove unused and unnecessary forward declaration by Jon Malkin · 5 months ago
  37. fbc3119 move builder class inside bloom_filter by Jon Malkin · 5 months ago
  38. 1ac743f managed to conflict with myself when jumping between boxes. resolved now. by Jon Malkin · 5 months ago
  39. 1705e89 apparently i clobbered my own const removal edits.. by Jon Malkin · 5 months ago
  40. 0b575fe Merge branch 'bloom' of github.com:jmalkin/datasketches-cpp into bloom by Jon Malkin · 5 months ago
  41. 9d53c6c remove const from copied primitives in method signatures by Jon Malkin · 5 months ago
  42. 5e62bc3 Address most review feedback by Jon · 5 months ago
  43. ecc856b Add class-level docs to bloom filter (and builder) and include the serialization format in the impl file by Jon Malkin · 5 months ago
  44. 533b6b9 use .sk suffix on cross-lang filter binaries to avoid workflow changes by Jon Malkin · 5 months ago
  45. 505a119 Include NaN in language compatibility tests by Jon Malkin · 5 months ago
  46. 6daa489 remove debug line that was no longer valid by Jon Malkin · 5 months ago
  47. 321f01d Add java serde compatibility tests by Jon Malkin · 5 months ago
  48. 66e64f2 actually add test_allocator test by Jon Malkin · 5 months ago
  49. 2c70bbe fix allocator usage, add test_allocator test by Jon Malkin · 5 months ago
  50. be58ab6 finish documenting, add copy/move ctors and assignment operators by Jon Malkin · 5 months ago
  51. 65bd15f functionally complete, still need a bit more documentation by Jon Malkin · 5 months ago
  52. 1a44c44 test using raw memory from sketch vs serialization by Jon Malkin · 5 months ago
  53. 3b1d10b partial testing of initialize, no test of wrapping yet by Jon Malkin · 5 months ago
  54. df35436 improve tests around counting false positive for consistency by Jon Malkin · 5 months ago
  55. 4f7801c fix types by Jon · 5 months ago
  56. e8966ad WIP: start testing serialization. no wrapping yet by Jon Malkin · 6 months ago
  57. 687611e add missing bitset header by Jon Malkin · 6 months ago
  58. 8144869 move bit_array_ops functions to be inline, WIP: blooom serialization by Jon Malkin · 6 months ago
  59. 9dbcde5 Add sstream header by Jon Malkin · 6 months ago
  60. a5686a6 Move to bit array as plain memory, move operations to static functions, to ultimately simplify memory handling with wrapped filters by Jon Malkin · 6 months ago
  61. 5562578 release process: setting development target to 5.2.x by AlexanderSaydakov · 6 months ago
  62. 7d3f7df Merge pull request #437 from apache/minor_cleanup by Alexander Saydakov · 6 months ago
  63. a8348c2 Merge pull request #436 from apache/fix_theta_compressed_stream by Alexander Saydakov · 6 months ago
  64. 5a334d4 minor cleanup by AlexanderSaydakov · 6 months ago
  65. aac34bd cross-language test by AlexanderSaydakov · 6 months ago
  66. dba8394 Merge pull request #435 from apache/fix_theta_compressed_stream by Alexander Saydakov · 6 months ago
  67. 6be246d fixed compressed theta stream serialization by AlexanderSaydakov · 6 months ago
  68. e8c14d1 Add builder methods, improve test coverage by Jon Malkin · 6 months ago
  69. 30aa213 fix included header by Jon Malkin · 6 months ago
  70. 2a103ce add missing header by Jon Malkin · 6 months ago
  71. 46e236c bug fixes, but still WIP by Jon Malkin · 6 months ago
  72. 4f81030 WIP: bloom filter. No serialization, incomplete testing by Jon Malkin · 6 months ago
  73. c5283ad Merge pull request #434 from apache/update_action_checkout by Lee Rhodes · 7 months ago
  74. fa62b1d updated action/checkout to v4 by AlexanderSaydakov · 7 months ago
  75. de87c6b Merge pull request #433 from Claudenw/patch-1 by Alexander Saydakov · 7 months ago
  76. 867e191 Update README.md by Claude Warren · 7 months ago
  77. 76edd74 Merge pull request #432 from ClickHouse/clickhouse-fix-ubsan-clang-18 by Jon Malkin · 8 months ago
  78. 62aa4c8 Fix UBSan report while compiling with clang-18 by Alexey Milovidov · 8 months ago
  79. 836b87e Merge pull request #431 from apache/filter by Alexander Saydakov · 9 months ago
  80. af8e2b9 implemented filter by AlexanderSaydakov · 9 months ago
  81. 85254b7 Merge pull request #429 from apache/get_serialized_size by Alexander Saydakov · 9 months ago
  82. 994e882 added explanation for a bit tricky test by AlexanderSaydakov · 9 months ago
  83. c6b4edc init value by AlexanderSaydakov · 9 months ago
  84. a986e8e implemented get_max_serialized_size_bytes() + tests by AlexanderSaydakov · 9 months ago
  85. b4ee4b4 fixed warning by AlexanderSaydakov · 9 months ago
  86. 90a7bba implemented get_serialized_size_bytes() by AlexanderSaydakov · 9 months ago
  87. 145ab0d Merge pull request #428 from apache/tdigest by Alexander Saydakov · 10 months ago
  88. a693442 removed duplicate code by AlexanderSaydakov · 10 months ago
  89. 82f5bd5 changed and simplified sizing considering temporary buffer for merging by AlexanderSaydakov · 10 months ago
  90. c785fc6 values only in buffer, optional serialization with buffer by AlexanderSaydakov · 10 months ago
  91. 4e2b8b6 added necessary side effect by AlexanderSaydakov · 11 months ago
  92. a667763 added get_serialized_size_bytes() by AlexanderSaydakov · 11 months ago
  93. 6dbd8bf Merge pull request #427 from apache/tdigest by Alexander Saydakov · 11 months ago
  94. a8a655e removed unused code by AlexanderSaydakov · 11 months ago
  95. 93a316c removed unused code by AlexanderSaydakov · 11 months ago
  96. e711563 Merge pull request #426 from apache/tdigest by Alexander Saydakov · 11 months ago
  97. 4f97a50 cross-language test by AlexanderSaydakov · 11 months ago
  98. d9b762c Merge pull request #425 from apache/tdigest by Jon Malkin · 11 months ago
  99. 2c7d2b2 default k=200, special single value serialization format by AlexanderSaydakov · 11 months ago
  100. 5bf5a9f Merge pull request #424 from apache/tdigest by Alexander Saydakov · 11 months ago