index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
BitmapView.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-18
AK: Speed up BitmapView::find_next_range_of_unset_bits
Nick Johnson
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
2021-11-10
AK: Properly declare inheritance of Bitmap from BitmapView
Ben Wiederhake
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-05-19
Bitmap: De-duplicate bitmasks
Lenny Maiorani
2021-05-18
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
2021-05-17
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-09
AK: Add BitmapView::set_range_and_verify_that_all_bits_flip()
Andreas Kling
2021-03-04
AK: Add BitmapView class (like StringView but for bitmaps)
Andreas Kling