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

use simplfied Bitmap #120

Merged
merged 12 commits into from
Mar 11, 2024
Merged

use simplfied Bitmap #120

merged 12 commits into from
Mar 11, 2024

Commits on Mar 4, 2024

  1. use simplfied Bitmap

    Replace `bitmaps::Bitmap` with a simplified bitmap implementation for
    the 256 wide use case needed by boreal.
    
    This does a few things:
    * Provide a simplified interface for Bitmap based on what's used by
      boreal
    * Replaces a bunch of casts & slice indexing that could cause future
      issues with compile-time validation (by moving from indexing into the
      Bitmap by usize to u8)
    * Removes a MPL2 licensed dependency (which can be incompatible with
    Brian Caswell committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    53c02a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972a347 View commit details
    Browse the repository at this point in the history
  3. fmt

    Brian Caswell committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4509ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b7a04 View commit details
    Browse the repository at this point in the history
  5. address redunant import issues from nightly

    Brian Caswell committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    62be05a View commit details
    Browse the repository at this point in the history
  6. fmt

    Brian Caswell committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a24381d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge branch 'master' into simplified-bitmap

    Brian Caswell committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4a0c3aa View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. expand unit test coverage

    Brian Caswell committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5434b83 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Brian Caswell committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d48418b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754d18f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. suggestions from PR

    Brian Caswell committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2d7b949 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b55450a View commit details
    Browse the repository at this point in the history