summaryrefslogtreecommitdiff
path: root/AK/Forward.h
AgeCommit message (Expand)Author
2020-09-21AK: Remove BufferStream class.asynts
2020-09-15AK: Re-add OutputMemoryStream for static buffers only.asynts
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-12AK: Fix forward-declaration of ArrayBen Wiederhake
2020-09-08AK: Remove FixedArray class.asynts
2020-09-08AK: Add Array<T, Size> template.asynts
2020-09-08AK: Add generic SimpleIterator class to replace VectorIterator.asynts
2020-09-01AK: Add OutputMemoryStream class.asynts
2020-08-26AK: Add InputBitStream class.asynts
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-08-20AK: Add DuplexMemoryStream class.asynts
2020-08-06AK: Add InputStream abstraction and InputMemoryStream implementation.asynts
2020-07-26AK: Implement Span which represents a contiguous sequence of objects.asynts
2020-05-17AK: Add a very basic Utf32View classAndreas Kling
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-16AK: Add HashMap, HashTable and Traits to Forward.hAndreas Kling
2020-02-15AK: Add BufferStream to Forward.hAndreas Kling
2020-02-14AK: Add Utf8View to Forward.hAndreas Kling
2020-02-14AK: Add LogStream and DebugLogStream to Forward.hAndreas Kling
2020-02-14AK: Add SharedBuffer to Forward.hAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling