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
/
FixedArray.h
Age
Commit message (
Expand
)
Author
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-08-27
AK: Make empty FixedArray smaller
Andreas Kling
2022-07-22
AK: Add FixedArray::fill_with
kleines Filmröllchen
2022-07-22
AK: Remove FixedArray::must_create_but_fixme_should_propagate_errors
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-27
AK: Add at() indexing methods to FixedArray
kleines Filmröllchen
2022-02-27
AK: Allow creating a FixedArray from an initializer list
kleines Filmröllchen
2022-02-27
AK: Add FixedArray::is_empty()
kleines Filmröllchen
2022-01-15
AK: Add a constructor from Span for FixedArray
creator1creeper1
2022-01-15
AK: Add a constructor from C-style arrays for FixedArray
creator1creeper1
2022-01-13
AK: Explain why FixedArray has no move assignment
kleines Filmröllchen
2022-01-13
AK: Remove clear() from FixedArray and fixate its allocation guarantees
kleines Filmröllchen
2022-01-08
AK: Reorder functions in FixedArray so that mutable comes before const
creator1creeper1
2022-01-08
AK: Reorder access in FixedArray so that m_size comes before m_elements
creator1creeper1
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
2021-08-08
AK: Use kmalloc_array() where appropriate
Andreas Kling
2021-07-11
AK: Add FixedArray::span()
Andreas Kling
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-08-30
AK: Fix FixedArray zero bytes allocations
Tom
2020-08-15
AK: Add bytes() method to FixedArray.
asynts
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-01-31
AK: Add FixedArray::data()
William McPherson
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-07
AK: Add assertions to FixedArray::operator[]
Andreas Kling
2019-08-07
AK: Add a FixedArray<T> container
Andreas Kling