.. |
.clang-tidy
|
|
|
AllOf.h
|
AK: Add nodiscard attribute to AllOf functions
|
2022-07-04 05:53:56 +00:00 |
AnyOf.h
|
AK: Add nodiscard attribute to AnyOf functions
|
2022-07-04 05:53:56 +00:00 |
ArbitrarySizedEnum.h
|
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
|
2022-11-11 17:50:53 +03:30 |
Array.h
|
|
|
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
|
|
|
AtomicRefCounted.h
|
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
|
2022-08-20 17:15:52 +02:00 |
Badge.h
|
|
|
Base64.cpp
|
|
|
Base64.h
|
AK: Add nodiscard attribute to Base64 functions
|
2022-07-04 05:53:56 +00:00 |
BinaryBufferWriter.h
|
|
|
BinaryHeap.h
|
AK: Add nodiscard attribute to BinaryHeap functions
|
2022-07-04 05:53:56 +00:00 |
BinarySearch.h
|
AK: Add nodiscard attribute to BinarySearch functions
|
2022-07-04 05:53:56 +00:00 |
BitCast.h
|
AK: Allow bit_cast to be used in constant evaluated context
|
2022-08-15 17:11:25 +02:00 |
Bitmap.h
|
|
|
BitmapView.h
|
|
|
BitStream.h
|
AK: Add nodiscard attribute to BitStream functions
|
2022-07-04 05:53:56 +00:00 |
Buffered.h
|
|
|
BuiltinWrappers.h
|
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2022-10-04 23:35:07 +01:00 |
BumpAllocator.h
|
AK: Align last bump allocated chunk's end offset to the type size too
|
2022-11-17 20:13:04 +03:30 |
ByteBuffer.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
ByteReader.h
|
|
|
CharacterTypes.h
|
|
|
Checked.h
|
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2022-10-04 23:35:07 +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
|
|
|
CircularDuplexStream.h
|
|
|
CircularQueue.h
|
|
|
CMakeLists.txt
|
AK: Add framework for a unified floating point to string conversion
|
2022-11-03 20:17:09 -06:00 |
Complex.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Concepts.h
|
|
|
DateConstants.h
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
DateTimeLexer.h
|
|
|
Debug.h.in
|
LibVideo: Add PlaybackManager to load and decode videos
|
2022-10-31 14:47:13 +01:00 |
Demangle.h
|
Everywhere: Explicitly specify the size in StringView constructors
|
2022-07-12 23:11:35 +02:00 |
DisjointChunks.h
|
AK: Allow DisjointChunks::spans to return a vector with inline capacity
|
2022-11-17 20:13:04 +03:30 |
DistinctNumeric.h
|
AK: Add optional explicit cast to underlying type to DistinctNumeric
|
2022-11-11 17:50:53 +03:30 |
DoublyLinkedList.h
|
AK+Kernel: Handle allocation failures in Device::try_make_request
|
2022-11-01 14:31:34 +00:00 |
Endian.h
|
|
|
EnumBits.h
|
|
|
Error.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
ExtraMathConstants.h
|
|
|
FileStream.h
|
|
|
Find.h
|
AK: Add nodiscard attribute to Find functions
|
2022-07-04 05:53:56 +00:00 |
FixedArray.h
|
AK: Make empty FixedArray smaller
|
2022-08-27 12:19:37 +02:00 |
FixedPoint.h
|
|
|
FloatingPoint.h
|
AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)
|
2022-11-05 16:04:12 -06:00 |
FloatingPointStringConversions.cpp
|
AK: Add an exact and fast hex float parsing algorithm
|
2022-10-23 15:48:45 +02:00 |
FloatingPointStringConversions.h
|
AK: Add an exact and fast hex float parsing algorithm
|
2022-10-23 15:48:45 +02:00 |
FlyString.cpp
|
AK: Add to_{double, float} convenience functions to all string types
|
2022-10-23 15:48:45 +02:00 |
FlyString.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Format.cpp
|
Kernel/aarch64: Initialize TimeManagement in init.cpp
|
2022-10-17 20:11:31 +02:00 |
Format.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
Forward.h
|
Kernel: Make self-contained locking smart pointers their own classes
|
2022-08-20 17:20:43 +02:00 |
FPControl.h
|
|
|
Function.h
|
AK+Kernel: Don't allow allocations in AK::Function in kernel mode
|
2022-11-01 12:07:15 +00:00 |
FuzzyMatch.cpp
|
AK: Do not require an allocated String for fuzzy matching
|
2022-09-20 11:08:54 +01:00 |
FuzzyMatch.h
|
AK: Do not require an allocated String for fuzzy matching
|
2022-09-20 11:08:54 +01:00 |
GenericLexer.cpp
|
|
|
GenericLexer.h
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
GenericShorthands.h
|
AK: Add header for generic shorthands
|
2022-07-04 11:15:40 +02:00 |
HashFunctions.h
|
|
|
HashMap.h
|
|
|
HashTable.h
|
AK: Don't crash in HashTable::clear_with_capacity on an empty table
|
2022-11-11 00:44:04 -07:00 |
Hex.cpp
|
|
|
Hex.h
|
|
|
IDAllocator.h
|
|
|
IntegralMath.h
|
AK: Add AK::ceil(float) and AK::ceil_log2(integer)
|
2022-06-30 11:16:22 +02:00 |
IntrusiveDetails.h
|
Kernel: Make self-contained locking smart pointers their own classes
|
2022-08-20 17:20:43 +02:00 |
IntrusiveList.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
IntrusiveListRelaxedConst.h
|
|
|
IntrusiveRedBlackTree.h
|
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2022-10-04 23:35:07 +01:00 |
IPv4Address.h
|
AK: Add IPv4Address::netmask_from_cidr
|
2022-07-09 09:22:25 +01:00 |
IPv6Address.h
|
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2022-10-24 23:29:18 +01:00 |
IterationDecision.h
|
|
|
Iterator.h
|
|
|
JsonArray.h
|
AK: Support taking JSON values out of a JSON array
|
2022-11-13 16:41:07 +00:00 |
JsonArraySerializer.h
|
AK: Allow destruction of JsonObjectSerializer objects after errors
|
2022-11-01 11:57:08 +00:00 |
JsonObject.h
|
Everywhere: Replace single-char StringView op. arguments with chars
|
2022-07-12 23:11:35 +02:00 |
JsonObjectSerializer.h
|
AK: Allow destruction of JsonObjectSerializer objects after errors
|
2022-11-01 11:57:08 +00:00 |
JsonParser.cpp
|
AK: Make the JsonParser use the new double parser for numbers
|
2022-10-23 15:48:45 +02:00 |
JsonParser.h
|
|
|
JsonPath.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
JsonPath.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
JsonValue.cpp
|
AK: Treat empty string as invalid JSON
|
2022-07-10 23:31:48 +02:00 |
JsonValue.h
|
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
|
2022-11-08 19:58:34 -05:00 |
kmalloc.cpp
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
kmalloc.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
kstdio.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
LEB128.h
|
AK: Always check shift amount in LEB128 read functions
|
2022-07-09 22:04:31 +00:00 |
LexicalPath.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
LexicalPath.h
|
AK: Add support for mlibc in LexicalPath
|
2022-11-02 22:19:12 -06:00 |
MACAddress.h
|
Everywhere: Replace single-char StringView op. arguments with chars
|
2022-07-12 23:11:35 +02:00 |
Math.h
|
AK: Fix aarch64 versions of math functions
|
2022-10-14 11:06:28 +02:00 |
MemMem.h
|
AK: Use the correct data types in bitap_bitwise()
|
2022-07-14 13:10:23 +02:00 |
Memory.h
|
|
|
MemoryStream.h
|
|
|
NeverDestroyed.h
|
|
|
NoAllocationGuard.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
Noncopyable.h
|
|
|
NonnullOwnPtr.h
|
Revert "AK: Add comparison operators to NonnullOwnPtr"
|
2022-06-18 13:17:49 +01:00 |
NonnullOwnPtrVector.h
|
|
|
NonnullPtrVector.h
|
AK: Allow creating NonnullPtrVectors from an initializer list
|
2022-09-08 18:53:08 +02:00 |
NonnullRefPtr.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
NonnullRefPtrVector.h
|
|
|
NumberFormat.h
|
AK: Add human_readable_digital_time() helper
|
2022-08-05 13:55:13 +02:00 |
NumericLimits.h
|
|
|
Optional.h
|
|
|
OwnPtr.h
|
|
|
Platform.h
|
Kernel: Add VALIDATE_IS_AARCH64 guard macro
|
2022-10-16 17:35:37 +02:00 |
PrintfImplementation.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
Ptr32.h
|
|
|
Queue.h
|
|
|
QuickSort.h
|
|
|
Random.cpp
|
|
|
Random.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
RecursionDecision.h
|
|
|
RedBlackTree.h
|
|
|
RefCounted.h
|
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
|
2022-08-20 17:15:52 +02:00 |
RefCountForwarder.h
|
|
|
RefPtr.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Result.h
|
|
|
ReverseIterator.h
|
|
|
ScopedValueRollback.h
|
|
|
ScopeGuard.h
|
|
|
ScopeLogger.h
|
|
|
SIMD.h
|
|
|
SIMDExtras.h
|
LibGfx: Implement PNG filtering on write
|
2022-07-10 15:01:07 +02:00 |
SIMDMath.h
|
|
|
Singleton.h
|
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2022-10-10 12:23:12 +02:00 |
SinglyLinkedList.h
|
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
|
2022-11-01 14:31:48 +00:00 |
SinglyLinkedListWithCount.h
|
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
|
2022-11-01 14:31:48 +00:00 |
SourceGenerator.h
|
AK: Warn when trying to set @foo@ as a SourceGenerator key
|
2022-09-09 15:18:07 +02:00 |
SourceLocation.h
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
Span.h
|
|
|
Stack.h
|
|
|
StackInfo.cpp
|
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
|
2022-10-10 12:23:12 +02:00 |
StackInfo.h
|
|
|
Statistics.h
|
|
|
StdLibExtraDetails.h
|
AK+Toolchain: Make char and wchar_t behave on AARCH64
|
2022-10-14 13:01:13 +02:00 |
StdLibExtras.h
|
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2022-10-04 23:35:07 +01:00 |
Stream.h
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
String.cpp
|
AK: Add SplitBehavior::KeepTrailingSeparator with tests
|
2022-10-24 23:29:18 +01:00 |
String.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
StringBuilder.cpp
|
StringBuilder: Add try_append_repeated() and append_repeated()
|
2022-09-15 14:08:21 +01:00 |
StringBuilder.h
|
StringBuilder: Add try_append_repeated() and append_repeated()
|
2022-09-15 14:08:21 +01:00 |
StringFloatingPointConversions.cpp
|
Everywhere: Fix a few comment typos
|
2022-11-09 16:00:32 +00:00 |
StringFloatingPointConversions.h
|
AK: Add framework for a unified floating point to string conversion
|
2022-11-03 20:17:09 -06:00 |
StringHash.h
|
|
|
StringImpl.cpp
|
|
|
StringImpl.h
|
|
|
StringUtils.cpp
|
AK: Add to_{double, float} convenience functions to all string types
|
2022-10-23 15:48:45 +02:00 |
StringUtils.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
StringView.cpp
|
AK: Add SplitBehavior::KeepTrailingSeparator with tests
|
2022-10-24 23:29:18 +01:00 |
StringView.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
TemporaryChange.h
|
|
|
Time.cpp
|
Lagom: Win32 support baby steps
|
2022-09-29 17:01:22 +01:00 |
Time.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Traits.h
|
|
|
Trie.h
|
|
|
Try.h
|
AK: Document the non-standard extensions in TRY
|
2022-10-16 22:05:42 +02:00 |
Tuple.h
|
|
|
TypeCasts.h
|
|
|
TypedTransfer.h
|
|
|
TypeList.h
|
|
|
Types.h
|
AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)
|
2022-11-05 16:04:12 -06: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
|
|
|
Userspace.h
|
|
|
Utf8View.cpp
|
AK+Tests: Avoid creating invalid code points from malformed UTF-8
|
2022-10-09 10:37:20 -06:00 |
Utf8View.h
|
|
|
Utf16View.cpp
|
|
|
Utf16View.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Utf32View.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
UUID.cpp
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
UUID.h
|
Everywhere: Remove redundant inequality comparison operators
|
2022-11-06 10:25:08 -07:00 |
Variant.h
|
AK: Allow Variant::downcast<OtherVariantType>()
|
2022-11-10 16:02:42 +03:30 |
Vector.h
|
|
|
Weakable.h
|
AK: Make Weakable non-atomic
|
2022-09-03 00:36:25 +02:00 |
WeakPtr.h
|
Kernel: Make self-contained locking smart pointers their own classes
|
2022-08-20 17:20:43 +02:00 |