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
/
Bitmap.h
Age
Commit message (
Expand
)
Author
2021-03-04
AK: Simplify Bitmap and implement in terms of BitmapView
Andreas Kling
2021-03-04
AK: Add Bitmap::is_null()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-14
AK: Make the Bitmap::size_in_bytes() member function public
AnotherTest
2021-02-08
Everywhere: Remove unnecessary headers 4/4
Ben Wiederhake
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-09
AK: Add Bitmap::find_one_anywhere and optimize Bitmap::find_first
Tom
2020-09-06
AK: Add Bitmap::count_in_range and Bitmap::fill_range
Tom
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Bitmap: Add Bitmap::find_next_range_of_unset_bits()
nimelehin
2020-04-06
AK: Add Bitmap::find_first_fit()
nimelehin
2020-04-06
AK: Add Bitmap::set_range()
nimelehin
2020-03-08
AK: Use default constructor of Optional if an unset bit is not found
Liav A
2020-03-08
AK: Use __builtin_memset() and such to reduce header dependencies
Andreas Kling
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-02
AK: Remove superfluous explicit in Bitmap (#1337)
howar6hill
2020-02-25
AK: Some more int => size_t in Bitmap
Andreas Kling
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-01-26
Ext2FS: allocate_blocks allocates contiguous blocks (#1095)
Marios Prokopakis
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-10-01
AK: Make Bitmap constructors public to allow make<Bitmap>()
Andreas Kling
2019-08-01
AK: Make Bitmap movable but not copyable.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-12
AK: Add find_first_{set,unset} and grow methods to Bitmap
Conrad Pankoff
2019-05-28
Add clang-format file
Robin Burchell
2019-05-14
Kernel: Encapsulate the Region's COW map a bit better.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-12-04
Import a simple text editor I started working on.
Andreas Kling
2018-11-05
Implement COW pages! :^)
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling