1. 89ea881 Merge branch 'master' into ebpps by Jon Malkin · 7 months ago
  2. 91a0943 remove unnecessary extra addition of path in cmake by Jon Malkin · 7 months ago
  3. 54db08f make sampling test cmake current with compatibility changes since forking the branch by Jon Malkin · 7 months ago
  4. 253eacf Merge pull request #397 from apache/intesection_speed_fix by Alexander Saydakov · 7 months ago
  5. ea076f4 fix issue #395 by AlexanderSaydakov · 7 months ago
  6. c70450f add proper citation of source paper, improve to_string() by Jon · 7 months ago
  7. 72b5c21 properly clear partial item whenever the value is moved out by Jon · 7 months ago
  8. 3b7f413 add ebpps custom allocator test by Jon Malkin · 7 months ago
  9. 6d5b1a4 fix typing for custom allocator, split varopt vs ebpps testing binary -- but some segfault with custom allocator by Jon Malkin · 7 months ago
  10. 1370154 cleanup and restore missing close brace by Jon · 7 months ago
  11. 412d4c2 add merge unit tests by Jon · 7 months ago
  12. 1a376fb create vector directly in deserialize rather than passing memory around by Jon · 7 months ago
  13. eab3328 don't release() unique_ptr memory we need to free by Jon · 7 months ago
  14. bef2049 check k range during deserialization by Jon · 7 months ago
  15. 9972efd add stream serialization tests by Jon · 7 months ago
  16. 53a81af refactor serialization so sample handles itself, fix problem with not using deleter to recover from errors in serialization by Jon · 7 months ago
  17. 3310f64 add tests, but also trigger a memory bug. checking in to test on an OS that supports valgrind by Jon Malkin · 7 months ago
  18. 6a8b243 check invalid input weights by Jon · 7 months ago
  19. 1183e17 tests for ebpps sample by Jon · 7 months ago
  20. dc83252 Merge pull request #394 from apache/gitbook-admin by c-dickens · 7 months ago
  21. 71a8993 Adding files required by gitbook by Charlie Dickens · 7 months ago
  22. 034d15e simplify API, move characterization tests elsewhere for now by Jon · 7 months ago
  23. c04ef08 add missing comma, remove extra paren by Jon Malkin · 8 months ago
  24. c95d264 improve bounds check on k to avoid attempt at large allocation that fails by Jon Malkin · 8 months ago
  25. 47d2843 Have cmake (via ctest) print output on failed tests to better enable debugging by Jon Malkin · 8 months ago
  26. 87919de Clean up unused code (naive merge) and improve merge comment description by Jon Malkin · 8 months ago
  27. d0c3e17 fix rvalue vs lvalue merge by Jon · 8 months ago
  28. cd81179 WIP - debugging new merge, placeholder before memory testing by Jon Malkin · 8 months ago
  29. 6fba487 Merge pull request #393 from apache/remove_python by Alexander Saydakov · 8 months ago
  30. 3e777f7 restored recommended override as it might be necessary by AlexanderSaydakov · 8 months ago
  31. e4e626c remove python, remove unnecessary setting in recommended cmake dependency by AlexanderSaydakov · 8 months ago
  32. 5bd98f9 removed python stuff since it was moved to its own repo by AlexanderSaydakov · 8 months ago
  33. 060d5f6 Merge pull request #392 from apache/generate_sketches_for_java by Alexander Saydakov · 8 months ago
  34. 6d5381e addressed review points by AlexanderSaydakov · 8 months ago
  35. 216e5dc tuple sketch serde compatibility test by AlexanderSaydakov · 8 months ago
  36. c1509a4 added compressed theta sketches by AlexanderSaydakov · 9 months ago
  37. c3f96ef generate sketches for testing in Java by AlexanderSaydakov · 9 months ago
  38. 5383745 quantiles sketch generation for Java by AlexanderSaydakov · 9 months ago
  39. dfbe382 negative one test, cleanup by AlexanderSaydakov · 9 months ago
  40. 69eef1a generate binary sketches to test compatibility by AlexanderSaydakov · 9 months ago
  41. 52588ac Merge pull request #391 from apache/java_serde_compat_testing by Alexander Saydakov · 9 months ago
  42. 4f57d2e added a few assertions by AlexanderSaydakov · 9 months ago
  43. 4091e95 added const where appropriate by AlexanderSaydakov · 9 months ago
  44. 0ec6722 match latest changes on the Java side by AlexanderSaydakov · 9 months ago
  45. 52dfc8c added _java suffix to file names by AlexanderSaydakov · 9 months ago
  46. ae29b44 replaced static tests with dynamic by AlexanderSaydakov · 9 months ago
  47. cc2ab98 removed static tests by AlexanderSaydakov · 9 months ago
  48. 87473a5 removed static tests replaced by dynamic ones by AlexanderSaydakov · 9 months ago
  49. 2c2b89e Merge pull request #390 from apache/java_serde_compat_testing by Alexander Saydakov · 9 months ago
  50. 1269d30 Remove validation code, change tests but still WIP as characterization rather than proper unit tests by Jon Malkin · 9 months ago
  51. b1f6694 removed checked-in binaries and tests replaced by dynamic ones by AlexanderSaydakov · 9 months ago
  52. 6681cb0 use 1 as the first value by AlexanderSaydakov · 9 months ago
  53. d9ac023 added varopt and fi sketch tests by AlexanderSaydakov · 9 months ago
  54. c3f1dc0 added varopt and frequent items sketch tests, fixed IS_EMPTY flag by AlexanderSaydakov · 9 months ago
  55. 79c81b8 remove some validation code, tests still very much WIP by Jon Malkin · 9 months ago
  56. 7f3c659 Merge pull request #389 from apache/java_serde_compat_testing by Alexander Saydakov · 9 months ago
  57. c24f2bc remove depdence on c++20 numbers header by Jon Malkin · 9 months ago
  58. 9df75a6 added test by AlexanderSaydakov · 9 months ago
  59. ab602e9 AOD sketch compatibility test by AlexanderSaydakov · 9 months ago
  60. be590ca Theta sketch compatibility test by AlexanderSaydakov · 9 months ago
  61. 4f8e7b1 Add serialization draft -- untested so assume it has bugs by Jon Malkin · 9 months ago
  62. 28ebb7e HLL sketch compatibility tests by AlexanderSaydakov · 9 months ago
  63. 066d36e REQ float sketch test by AlexanderSaydakov · 9 months ago
  64. 9b9f871 Merge pull request #388 from apache/java_serde_compat_testing by Alexander Saydakov · 9 months ago
  65. cd6a661 add merge by Jon Malkin · 10 months ago
  66. b780493 quantiles sketch serde compatibility tests by AlexanderSaydakov · 10 months ago
  67. 52f1d6c Merge pull request #387 from apache/java_serde_compat_testing by Alexander Saydakov · 10 months ago
  68. f8774b0 added a comment by AlexanderSaydakov · 10 months ago
  69. f825098 added manual trigger by AlexanderSaydakov · 10 months ago
  70. 47e3935 finish fixing iterator by Jon Malkin · 10 months ago
  71. 437a3ca broken attempt at iterator by Jon · 10 months ago
  72. 205212f add missing cassert include for now (to remove when finishing testing) by Jon · 10 months ago
  73. c8f289f deserialize CPC sketches from Java by AlexanderSaydakov · 10 months ago
  74. 9975819 overrige excluded generate group by AlexanderSaydakov · 10 months ago
  75. 3da32a4 initial draft of EB-PPS sampling sketch by Jon Malkin · 10 months ago
  76. 7333167 test deserialize sketches from Java by AlexanderSaydakov · 10 months ago
  77. 4d61301 Merge pull request #385 from apache/optional by Alexander Saydakov · 10 months ago
  78. 6878eab added optional.hpp, ordered files for ease of checking by AlexanderSaydakov · 10 months ago
  79. 2a81d9d Merge pull request #386 from apache/global_cxx_standard by Alexander Saydakov · 10 months ago
  80. 2278ec1 use global CXX_STANDARD setting by AlexanderSaydakov · 10 months ago
  81. b798ac9 use optional by AlexanderSaydakov · 10 months ago
  82. c84a3d6 more moves by AlexanderSaydakov · 10 months ago
  83. 7a2557b switched from pointers to optional, added missing moves in merge by AlexanderSaydakov · 10 months ago
  84. 9e98a29 Merge pull request #384 from apache/optional by Alexander Saydakov · 10 months ago
  85. 3bdea2e fixed conversion by AlexanderSaydakov · 10 months ago
  86. 85a711b Merge pull request #383 from apache/optional by Alexander Saydakov · 10 months ago
  87. c413d05 added assignments by AlexanderSaydakov · 10 months ago
  88. b261e7d Merge pull request #382 from apache/optional by Alexander Saydakov · 10 months ago
  89. 1026388 fix for Microsoft compiler by AlexanderSaydakov · 10 months ago
  90. 1763177 added copy constructor by AlexanderSaydakov · 10 months ago
  91. 7c4ee32 simple substitute for std::optional until we require C++17 by AlexanderSaydakov · 10 months ago
  92. 1dcb843 Merge pull request #381 from apache/doxygen by Alexander Saydakov · 10 months ago
  93. 478bed2 replaced the marketplace doxygen action with simple commands by AlexanderSaydakov · 10 months ago
  94. 5115a83 Merge pull request #380 from apache/doxygen by Alexander Saydakov · 10 months ago
  95. 3f7bc87 use branch or tag name by AlexanderSaydakov · 10 months ago
  96. 5f385b1 doxygen by AlexanderSaydakov · 10 months ago
  97. af9e175 Merge pull request #379 from apache/doxygen by Alexander Saydakov · 10 months ago
  98. d7ee478 some fixes based on the review by AlexanderSaydakov · 10 months ago
  99. ed2f4aa some more docs by AlexanderSaydakov · 10 months ago
  100. 826a72a doxygen config by AlexanderSaydakov · 10 months ago