serenity/AK
2021-10-11 23:41:56 +01:00
..
AllOf.h
AnyOf.h
Array.h
Assertions.h
Atomic.h
Badge.h
Base64.cpp
Base64.h
BinaryBufferWriter.h
BinaryHeap.h AK: Add missing headers 2021-10-06 23:52:40 +01:00
BinarySearch.h
BitCast.h
Bitmap.h
BitmapView.h
BitStream.h
Buffered.h
BumpAllocator.h AK: Give BumpAllocator a single-block cache 2021-09-13 14:38:53 +04:30
ByteBuffer.h
ByteReader.h
CharacterTypes.h
Checked.h
CheckedFormatString.h
CircularDeque.h
CircularDuplexStream.h
CircularQueue.h AK: Calculate CircularQueue::end() correctly (for real this time) 2021-10-08 11:40:06 +02:00
CMakeLists.txt
Complex.h
Concepts.h
DateTimeLexer.h
Debug.h.in RequestServer: Don't hide the SIGINFO state dump behind a debug macro 2021-10-01 20:17:15 +02:00
Demangle.h AK: Remove unused ifdef for BUILDING_SERENITY_TOOLCHAIN 2021-09-20 00:39:46 +00:00
DisjointChunks.h AK: Add an abstraction over multiple disjoint buffers 2021-09-14 21:33:15 +04:30
DistinctNumeric.h AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
DoublyLinkedList.h
Endian.h
EnumBits.h
ExtraMathConstants.h
FileStream.h
Find.h
FixedArray.h AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
FixedPoint.h
FlyString.cpp
FlyString.h
Format.cpp AK: Add a basic formatter for wchar_t 2021-10-03 11:13:50 +00:00
Format.h AK: Add a basic formatter for wchar_t 2021-10-03 11:13:50 +00:00
Forward.h
Function.h
GenericLexer.cpp
GenericLexer.h
HashFunctions.h
HashMap.h AK+LibC: Remove SERENITY_LIBC_BUILD guard around <initializer_list> 2021-09-20 00:39:46 +00:00
HashTable.h AK: Add missing headers 2021-10-06 23:52:40 +01:00
Hex.cpp
Hex.h
IDAllocator.h
IntrusiveDetails.h AK: Add missing headers 2021-10-06 23:52:40 +01:00
IntrusiveList.h
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h
IterationDecision.h
Iterator.h
JsonArray.h
JsonArraySerializer.h
JsonObject.h
JsonObjectSerializer.h
JsonParser.cpp AK: Reduce the scope of fraction_string to where it's needed 2021-09-16 17:17:13 +02:00
JsonParser.h
JsonPath.cpp
JsonPath.h
JsonValue.cpp
JsonValue.h
kmalloc.cpp
kmalloc.h
kstdio.h
LEB128.h
LexicalPath.cpp AK: Implement a way to resolve relative paths lexically 2021-10-10 15:18:55 -07:00
LexicalPath.h AK: Implement a way to resolve relative paths lexically 2021-10-10 15:18:55 -07:00
MACAddress.h
MappedFile.cpp
MappedFile.h
Math.h
MemMem.h
Memory.h
MemoryStream.h
NeverDestroyed.h
Noncopyable.h
NonnullOwnPtr.h Kernel: Note if the page fault address is a destroyed smart pointer 2021-10-07 21:30:13 +02:00
NonnullOwnPtrVector.h
NonnullPtrVector.h AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
NonnullRefPtr.h Kernel: Note if the page fault address is a destroyed smart pointer 2021-10-07 21:30:13 +02:00
NonnullRefPtrVector.h
NumberFormat.h
NumericLimits.h
Optional.h
OSError.h
OwnPtr.h Kernel: Note if the page fault address is a destroyed smart pointer 2021-10-07 21:30:13 +02:00
Platform.h AK: Add support for ARCH(AARCH64) to Platform.h 2021-10-11 23:41:56 +01:00
PrintfImplementation.h
Ptr32.h
Queue.h
QuickSort.h
Random.cpp
Random.h
RecursionDecision.h
RedBlackTree.h AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
RefCounted.h AK: Always inline the RefCountedBase functions 2021-10-08 22:11:39 +02:00
RefPtr.h Kernel: Note if the page fault address is a destroyed smart pointer 2021-10-07 21:30:13 +02:00
Result.h
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h
SIMD.h
Singleton.h
SinglyLinkedList.h
SinglyLinkedListWithCount.h
SourceGenerator.h
SourceLocation.h
Span.h AK: Make Span::operator==() comply with the ISO C++ idea of operator== 2021-09-13 14:38:53 +04:30
Stack.h
StackInfo.cpp
StackInfo.h
Statistics.h
StdLibExtraDetails.h
StdLibExtras.h
Stream.h
String.cpp
String.h
StringBuilder.cpp AK+Kernel: Avoid unescaped control chars in append_escaped_for_json() 2021-09-13 14:38:53 +04:30
StringBuilder.h
StringHash.h AK: Add missing headers 2021-10-06 23:52:40 +01:00
StringImpl.cpp
StringImpl.h
StringUtils.cpp AK: Expand to_int<i64> to to_int<long> and to_int<long long> 2021-10-05 13:27:25 +03:30
StringUtils.h
StringView.cpp AK: Expand to_int<i64> to to_int<long> and to_int<long long> 2021-10-05 13:27:25 +03:30
StringView.h
TemporaryChange.h
Time.cpp
Time.h
Traits.h
Trie.h
Try.h AK: Rename the local variable in the TRY() macro to avoid name clashes 2021-09-15 23:46:53 +01:00
Tuple.h
TypeCasts.h
TypedTransfer.h
TypeList.h
Types.h
UBSanitizer.h
UFixedBigInt.h AK: Fix typos 2021-10-01 01:33:43 +01:00
UnicodeUtils.cpp
UnicodeUtils.h
URL.cpp AK: Make URL::m_port an Optional<u16>, Expose raw port getter 2021-09-14 00:14:45 +02:00
URL.h AK: Move the path argument of URL::append_path instead of copying it 2021-09-14 00:14:45 +02:00
URLParser.cpp AK: Make URL::m_port an Optional<u16>, Expose raw port getter 2021-09-14 00:14:45 +02:00
URLParser.h AK: Accept optional url and state override parameters in URLParser 2021-09-14 00:14:45 +02:00
Userspace.h
Utf8View.cpp AK: Inline all the trivial Utf8View functions 2021-09-18 19:54:24 +02:00
Utf8View.h AK: Inline all the trivial Utf8View functions 2021-09-18 19:54:24 +02:00
Utf16View.cpp AK: Simplify Utf16View::operator==(Utf16View) 2021-10-02 18:32:56 +02:00
Utf16View.h AK: Simplify Utf16View::operator==(Utf16View) 2021-10-02 18:32:56 +02:00
Utf32View.h
UUID.cpp AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
UUID.h AK: Use default constructor/destructor instead of declaring an empty one 2021-09-16 17:17:13 +02:00
Variant.h AK: Introduce ability to default-initialize a Variant 2021-09-21 04:22:52 +04:30
Vector.h AK: Remove unnecessary include of <new> for non-__serenity__ builds 2021-09-20 00:39:46 +00:00
Weakable.h
WeakPtr.h AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing 2021-10-07 19:27:30 +02:00