summaryrefslogtreecommitdiff
path: root/AK/Forward.h
AgeCommit message (Expand)Author
2021-08-19AK: Add GenericLexer to forwarding headerTimothy Flynn
2021-07-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-11AK: Bring back FixedArray<T>Andreas Kling
2021-06-29AK: Use OrderedHashMap in JsonObjectMax Wipfli
2021-06-16AK: Remove now unused InlineLinkedList classBrian Gianforcaro
2021-06-15AK: Add Ordering support to HashTable and HashMapHediadyoin1
2021-06-08AK: Make Vector capable of holding reference typesAli Mohammad Pur
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-13AK: Add OutputBitStream classIdan Horowitz
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-02Kernel: Prevent using copy_from_user() for timespec/timevalBen Wiederhake
2021-02-20AK: Make Nonnull*PtrVector use size_t for indexesAndreas Kling
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-16AK: Add enabled template parameter to dbgln.asynts
2021-01-04AK: Add default memory order as template argument for Atomic<T>Tom
2020-12-09AK: Fix unsigned integer underflow in DuplexMemoryStream::write.asynts
2020-12-08AK: Forward declare Nonnull{Own,Ref}PtrVectorAnotherTest
2020-11-11RefPtrTraits: struct/class mismatch in forward declarationLenny Maiorani
2020-11-10AK: Add RefPtrTraits to allow implementing custom null pointersTom
2020-11-08LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfoLinus Groh
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