ladybird/AK
Jonne Ransijn 04920d06f0 AK: Use simdutf when appending UTF-16 to StringBuilder
Adds a fast path for valid UTF-16 using `simdutf`, and fall back to
the slow path for unmatched surrogates.
2024-10-30 10:28:24 +01:00
..
.clang-tidy
AK+Swift.swift AK: Tell Swift how to construct AK.StringView from string literals 2024-08-29 06:31:25 +02:00
AllOf.h
AnyOf.h
Array.h
Assertions.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Assertions.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Atomic.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AtomicRefCounted.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Backtrace.h.in AK+CMake: Use the find module to find the correct backtrace(3) header 2024-07-01 10:15:24 -06:00
Badge.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Base64.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Base64.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BigIntBase.h
BinaryHeap.h
BinarySearch.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BitCast.h AK: Use bit_cast in SIMDExtras.h/AK::Detail::byte_reverse_impl 2024-07-17 09:56:13 -06:00
Bitmap.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BitmapView.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
BitStream.h
BufferedStream.h
BuiltinWrappers.h
BumpAllocator.h
ByteBuffer.h AK: Use simdutf when appending UTF-16 to StringBuilder 2024-10-30 10:28:24 +01:00
ByteReader.h
ByteString.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ByteString.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CharacterTypes.h AK: Add is_ascii_c0_control_or_space 2024-08-05 17:21:26 +01:00
Checked.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CheckedFormatString.h AK: Enable format string checking in Clang builds 2024-05-29 13:34:15 -06:00
CircularBuffer.cpp
CircularBuffer.h
CircularQueue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
CMakeLists.txt AK: Fix lld-link : error : undefined symbol: __udivti3 on Windows 2024-10-16 12:15:31 -06:00
Concepts.h
ConstrainedStream.cpp
ConstrainedStream.h AK: Add remaining method to ConstrainedStream 2024-07-09 14:22:31 +02:00
CopyOnWrite.h AK+LibURL: Move CopyOnWrite<T> from LibURL to AK 2024-09-10 13:51:28 +02:00
CountingStream.cpp
CountingStream.h
COWVector.h
DateConstants.h
Debug.h.in LibMedia+everywhere: Remove superfluous and unused audio code 2024-09-30 18:48:12 +02:00
DefaultDelete.h
Demangle.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DeprecatedFlyString.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
DOSPackedTime.cpp
DOSPackedTime.h
DoublyLinkedList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Endian.h AK: Support non-native endianness in Utf16View 2024-07-18 19:43:57 +02:00
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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
FixedPoint.h AK: Stop exporting AK::FixedPoint into the global namespace 2024-07-18 09:43:38 +01:00
FloatingPoint.h AK: Remove unused floating point conversion code 2024-10-08 19:02:51 +02:00
FloatingPointStringConversions.cpp AK: Implement floating-point conversions for big-endian 2024-07-05 09:47:08 -06:00
FloatingPointStringConversions.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
FlyString.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
FlyString.h AK: Pass (Deprecated)FlyString::is_one_of arguments by reference 2024-10-27 12:03:04 -04:00
Format.cpp AK: Use process name on Windows for dbgln() 2024-10-10 21:48:41 -06:00
Format.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Function.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
GenericLexer.cpp AK: Cache all the line positions in LineTrackingLexer 2024-10-10 23:53:48 +01:00
GenericLexer.h AK: Cache all the line positions in LineTrackingLexer 2024-10-10 23:53:48 +01:00
GenericShorthands.h
HashFunctions.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HashMap.h AK: Add OrderedHashMap::take_first() 2024-10-24 20:55:08 +02:00
HashTable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Hex.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Hex.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
IDAllocator.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
InsertionSort.h
IntegralMath.h AK: Fix off by one error in integral ceil_log2() 2024-05-21 09:31:17 +02:00
IntrusiveDetails.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
IntrusiveList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
IPv6Address.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
IterationDecision.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Iterator.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
JsonArray.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonArraySerializer.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
JsonObject.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonObject.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonObjectSerializer.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
JsonParser.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonParser.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonValue.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
JsonValue.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
kmalloc.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
kmalloc.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LEB128.h AK/LEB128: Speed up reading unsigned LEB128 values 2024-07-27 08:19:51 +02:00
LexicalPath.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LexicalPath.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LsanSuppressions.h LibGfx+LibWeb: Replace remaining OpenType implementation with Skia 2024-09-05 19:21:52 +02:00
Math.h AK: Implement floating-point conversions for big-endian 2024-07-05 09:47:08 -06:00
MaybeOwned.h
MemMem.h
Memory.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
MemoryStream.cpp
MemoryStream.h
NeverDestroyed.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
NoAllocationGuard.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
Noncopyable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
NonnullOwnPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
NonnullRefPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
NumberFormat.cpp
NumberFormat.h
NumericLimits.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Optional.h AK: Fix ambiguity in AK::Optional specialization 2024-10-27 13:26:30 +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 Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
QuickSelect.h
QuickSort.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Random.cpp
Random.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RecursionDecision.h
RedBlackTree.h
RefCounted.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RefPtr.h AK+LibJS: Add [[nodiscard]] to operator* in common types 2024-10-25 09:15:28 +02:00
Result.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ReverseIterator.h
ScopedValueRollback.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScopeGuard.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ScopeLogger.h
SegmentedVector.h
SIMD.h AK: Add introspection helpers to SIMD.h 2024-07-17 09:56:13 -06:00
SIMDExtras.h AK/SIMDExtras: Fix masking logic in shuffle_or_0 2024-07-27 15:02:37 +02:00
SIMDMath.h
Singleton.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
SinglyLinkedList.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SinglyLinkedListSizePolicy.h
SipHash.cpp Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
SipHash.h
SourceGenerator.h AK: Allow escaping of keys in SourceGenerator 2024-07-09 11:21:07 +02:00
SourceLocation.h
Span.h AK: Allow comparing spans of different constness 2024-08-13 14:11:05 +02:00
Stack.h
StackInfo.cpp AK: Add stack size fixup for musl libc 2024-05-14 13:56:45 -06:00
StackInfo.h
Statistics.h AK: Export Statistics to the global namespace 2024-05-18 18:30:07 +02:00
StdLibExtraDetails.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StdLibExtras.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Stream.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
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+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
StringBase.cpp AK: Construct Strings from StringBuilder without re-allocating the data 2024-07-20 06:45:49 +02:00
StringBase.h AK: Construct Strings from StringBuilder without re-allocating the data 2024-07-20 06:45:49 +02:00
StringBuilder.cpp AK: Use simdutf when appending UTF-16 to StringBuilder 2024-10-30 10:28:24 +01:00
StringBuilder.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringData.h AK: Construct Strings from StringBuilder without re-allocating the data 2024-07-20 06:45:49 +02:00
StringFloatingPointConversions.cpp
StringFloatingPointConversions.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
StringHash.h
StringImpl.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringImpl.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringUtils.cpp Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
StringUtils.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringView.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
StringView.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Swift.h AK+LibGfx+LibWebView: Add wrapper header around swift/bridging 2024-08-19 12:56:55 +02:00
TemporaryChange.h AK: Make TemporaryChange not copy the old value twice 2024-10-10 23:53:48 +01:00
Time.cpp AK: Implement now_time_from_clock for Windows 2024-10-16 12:15:31 -06:00
Time.h AK: Implement now_time_from_clock for Windows 2024-10-16 12:15:31 -06:00
Traits.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Trie.h Everywhere: Remove all KERNEL #defines 2024-06-18 09:36:25 +02:00
Try.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Tuple.h
TypeCasts.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TypedTransfer.h
TypeList.h
Types.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02: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: Make the main Utf8View workhorse methods inline 2024-10-14 09:51:13 +02:00
Utf16View.cpp AK+Meta: Update simdutf to version 5.5.0 2024-09-19 15:48:57 -04:00
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 Everywhere: Remove usages of template keyword with no parameter list 2024-06-16 07:19:56 -04:00
Vector.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Weakable.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WeakPtr.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00