..
.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
AK: Add to_array()
2024-02-11 18:53:00 +01:00
Assertions.cpp
AK: Add ASSERT() and ASSERT_NOT_REACHED() for debug-only assertions
2024-07-10 07:03:20 +02:00
Assertions.h
Everywhere: Warn on function definitions without prototypes
2024-07-17 21:51:29 +02:00
Atomic.h
AK: Add workaround for faulty Sanitizer warning on gcc 13+ in Atomic
2024-04-23 15:37:07 -06:00
AtomicRefCounted.h
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
Base64.cpp
AK: Add a Base64 decoder to decode into an existing buffer
2024-09-03 17:43:03 +02:00
Base64.h
AK: Add a Base64 decoder to decode into an existing buffer
2024-09-03 17:43:03 +02:00
BigIntBase.h
AK: Move generalized internals of UFixedBigIntDivision to BigIntBase
2024-03-25 14:26:29 -06:00
BinaryHeap.h
AK: Introduce IntrusiveBinaryHeap and reimplement BinaryHeap using it
2024-02-25 17:24:36 -07:00
BinarySearch.h
BitCast.h
AK: Use bit_cast in SIMDExtras.h/AK::Detail::byte_reverse_impl
2024-07-17 09:56:13 -06:00
Bitmap.h
BitmapView.h
BitStream.h
AK: Add BigEndianInputBitStream::bits_until_next_byte_boundary()
2024-02-12 14:08:56 +01:00
BufferedStream.h
AK: Don't move trivially copyable types in BufferedStream methods
2024-04-30 13:22:56 +02:00
BuiltinWrappers.h
BumpAllocator.h
ByteBuffer.h
AK: Construct Strings from StringBuilder without re-allocating the data
2024-07-20 06:45:49 +02:00
ByteReader.h
ByteString.cpp
AK: Disallow calling ByteString methods that return a view on rvalues
2024-04-04 11:23:21 +02:00
ByteString.h
AK: Disallow calling ByteString methods that return a view on rvalues
2024-04-04 11:23:21 +02:00
CharacterTypes.h
AK: Add is_ascii_c0_control_or_space
2024-08-05 17:21:26 +01:00
Checked.h
LibJS+AK: Fix integer overflow UB on (any Int32 - -2147483648)
2024-05-18 18:11: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
Everywhere: Use east const in more places
2024-04-19 06:31:19 -04:00
CMakeLists.txt
Meta+Libraries+AK: Append Cxx to imported library module names in swift
2024-08-27 17:22: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
AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[]
2024-03-12 17:10:47 +01:00
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
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
DeprecatedFlyString.cpp
AK+LibJS: Remove null state from DeprecatedFlyString :^)
2024-02-24 15:06:52 -07:00
DeprecatedFlyString.h
AK+LibJS: Remove null state from DeprecatedFlyString :^)
2024-02-24 15:06:52 -07:00
Diagnostics.h
DisjointChunks.h
DistinctNumeric.h
DOSPackedTime.cpp
DOSPackedTime.h
DoublyLinkedList.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Endian.h
AK: Support non-native endianness in Utf16View
2024-07-18 19:43:57 +02:00
EnumBits.h
Enumerate.h
AK: Introduce AK::enumerate
2024-03-23 09:02:58 -04:00
Error.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Error.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Find.h
AK: Add missing using statements to Find.h
2024-05-06 17:32:19 +02:00
FixedArray.h
AK: Don't put element count next to heap-allocated data in FixedArray
2024-05-18 18:30:42 +02:00
FixedPoint.h
AK: Stop exporting AK::FixedPoint into the global namespace
2024-07-18 09:43:38 +01:00
FloatingPoint.h
AK: Implement floating-point conversions for big-endian
2024-07-05 09:47:08 -06: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 #define
s
2024-06-18 09:36:25 +02:00
FlyString.cpp
AK: Make FlyString::from_utf8*() avoid allocation if possible
2024-03-24 13:28:24 +01:00
FlyString.h
AK: Simplify and optimize ASCIICaseInsensitiveFlyStringTraits::equals
2024-04-06 09:17:51 -04:00
Format.cpp
AK: Fix {:c} formatter for big-endian
2024-07-05 09:48:15 -06:00
Format.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Forward.h
AK: Construct Strings from StringBuilder without re-allocating the data
2024-07-20 06:45:49 +02:00
Function.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
GenericLexer.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
GenericLexer.h
AK: Make a couple of GenericLexer helper methods protected
2024-07-04 14:16:16 +02:00
GenericShorthands.h
HashFunctions.h
HashMap.h
Everywhere: Remove usages of template
keyword with no parameter list
2024-06-16 07:19:56 -04:00
HashTable.h
Everywhere: Use east const in more places
2024-04-19 06:31:19 -04:00
Hex.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Hex.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
IDAllocator.h
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 #define
s
2024-06-18 09:36:25 +02:00
IntrusiveList.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
IPv6Address.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
IterationDecision.h
Iterator.h
AK: Conform SimpleIterator to the random access iterator requirements
2024-08-17 17:44:37 -06:00
JsonArray.h
JsonArraySerializer.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
JsonObject.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
JsonObject.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
JsonObjectSerializer.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
JsonParser.cpp
AK: Do not coerce i64 and u64 values to i32 and u32
2024-09-27 09:46:55 +01:00
JsonParser.h
JsonValue.cpp
AK: Store JsonValue's value in AK::Variant
2024-02-08 08:04:05 -07:00
JsonValue.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
kmalloc.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
kmalloc.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
LEB128.h
AK/LEB128: Speed up reading unsigned LEB128 values
2024-07-27 08:19:51 +02:00
LexicalPath.cpp
LexicalPath.h
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
AK: Allow creating a MaybeOwned<Superclass> from a MaybeOwned<Subclass>
2024-03-25 20:35:00 +01:00
MemMem.h
Memory.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
MemoryStream.cpp
MemoryStream.h
NeverDestroyed.h
NoAllocationGuard.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Noncopyable.h
AK: Add AK_MAKE_DEFAULT_COPYABLE
2024-01-21 16:16:15 -07:00
NonnullOwnPtr.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
NonnullRefPtr.h
AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode
2024-05-21 14:24:59 +02:00
NumberFormat.cpp
AK+Userland: Return String from human_readable_size() functions
2024-01-25 09:07:32 +01:00
NumberFormat.h
AK+Userland: Return String from human_readable_size() functions
2024-01-25 09:07:32 +01:00
NumericLimits.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Optional.h
AK: Remove AK_HAS_CONDITIONALLY_TRIVIAL
2024-05-10 15:03:24 +00:00
OptionParser.cpp
AK: Update OptionParser::m_arg_index by substracting skipped args
2024-02-06 00:08:30 +01:00
OptionParser.h
OwnPtr.h
AK: Add a formatter for OwnPtr<T>
2024-06-26 05:47:16 +02:00
Platform.h
AK: Add AK_IS_ARCH defines for PowerPC CPU architecture
2024-07-05 09:50:13 -06:00
Queue.h
AK: Add fallible dequeue method to Queue
2024-04-19 16:38:55 -04:00
QuickSelect.h
QuickSort.h
Random.cpp
Everywhere: Use east const in more places
2024-04-19 06:31:19 -04:00
Random.h
LibTest: Add more numeric generators
2024-01-12 16:42:51 -07:00
RecursionDecision.h
RedBlackTree.h
Everywhere: Use east const in more places
2024-04-19 06:31:19 -04:00
RefCounted.h
RefPtr.h
Result.h
ReverseIterator.h
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h
SegmentedVector.h
AK+LibWeb: Use segmented vector to store commands in RecordingPainter
2023-12-30 23:02:46 +01:00
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
AK: Remove the SIMD version of rsqrt() too, for good measure
2024-01-30 10:02:33 +01:00
Singleton.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
SinglyLinkedList.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
SinglyLinkedListSizePolicy.h
SipHash.cpp
Everywhere: Remove all KERNEL #define
s
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
Everywhere: Run clang-format
2024-04-24 16:50:01 -04:00
StdLibExtras.h
AK: Disable -Wunqualified-std-cast-call explicitly in CMake
2024-08-06 18:28:10 -06:00
Stream.cpp
Stream.h
AK: Add a Stream::write_until_depleted overload for string types
2024-04-04 11:23:21 +02:00
String.cpp
AK: Add BOM handling to String::from_utf8_with_replacement_character
2024-08-12 06:38:58 -04:00
String.h
AK: Add BOM handling to String::from_utf8_with_replacement_character
2024-08-12 06:38:58 -04: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: Construct Strings from StringBuilder without re-allocating the data
2024-07-20 06:45:49 +02:00
StringBuilder.h
AK: Construct Strings from StringBuilder without re-allocating the data
2024-07-20 06:45:49 +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 #define
s
2024-06-18 09:36:25 +02:00
StringHash.h
StringImpl.cpp
StringImpl.h
StringUtils.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
StringUtils.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
StringView.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
StringView.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Swift.h
AK+LibGfx+LibWebView: Add wrapper header around swift/bridging
2024-08-19 12:56:55 +02:00
TemporaryChange.h
Time.cpp
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Time.h
AK: Stop exporting AK::Duration into the global namespace
2024-07-18 09:43:38 +01:00
Traits.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Trie.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Try.h
Tuple.h
AK: Make IndexSequence use size_t
2024-02-11 18:53:00 +01:00
TypeCasts.h
AK: Assert that is<T>()
input and output types are not the same
2024-08-08 17:50:59 +02:00
TypedTransfer.h
TypeList.h
AK: Make IndexSequence use size_t
2024-02-11 18:53:00 +01:00
Types.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
UFixedBigInt.h
Everywhere: Use east const in more places
2024-04-19 06:31:19 -04:00
UFixedBigIntDivision.h
AK: Move generalized internals of UFixedBigIntDivision to BigIntBase
2024-03-25 14:26:29 -06:00
UnicodeUtils.h
AK: Stop using ShortString in String::from_code_point
2024-01-21 16:16:15 -07:00
Utf8View.cpp
AK+Meta: Update simdutf to version 5.5.0
2024-09-19 15:48:57 -04:00
Utf8View.h
AK: Replace UTF-8 validation and length computation with simdutf
2024-07-18 14:46:25 +02:00
Utf16View.cpp
AK+Meta: Update simdutf to version 5.5.0
2024-09-19 15:48:57 -04:00
Utf16View.h
AK: Add a method to compute UTF-16 length from a UTF-8 string
2024-07-31 05:55:34 -04:00
Utf32View.cpp
Utf32View.h
Variant.h
Everywhere: Remove usages of template
keyword with no parameter list
2024-06-16 07:19:56 -04:00
Vector.h
Everywhere: Remove all KERNEL #define
s
2024-06-18 09:36:25 +02:00
Weakable.h
AK+LibJS: Remove OFFSET_OF and its users
2024-02-29 09:00:00 +01:00
WeakPtr.h