-
Notifications
You must be signed in to change notification settings - Fork 3
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
use simplfied Bitmap #120
Commits on Mar 4, 2024
-
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 committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 53c02a0 - Browse repository at this point
Copy the full SHA 53c02a0View commit details -
Merge remote-tracking branch 'upstream/master' into simplified-bitmap
Brian Caswell committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 972a347 - Browse repository at this point
Copy the full SHA 972a347View commit details -
Brian Caswell committed
Mar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 4509ec8 - Browse repository at this point
Copy the full SHA 4509ec8View commit details -
remove
ToOwned
import, which is part of the default importsBrian Caswell committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a5b7a04 - Browse repository at this point
Copy the full SHA a5b7a04View commit details -
address redunant import issues from nightly
Brian Caswell committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 62be05a - Browse repository at this point
Copy the full SHA 62be05aView commit details -
Brian Caswell committed
Mar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a24381d - Browse repository at this point
Copy the full SHA a24381dView commit details
Commits on Mar 5, 2024
-
Merge branch 'master' into simplified-bitmap
Brian Caswell committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 4a0c3aa - Browse repository at this point
Copy the full SHA 4a0c3aaView commit details
Commits on Mar 6, 2024
-
Brian Caswell committed
Mar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 5434b83 - Browse repository at this point
Copy the full SHA 5434b83View commit details -
Brian Caswell committed
Mar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d48418b - Browse repository at this point
Copy the full SHA d48418bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 754d18f - Browse repository at this point
Copy the full SHA 754d18fView commit details
Commits on Mar 10, 2024
-
Brian Caswell committed
Mar 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d7b949 - Browse repository at this point
Copy the full SHA 2d7b949View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b55450a - Browse repository at this point
Copy the full SHA b55450aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.