..
.clang-tidy
AllOf.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
AnyOf.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ArbitrarySizedEnum.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Array.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Assertions.cpp
AK: Print VERIFY() error messages in release builds
2022-10-06 15:29:38 +02:00
Assertions.h
AK+Userland: Stub out code that isn't currently implemented on AARCH64
2022-10-14 13:01:13 +02:00
Atomic.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
AtomicRefCounted.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Badge.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Base64.cpp
Base64.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BinaryBufferWriter.h
BinaryHeap.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BinarySearch.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BitCast.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Bitmap.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BitmapView.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BitStream.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Buffered.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
BuiltinWrappers.h
AK: Implement FloatExtractor<f128>
2022-12-02 16:22:51 +01:00
BumpAllocator.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ByteBuffer.h
Everywhere: Remove redundant inequality comparison operators
2022-11-06 10:25:08 -07:00
ByteReader.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
CharacterTypes.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Checked.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
CheckedFormatString.h
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
2022-10-04 23:35:07 +01:00
CircularDeque.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
CircularDuplexStream.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
CircularQueue.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
CMakeLists.txt
AK: Add framework for a unified floating point to string conversion
2022-11-03 20:17:09 -06:00
Complex.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Concepts.h
AK: Export Details and Concepts into the AK namespace
2022-11-27 23:54:40 +01:00
DateConstants.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
DateTimeLexer.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Debug.h.in
LibVideo: Add PlaybackManager to load and decode videos
2022-10-31 14:47:13 +01:00
Demangle.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
DisjointChunks.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
DistinctNumeric.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
DoublyLinkedList.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Endian.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
EnumBits.h
Error.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ExtraMathConstants.h
FileStream.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Find.h
FixedArray.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
FixedPoint.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
FloatingPoint.h
AK: Implement FloatExtractor<f128>
2022-12-02 16:22:51 +01:00
FloatingPointStringConversions.cpp
AK: Add an exact and fast hex float parsing algorithm
2022-10-23 15:48:45 +02:00
FloatingPointStringConversions.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
FlyString.cpp
AK: Add to_{double, float} convenience functions to all string types
2022-10-23 15:48:45 +02:00
FlyString.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Format.cpp
Kernel/aarch64: Initialize TimeManagement in init.cpp
2022-10-17 20:11:31 +02:00
Format.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Forward.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
FPControl.h
Function.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
FuzzyMatch.cpp
FuzzyMatch.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
GenericLexer.cpp
GenericLexer.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
GenericShorthands.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
HashFunctions.h
HashMap.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
HashTable.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Hex.cpp
Hex.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IDAllocator.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IntegralMath.h
AK: Implement FloatExtractor<f128>
2022-12-02 16:22:51 +01:00
IntrusiveDetails.h
IntrusiveList.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IntrusiveListRelaxedConst.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IntrusiveRedBlackTree.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IPv4Address.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IPv6Address.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
IterationDecision.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Iterator.h
JsonArray.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonArraySerializer.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonObject.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonObjectSerializer.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonParser.cpp
AK: Make the JsonParser use the new double parser for numbers
2022-10-23 15:48:45 +02:00
JsonParser.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonPath.cpp
JsonPath.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
JsonValue.cpp
JsonValue.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
kmalloc.cpp
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
2022-10-10 12:23:12 +02:00
kmalloc.h
AK: Fully qualify some usages of AK features outside of the AK namespace
2022-11-27 23:54:40 +01:00
kstdio.h
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
2022-10-10 12:23:12 +02:00
LEB128.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
LexicalPath.cpp
LexicalPath.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
MACAddress.h
Math.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
MemMem.h
Memory.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
MemoryStream.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NeverDestroyed.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NoAllocationGuard.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Noncopyable.h
NonnullOwnPtr.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NonnullOwnPtrVector.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NonnullPtrVector.h
NonnullRefPtr.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NonnullRefPtrVector.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NumberFormat.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
NumericLimits.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Optional.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
OwnPtr.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Platform.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
PrintfImplementation.h
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
2022-10-10 12:23:12 +02:00
Ptr32.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Queue.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
QuickSort.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Random.cpp
Random.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
RecursionDecision.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
RedBlackTree.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
RefCounted.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
RefCountForwarder.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
RefPtr.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Result.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ReverseIterator.h
ScopedValueRollback.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ScopeGuard.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
ScopeLogger.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
SIMD.h
SIMDExtras.h
SIMDMath.h
Singleton.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
SinglyLinkedList.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
SinglyLinkedListWithCount.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
SourceGenerator.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
SourceLocation.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Span.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Stack.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StackInfo.cpp
Everywhere: Add support for compilation under emscripten
2022-11-26 02:23:15 +03:30
StackInfo.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Statistics.h
StdLibExtraDetails.h
AK: Export Details and Concepts into the AK namespace
2022-11-27 23:54:40 +01:00
StdLibExtras.h
AK: Fully qualify some usages of AK features outside of the AK namespace
2022-11-27 23:54:40 +01:00
Stream.h
String.cpp
AK: Add SplitBehavior::KeepTrailingSeparator with tests
2022-10-24 23:29:18 +01:00
String.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringBuilder.cpp
StringBuilder.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringFloatingPointConversions.cpp
Everywhere: Fix a few comment typos
2022-11-09 16:00:32 +00:00
StringFloatingPointConversions.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringHash.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringImpl.cpp
StringImpl.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringUtils.cpp
AK: Add to_{double, float} convenience functions to all string types
2022-10-23 15:48:45 +02:00
StringUtils.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
StringView.cpp
AK: Add SplitBehavior::KeepTrailingSeparator with tests
2022-10-24 23:29:18 +01:00
StringView.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
TemporaryChange.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Time.cpp
Time.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Traits.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Trie.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Try.h
AK: Document the non-standard extensions in TRY
2022-10-16 22:05:42 +02:00
Tuple.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
TypeCasts.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
TypedTransfer.h
AK: Use TypedTransfer to move vector's inline buffer
2022-11-17 20:13:04 +03:30
TypeList.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Types.h
AK: Fully qualify some usages of AK features outside of the AK namespace
2022-11-27 23:54:40 +01:00
UBSanitizer.h
UFixedBigInt.h
AK: Make truncating UFixedBigInts constexpr
2022-10-23 15:48:45 +02:00
UnicodeUtils.h
URL.cpp
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
2022-10-09 10:37:20 -06:00
URL.h
Everywhere: Clean up "the the" comment typos
2022-11-03 17:38:32 +00:00
URLParser.cpp
AK: Fix 'constexpr' attribute on non-constexpr function
2022-10-09 10:37:20 -06:00
URLParser.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Userspace.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Utf8View.cpp
AK: Add Utf8View::iterator_at_byte_offset_without_validation()
2022-11-24 16:06:20 +00:00
Utf8View.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Utf16View.cpp
Utf16View.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Utf32View.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
UUID.cpp
Everywhere: Remove redundant inequality comparison operators
2022-11-06 10:25:08 -07:00
UUID.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Variant.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Vector.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
Weakable.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00
WeakPtr.h
AK: Make it possible to not using
AK classes into the global namespace
2022-11-26 15:51:34 +01:00