summaryrefslogtreecommitdiff
path: root/AK/Forward.h
AgeCommit message (Expand)Author
2023-03-21AK: Add a Stream wrapper that counts read bytesTim Schumacher
2023-03-21AK: Move ConstrainedStream from LibWasm and limit discardingTim Schumacher
2023-03-18AK: Export FlyString from the forwarding headerTimothy Flynn
2023-03-11AK: Forward-declare LexicalPathSam Atkins
2023-03-06AK+Kernel: Remove all the Nonnull*PtrVector classesAndreas Kling
2023-02-22AK: Prepare Utf32View for use within templated LibGfx contextsTimothy Flynn
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-02-08AK: Add ReadonlySpan<T> as an alias for Span<T const>MacDue
2023-01-29AK: Move bit streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2023-01-28AK: Add DeprecatedStringCodePointIteratorAndreas Kling
2023-01-21AK: Remove `InputBitStream` and `OutputBitStream`Tim Schumacher
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-02AK: Combine SinglyLinkedList and SinglyLinkedListWithCountLenny Maiorani
2022-12-31AK: Add `CircularBuffer`Lucas CHOLLET
2022-12-17AK+Everywhere: Move custom deleter capability to OwnPtrLenny Maiorani
2022-12-11AK: Let HashMap also take a ValueTraitsAli Mohammad Pur
2022-12-09Everywhere: Remove unnecessary AK and Detail namespace scopingMoustafa Raafat
2022-12-06AK: Introduce the new String, replacement for DeprecatedStringAndreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-06-15AK+Kernel: Remove RefPtrTraits template param in userspace codeAndreas Kling
2022-02-23AK: Add forward declaration for Utf8CodePointIteratorLinus Groh
2022-01-23AK: Loosen FixedPoint template contraints and forward-declare itTom
2021-11-17AK: Forward declare Error and ErrorOr in AK/Forward.hAndreas Kling
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