Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bindings CRoaring 3.0, including 64 bit bitmaps #125

Merged
merged 25 commits into from May 13, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    6d76914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3dc09 View commit details
    Browse the repository at this point in the history
  3. Impl of roaring64 bitmaps

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    09335e4 View commit details
    Browse the repository at this point in the history
  4. Add fuzzer comparing Treemap and Roaring64

    Don't remove run compression for treemap since we don't support it in roaring64 yet
    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    12e66b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    387be69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fcb01f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63fb2fa View commit details
    Browse the repository at this point in the history
  8. Save off serialized bytes

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ef34232 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c38de92 View commit details
    Browse the repository at this point in the history
  10. overflow in fuzz

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    036357a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    784a9e0 View commit details
    Browse the repository at this point in the history
  12. Fuzzing to make deep

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6ac758a View commit details
    Browse the repository at this point in the history
  13. Misc

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5b154f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47d5c31 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    accb556 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b819dcc View commit details
    Browse the repository at this point in the history
  17. extra tests for cursor

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    777a7a7 View commit details
    Browse the repository at this point in the history
  18. Fixes for docs

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f20478d View commit details
    Browse the repository at this point in the history
  19. Add Bitmap::remove_many

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2a40561 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb25648 View commit details
    Browse the repository at this point in the history
  21. Fix clippy findings

    Dr-Emann committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    41c952e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update bindgen to 3.0.1

    Dr-Emann committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6c5fa2f View commit details
    Browse the repository at this point in the history
  2. Remove deseriailze64 fuzz target

    the fuzz_ops64 target includes deserializing, and performing actions on the
    bitmap too
    Dr-Emann committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    79dcb57 View commit details
    Browse the repository at this point in the history
  3. Add for_each to Bitmap too

    Dr-Emann committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ea093d4 View commit details
    Browse the repository at this point in the history
  4. Update versions

    croaring-sys definitely requires a major version bump, but croaring-rs
    shouldn't have any breaking changes, and cargo-semver-checks agrees
    Dr-Emann committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1db901c View commit details
    Browse the repository at this point in the history