ladybird/AK
2024-12-09 12:31:16 +01:00
..
.clang-tidy
AK+Swift.swift AK: Add an extension to construct an AK.String from a Swift.String 2024-11-19 14:32:11 -07:00
AllOf.h
AnyOf.h
Array.h
Assertions.cpp AK: Print a more useful error message when a MUST(...) fails 2024-12-02 20:07:38 +01:00
Assertions.h AK: Fix ASSERT_NOT_REACHED macro when NDEBUG is not defined 2024-12-04 16:45:58 +00:00
Atomic.h LibJS: Implement tc39/proposal-atomics-microwait (Atomics.pause) 2024-11-03 08:05:58 -05:00
AtomicRefCounted.h
Backtrace.h.in
Badge.h AK: Use Noncopyable.h in Badge 2024-12-04 16:45:58 +00:00
Base64.cpp
Base64.h
BigIntBase.h
BinaryHeap.h
BinarySearch.h
BitCast.h
Bitmap.h LibGfx: Clean up #include directives 2024-11-20 21:13:23 +01:00
BitmapView.h
BitStream.h
BufferedStream.h
BuiltinWrappers.h
BumpAllocator.h AK: Port BumpAllocator.h to Windows 2024-12-08 17:36:37 -07:00
ByteBuffer.h AK: Use simdutf when appending UTF-16 to StringBuilder 2024-10-30 10:28:24 +01:00
ByteReader.h
ByteString.cpp AK: Remove DeprecatedStringCodePointIterator 2024-11-14 23:06:42 +01:00
ByteString.h AK: Remove DeprecatedStringCodePointIterator 2024-11-14 23:06:42 +01:00
CharacterTypes.h
Checked.h
CheckedFormatString.h
CircularBuffer.cpp
CircularBuffer.h
CircularQueue.h
CMakeLists.txt AK: Port LexicalPath to Windows 2024-11-09 12:42:27 -07:00
Concepts.h AK: Add IterableContainerOf concept 2024-12-04 16:45:58 +00:00
ConstrainedStream.cpp
ConstrainedStream.h
CopyOnWrite.h
CountingStream.cpp
CountingStream.h
COWVector.h
DateConstants.h
Debug.h.in LibDNS: Hide some debug logs behind DNS_DEBUG 2024-11-20 21:37:58 +01:00
DefaultDelete.h
Demangle.h
DeprecatedFlyString.cpp
DeprecatedFlyString.h AK: Pass (Deprecated)FlyString::is_one_of arguments by reference 2024-10-27 12:03:04 -04:00
Diagnostics.h
DisjointChunks.h
DistinctNumeric.h
DOSPackedTime.cpp
DOSPackedTime.h
DoublyLinkedList.h
Endian.h
EnumBits.h
Enumerate.h
Error.cpp LibCore: Add Windows version of DirIterator 2024-10-19 18:14:48 -06:00
Error.h LibCore: Add Windows version of DirIterator 2024-10-19 18:14:48 -06:00
Find.h
FixedArray.h
FixedPoint.h
FloatingPoint.h Meta: Update my email address everywhere 2024-11-01 12:14:53 +01:00
FloatingPointStringConversions.cpp
FloatingPointStringConversions.h
FlyString.cpp Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
FlyString.h AK: Add template specializations for Optional<{,Fly}String> 2024-10-31 23:26:22 +01:00
Format.cpp AK: Add 16-bit float type 2024-11-10 14:48:20 -07:00
Format.h AK: Print a more useful error message when a MUST(...) fails 2024-12-02 20:07:38 +01:00
Forward.h AK: Remove DeprecatedStringCodePointIterator 2024-11-14 23:06:42 +01:00
Function.h
GenericLexer.cpp AK: Avoid returning null StringViews instead of empty views 2024-11-05 14:01:45 +00:00
GenericLexer.h AK: Avoid returning null StringViews instead of empty views 2024-11-05 14:01:45 +00:00
GenericShorthands.h
HashFunctions.h
HashMap.h AK: Verify that HashMap is not empty in take_first 2024-12-09 12:31:16 +01:00
HashTable.h Meta: Update my email address everywhere 2024-11-01 12:14:53 +01:00
Hex.cpp
Hex.h
IDAllocator.h
InsertionSort.h AK: Fix InsertionSort to respect specified bounds 2024-12-06 06:44:27 +00:00
IntegralMath.h
IntrusiveDetails.h
IntrusiveList.h
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h
IPv6Address.h AK: Disable implicit conversion from char* -> ipv4 -> ipv6 2024-11-20 21:37:58 +01:00
IterationDecision.h
Iterator.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
JsonArray.h AK: Restrict template parameter of JsonArray constructor 2024-12-04 16:45:58 +00:00
JsonArraySerializer.h
JsonObject.cpp
JsonObject.h
JsonObjectSerializer.h
JsonParser.cpp
JsonParser.h
JsonValue.cpp
JsonValue.h
kmalloc.cpp
kmalloc.h
LEB128.h
LexicalPath.cpp AK: Add LexicalPath::is_root() 2024-11-19 22:07:01 -07:00
LexicalPath.h AK: Add LexicalPath::is_root() 2024-11-19 22:07:01 -07:00
LexicalPathWindows.cpp AK: Add LexicalPath::is_root() 2024-11-19 22:07:01 -07:00
LsanSuppressions.h
Math.h
MaybeOwned.h
MemMem.h
Memory.h
MemoryStream.cpp
MemoryStream.h
NeverDestroyed.h AK: Include missing StdLibExtras from NeverDestroyed 2024-11-19 14:32:11 -07:00
NoAllocationGuard.h
Noncopyable.h AK: Move "conditional xtor" pattern into a macro 2024-10-31 23:26:22 +01:00
NonnullOwnPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
NonnullRawPtr.h AK: Allow NonnullRawPtr to be used in constant expressions 2024-12-04 16:45:58 +00:00
NonnullRefPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
NumberFormat.cpp AK+LibJS: Don't use Temporal for console.time() and console.timeLog() 2024-11-18 17:46:41 -05:00
NumberFormat.h AK+LibJS: Don't use Temporal for console.time() and console.timeLog() 2024-11-18 17:46:41 -05:00
NumericLimits.h AK: Add 16-bit float type 2024-11-10 14:48:20 -07:00
Optional.h LibWeb: Fix stack-use-after-scope 2024-12-04 01:58:22 +01:00
OptionParser.cpp
OptionParser.h
OwnPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
Platform.h AK: Provide more complete definitions for AK_OS_WINDOWS 2024-10-16 12:15:31 -06:00
Queue.h
QuickSort.h
Random.cpp
Random.h
RecursionDecision.h
RedBlackTree.h
RefCounted.h
RefPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
Result.h
ReverseIterator.h
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h
SegmentedVector.h
SIMD.h
SIMDExtras.h
SIMDMath.h
Singleton.h
SinglyLinkedList.h
SinglyLinkedListSizePolicy.h
SipHash.cpp
SipHash.h
SourceGenerator.h
SourceLocation.h
Span.h
Stack.h
StackInfo.cpp AK: Use getrlimit() to find the correct main thread stack size on macOS 2024-11-10 19:12:59 +01:00
StackInfo.h
StdLibExtraDetails.h AK: Add IsTemplateBaseOf<Base, Derived> concept 2024-12-04 16:45:58 +00:00
StdLibExtras.h
Stream.cpp
Stream.h
String.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
String.h AK+LibUnicode: Add a method to trim non-ASCII whitespace from a String 2024-11-03 20:42:46 -05:00
StringBase.cpp AK: Add template specializations for Optional<{,Fly}String> 2024-10-31 23:26:22 +01:00
StringBase.h AK: Add template specializations for Optional<{,Fly}String> 2024-10-31 23:26:22 +01:00
StringBuilder.cpp AK: Add StringBuilder::append_repeated(StringView, size_t) 2024-11-09 12:42:27 -07:00
StringBuilder.h AK: Add StringBuilder::append_repeated(StringView, size_t) 2024-11-09 12:42:27 -07:00
StringData.h
StringFloatingPointConversions.cpp
StringFloatingPointConversions.h
StringHash.h
StringImpl.cpp
StringImpl.h
StringUtils.cpp
StringUtils.h
StringView.cpp
StringView.h AK: Use StringView as its own peek type 2024-12-04 01:58:22 +01:00
Swift.h AK: Add workaround for older Xcode versions in Swift.h 2024-11-26 11:00:48 +01:00
TemporaryChange.h
Time.cpp AK: Don't include winsock2.h in Time.h 2024-11-29 10:55:52 +01:00
Time.h AK: Don't include winsock2.h in Time.h 2024-11-29 10:55:52 +01:00
Traits.h
Trie.h
Try.h AK+LibJS: Allow {TRY,MUST}{,_OR_THROW_OOM} on list-initializers 2024-12-04 16:45:58 +00:00
Tuple.h
TypeCasts.h
TypedTransfer.h
TypeList.h
Types.h AK: Define pid_t on Windows 2024-11-19 14:40:03 -07:00
UFixedBigInt.h
UFixedBigIntDivision.h
UnicodeUtils.h AK: Use simdutf when appending UTF-16 to StringBuilder 2024-10-30 10:28:24 +01:00
Utf8View.cpp AK: Add ASCII fast path for Utf8View::contains 2024-10-27 16:13:36 +01:00
Utf8View.h AK: Add Utf8View::for_each_split_view() method 2024-11-15 23:18:29 +01:00
Utf16View.cpp
Utf16View.h AK: Use simdutf when appending UTF-16 to StringBuilder 2024-10-30 10:28:24 +01:00
Utf32View.cpp AK: Add a comparison operator for Utf32View 2024-10-20 08:50:01 +02:00
Utf32View.h AK: Add a comparison operator for Utf32View 2024-10-20 08:50:01 +02:00
Variant.h AK: Add Flatten Variant helper 2024-12-06 13:10:27 +00:00
Vector.h LibWeb: Implement linear easing according to latest spec 2024-11-05 10:41:29 +00:00
Weakable.h
WeakPtr.h