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
/
DisjointChunks.h
Age
Commit message (
Expand
)
Author
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-17
AK: Give DisjointChunks::m_chunks an inline capacity of 1
Ali Mohammad Pur
2022-11-17
AK: Add a fast path for DisjointChunks::spans()
Ali Mohammad Pur
2022-11-17
AK: Allow DisjointChunks::spans to return a vector with inline capacity
Ali Mohammad Pur
2022-02-27
AK: Skip over initial empty chunks in DisjointChunks
kleines Filmröllchen
2022-02-27
AK: Make DisjointChunks support FixedArray
kleines Filmröllchen
2022-02-27
AK: Make DisjointChunk::append move the new chunk
kleines Filmröllchen
2022-02-27
AK: Export DisjointSpans into the global namespace
kleines Filmröllchen
2021-12-24
AK: Make `Disjoint*::is_empty()` not call size
Michel Hermier
2021-12-24
AK: Add `DisjointChunkc::ensure_capacity`
Michel Hermier
2021-12-21
AK: Make DisjointChunks not query size() when there are no chunks
Ali Mohammad Pur
2021-12-21
AK: Add Disjoint(Chunks Spans)::find(index)
Ali Mohammad Pur
2021-09-14
AK: Add an abstraction over multiple disjoint buffers
Ali Mohammad Pur