Age | Commit message (Expand) | Author |
---|---|---|
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 |