serenity/AK
Nico Weber 9cc688041a AK: Give IntrusiveBinaryHeap template args named types
Works around https://gcc.gnu.org/PR70413. Without this, the next
commit would cause -Wsubobject-linkage warnings for AK/BinaryHeap.h
when used in LibCompress/Huffman.h.

We can undo this once we're on GCC 14 everywhere.

No behavior change.
2024-07-01 00:29:39 +02:00
..
.clang-tidy
AllOf.h
AnyOf.h
ArbitrarySizedEnum.h
Array.h
Assertions.cpp Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
Assertions.h
AsyncStream.h AK: Introduce asynchronous streams 2024-06-13 17:40:24 +02:00
AsyncStreamBuffer.h AK: Add AK::AsyncStreamBuffer 2024-06-13 17:40:24 +02:00
AsyncStreamHelpers.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
AsyncStreamTransform.h AK: Add AK::AsyncStreamTransform 2024-06-13 17:40:24 +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
Badge.h AK: Don't delete Badge move constructor 2024-06-13 17:40:24 +02:00
Base64.cpp AK: Reject invalid Base64 encoded string lengths 2024-03-25 08:13:27 +01:00
Base64.h AK: Add base64url encoding and decoding methods 2024-03-20 12:18:57 -04:00
BigIntBase.h AK: Move generalized internals of UFixedBigIntDivision to BigIntBase 2024-03-25 14:26:29 -06:00
BinaryBufferWriter.h
BinaryHeap.h AK: Give IntrusiveBinaryHeap template args named types 2024-07-01 00:29:39 +02:00
BinarySearch.h
BitCast.h
Bitmap.h
BitmapView.h
BitStream.h
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: Add XOR method to ByteBuffer 2024-04-08 09:34:49 -06: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
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
CircularDeque.h
CircularQueue.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt
Complex.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Concepts.h
ConstrainedStream.cpp
ConstrainedStream.h
Coroutine.h AK+LibTest: Choose definition of CO_TRY and CO_TRY_OR_FAIL more robustly 2024-06-29 20:15:05 -06:00
CountingStream.cpp
CountingStream.h
COWVector.h
DateConstants.h
Debug.h.in Ladybird+LibWebView: Add mechanism to get Mach task port for helpers 2024-04-09 16:43:27 -06:00
DefaultDelete.h
Demangle.h
DeprecatedFlyString.cpp
DeprecatedFlyString.h
Diagnostics.h
DisjointChunks.h
DistinctNumeric.h
DOSPackedTime.cpp
DOSPackedTime.h
DoublyLinkedList.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Endian.h
EnumBits.h
Enumerate.h AK: Introduce AK::enumerate 2024-03-23 09:02:58 -04:00
Error.cpp
Error.h
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
FixedStringBuffer.h Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
FloatingPoint.h AK: Use common ComponentType integer type for float bitfields 2024-04-23 19:18:09 -06:00
FloatingPointStringConversions.cpp AK: Make BigIntBase more agnostic to non native word sizes 2024-03-25 14:26:29 -06:00
FloatingPointStringConversions.h
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 Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
Format.h Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
Forward.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
FPControl.h
Function.h ClangPlugins: Invert the lambda detection escape mechanism 2024-05-22 21:55:34 -06:00
FuzzyMatch.cpp
FuzzyMatch.h
Generator.h AK: Introduce AK::Generator 2024-06-13 17:40:24 +02:00
GenericAwaiter.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
GenericLexer.cpp AK: Instantiate GenericLexer::consume_decimal_integer<size_t> on MacOS 2024-06-13 17:40:24 +02:00
GenericLexer.h
GenericShorthands.h
HashFunctions.h
HashMap.h Everywhere: Remove usages of template keyword with no parameter list 2024-06-25 17:42:49 +02:00
HashTable.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Hex.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Hex.h
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
IntrusiveList.h
IntrusiveListRelaxedConst.h
IntrusiveRedBlackTree.h
IPv4Address.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
IPv6Address.h
IterationDecision.h
Iterator.h
JsonArray.h
JsonArraySerializer.h
JsonObject.cpp
JsonObject.h
JsonObjectSerializer.h
JsonParser.cpp
JsonParser.h
JsonPath.cpp
JsonPath.h
JsonValue.cpp
JsonValue.h AK: Return a constant reference from JsonValue::as_string 2024-04-04 11:23:21 +02:00
kmalloc.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
kmalloc.h
kstdio.h
LEB128.h AK: Read signed LEB128 integers without 64-bit assumptions 2024-06-26 22:13:13 +02:00
LexicalPath.cpp
LexicalPath.h
MACAddress.h
Math.h
MaybeOwned.h AK: Allow creating a MaybeOwned<Superclass> from a MaybeOwned<Subclass> 2024-03-25 20:35:00 +01:00
MemMem.h
Memory.h
MemoryStream.cpp
MemoryStream.h Everywhere: Define even more destructors out of line 2024-06-30 08:52:07 +02:00
NeverDestroyed.h
NoAllocationGuard.h
Noncopyable.h
NonnullOwnPtr.h AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +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
NumberFormat.h
NumericLimits.h
Optional.h AK: Remove AK_HAS_CONDITIONALLY_TRIVIAL 2024-05-10 15:03:24 +00:00
OptionParser.cpp
OptionParser.h
OwnPtr.h AK: Add a formatter for OwnPtr<T> 2024-06-19 15:45:02 +02:00
Platform.h AK+LibTest: Choose definition of CO_TRY and CO_TRY_OR_FAIL more robustly 2024-06-29 20:15:05 -06:00
PrintfImplementation.h
Ptr32.h
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 Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
RecursionDecision.h
RedBlackTree.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
RefCounted.h
RefCountForwarder.h
RefPtr.h
Result.h
ReverseIterator.h
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h
SegmentedVector.h
SetOnce.h AK: Add the SetOnce class 2024-04-26 23:46:23 -06:00
SIMD.h
SIMDExtras.h
SIMDMath.h
Singleton.h
SinglyLinkedList.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
SinglyLinkedListSizePolicy.h
SipHash.cpp
SipHash.h
Slugify.cpp
Slugify.h
SourceGenerator.h
SourceLocation.h
Span.h AK/Span: Add a method to check if a Span is filled with a value 2024-06-29 19:16:08 +02:00
Stack.h
StackInfo.cpp Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
StackInfo.h
StackUnwinder.h AK: Add a function for frame pointer-based stack unwinding 2024-05-14 14:02:06 -06:00
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: Qualify forward call in AK::exchange 2024-06-13 17:40:24 +02: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: Check for u32 overflow in String::repeated() 2024-05-07 09:15:40 +02:00
String.h Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
StringBase.cpp AK: Remove excessive hashing caused by FlyString table 2024-03-24 13:28:24 +01:00
StringBase.h AK: Remove excessive hashing caused by FlyString table 2024-03-24 13:28:24 +01:00
StringBuilder.cpp LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer 2024-03-24 13:28:24 +01:00
StringBuilder.h LibWeb: Skip some redundant UTF-8 validation in CSS tokenizer 2024-03-24 13:28:24 +01:00
StringData.h AK: Remove excessive hashing caused by FlyString table 2024-03-24 13:28:24 +01:00
StringFloatingPointConversions.cpp
StringFloatingPointConversions.h
StringHash.h
StringImpl.cpp
StringImpl.h
StringUtils.cpp Prekernel: Add support for assertion printing 2024-06-29 19:56:45 +02:00
StringUtils.h
StringView.cpp
StringView.h Everywhere: Gently remove the ladybird android port 2024-06-11 19:40:08 -04:00
TemporaryChange.h
Time.cpp
Time.h Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
Traits.h AK: Don't blindly use SipHash as default hash function 2024-03-25 12:39:23 +01:00
Trie.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Try.h
Tuple.h
TypeCasts.h
TypedTransfer.h
TypeList.h
Types.h AK: Introduce declerations for base10 size suffixes 2024-06-25 09:24:55 +02:00
UBSanitizer.h AK+Kernel+LibSanitizer: Implement __ubsan_handle_function_type_mismatch 2024-04-18 13:14:33 -06: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
Userspace.h
Utf8View.cpp
Utf8View.h AK: Add AllowSurrogates to UTF-8 validator 2024-06-09 16:30:09 +02:00
Utf16View.cpp AK: Add AllowSurrogates to UTF-8 validator 2024-06-09 16:30:09 +02:00
Utf16View.h Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Utf32View.cpp
Utf32View.h
UUID.cpp AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
UUID.h
Variant.h Everywhere: Remove usages of template keyword with no parameter list 2024-06-25 17:42:49 +02:00
Vector.h
Weakable.h
WeakPtr.h