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
/
Forward.h
Age
Commit message (
Expand
)
Author
2022-02-23
AK: Add forward declaration for Utf8CodePointIterator
Linus Groh
2022-01-23
AK: Loosen FixedPoint template contraints and forward-declare it
Tom
2021-11-17
AK: Forward declare Error and ErrorOr in AK/Forward.h
Andreas Kling
2021-08-19
AK: Add GenericLexer to forwarding header
Timothy Flynn
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-16
AK: Remove now unused InlineLinkedList class
Brian Gianforcaro
2021-06-15
AK: Add Ordering support to HashTable and HashMap
Hediadyoin1
2021-06-08
AK: Make Vector capable of holding reference types
Ali Mohammad Pur
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-13
AK: Add OutputBitStream class
Idan Horowitz
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-02
Kernel: Prevent using copy_from_user() for timespec/timeval
Ben Wiederhake
2021-02-20
AK: Make Nonnull*PtrVector use size_t for indexes
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-16
AK: Add enabled template parameter to dbgln.
asynts
2021-01-04
AK: Add default memory order as template argument for Atomic<T>
Tom
2020-12-09
AK: Fix unsigned integer underflow in DuplexMemoryStream::write.
asynts
2020-12-08
AK: Forward declare Nonnull{Own,Ref}PtrVector
AnotherTest
2020-11-11
RefPtrTraits: struct/class mismatch in forward declaration
Lenny Maiorani
2020-11-10
AK: Add RefPtrTraits to allow implementing custom null pointers
Tom
2020-11-08
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
Linus Groh
2020-09-21
AK: Remove BufferStream class.
asynts
2020-09-15
AK: Re-add OutputMemoryStream for static buffers only.
asynts
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-12
AK: Fix forward-declaration of Array
Ben Wiederhake
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
AK: Add Array<T, Size> template.
asynts
2020-09-08
AK: Add generic SimpleIterator class to replace VectorIterator.
asynts
2020-09-01
AK: Add OutputMemoryStream class.
asynts
2020-08-26
AK: Add InputBitStream class.
asynts
2020-08-26
AK: Add CircularDuplexStream class.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-05-17
AK: Add a very basic Utf32View class
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
AK: Use size_t for CircularQueue and CircularDeque
Andreas Kling
2020-02-16
AK: Add HashMap, HashTable and Traits to Forward.h
Andreas Kling
2020-02-15
AK: Add BufferStream to Forward.h
Andreas Kling
2020-02-14
AK: Add Utf8View to Forward.h
Andreas Kling
2020-02-14
AK: Add LogStream and DebugLogStream to Forward.h
Andreas Kling
2020-02-14
AK: Add SharedBuffer to Forward.h
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling