ladybird/AK
Linus Groh 0a7e91329f Revert "Revert "AK: Always inline FlyString::view()""
This reverts commit f09216ac42.
This was supposed to be a local test only, didn't mean to push it. :^)
2021-06-06 08:05:49 +01:00
..
AllOf.h
AnyOf.h
Array.h AK: Export integer_sequence_generate_array() 2021-05-05 19:02:51 +02:00
Assertions.h
Atomic.h
Badge.h
Base64.cpp AK: Use calculate_base64_encoded_length in encode_base64 2021-05-22 08:54:32 +04:30
Base64.h
BinaryHeap.h
BinarySearch.h
BitCast.h
Bitmap.h Bitmap: De-duplicate bitmasks 2021-05-19 23:37:10 +01:00
BitmapView.h Bitmap: De-duplicate bitmasks 2021-05-19 23:37:10 +01:00
BitStream.h
Buffered.h
ByteBuffer.h AK: Split the ByteBuffer::trim method into two methods 2021-05-31 14:49:00 +04:30
ByteReader.h LibCrypto+LibTLS: Avoid unaligned reads and writes 2021-05-14 08:39:29 +01:00
CharacterTypes.h AK: Add the parse_ascii_base36_digit method 2021-06-06 01:34:22 +01:00
Checked.h AK: Make checked division also check for divide by zero 2021-06-02 16:09:16 +04:30
CheckedFormatString.h AK+Everywhere: Fix compiletime format parsing of replacement fields 2021-06-01 23:12:17 +04:30
CircularDeque.h
CircularDuplexStream.h
CircularQueue.h
CMakeLists.txt Tests: Move AK tests to Tests/AK 2021-05-06 17:54:28 +02:00
Complex.h
Concepts.h AK+Kernel+LibELF: Remove the need for IteratorDecision::Continue 2021-05-16 10:36:52 +01:00
Debug.h.in AK: Add a new, spec-compliant URLParser 2021-06-01 09:28:05 +02:00
Demangle.h
DistinctNumeric.h AK: Make DistinctNumeric constexpr-capable 2021-05-04 21:32:15 +02:00
DoublyLinkedList.h
Endian.h
EnumBits.h
ExtraMathConstants.h
FileStream.h
Find.h
FlyString.cpp Revert "Revert "AK: Always inline FlyString::view()"" 2021-06-06 08:05:49 +01:00
FlyString.h Revert "Revert "AK: Always inline FlyString::view()"" 2021-06-06 08:05:49 +01:00
Format.cpp AK: Make vout() log to debug instead of VERIFY()'ing 2021-05-19 09:19:29 +02:00
Format.h AK: Add Formatter<unsigned char[Size]> 2021-05-31 17:43:54 +01:00
Forward.h AK: Turn ByteBuffer into a value type 2021-05-16 17:49:42 +02:00
Function.h AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
GenericLexer.cpp
GenericLexer.h
HashFunctions.h
HashMap.h AK: Let HashMap export its key and value types 2021-05-18 18:48:15 +01:00
HashTable.h AK: Make HashTable::operator=(HashTable&&) clear the moved-from table 2021-05-30 14:34:32 +02:00
Hex.cpp
Hex.h
IDAllocator.h
InlineLinkedList.h AK+Kernel+LibELF: Remove the need for IteratorDecision::Continue 2021-05-16 10:36:52 +01:00
IntrusiveList.h AK: Add reverse iterator support to AK::IntrusiveList 2021-06-03 13:27:40 +02:00
IntrusiveRedBlackTree.h
IPv4Address.h
IterationDecision.h
Iterator.h
JsonArray.h
JsonArraySerializer.h
JsonObject.h
JsonObjectSerializer.h
JsonParser.cpp AK: Use move semantics to avoid copying in JSON parser 2021-05-14 11:54:43 +02:00
JsonParser.h
JsonPath.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
JsonPath.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
JsonValue.cpp AK: Remove unused JsonValue <=> IPv4Address conversion code 2021-06-03 11:56:32 +01:00
JsonValue.h AK: Remove unused JsonValue <=> IPv4Address conversion code 2021-06-03 11:56:32 +01:00
kmalloc.h AK: Declare malloc_good_size as extern "C" 2021-05-30 11:10:47 +01:00
kstdio.h
LEB128.h AK: Handle LEB128 encoded values that are too large for the result type 2021-05-31 14:25:27 +04:30
LexicalPath.cpp LexicalPath: Reset dirname if it's empty 2021-05-27 18:21:36 +04:30
LexicalPath.h AK: Add LexicalPath::append and LexicalPath::join 2021-05-12 22:38:20 +02:00
MACAddress.h
MappedFile.cpp
MappedFile.h
MemMem.h
Memory.h AK: Guard inline assembly with ARCH(I386) and provide alternative 2021-05-31 17:29:09 +01:00
MemoryStream.h Kernel+LibC: Make get_dir_entries syscall retriable 2021-05-12 12:50:23 +02:00
NeverDestroyed.h
Noncopyable.h
NonnullOwnPtr.h AK+Kernel: Hide AK::adopt_own from usage in the Kernel 2021-05-29 09:04:05 +02:00
NonnullOwnPtrVector.h
NonnullPtrVector.h
NonnullRefPtr.h AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
NonnullRefPtrVector.h
NumberFormat.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
NumericLimits.h AK/NumericLimits: Add lowest() for floating-point types 2021-05-22 13:38:34 +01:00
Optional.h AK: Enable direct comparsion of Optional<T> and T 2021-06-01 11:38:17 +02:00
OSError.h
OwnPtr.h AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 2021-05-31 17:09:12 +04:30
Platform.h AK: Add platform macros to detect presence of AddressSanitizer 2021-05-28 07:59:41 +02:00
PrintfImplementation.h AK: Honor variable precision argument when formatting 2021-05-30 18:45:06 +01:00
Ptr32.h
Queue.h
QuickSort.h AK: Guarantee a maximum stack depth for dual_pivot_quick_sort 2021-04-28 21:38:48 +02:00
Random.cpp AK: Introduce get_random_uniform() 2021-05-14 22:24:02 +02:00
Random.h AK: Introduce get_random_uniform() 2021-05-14 22:24:02 +02:00
RedBlackTree.h
RefCounted.h AK: Allow inlining ref-count functionality 2021-06-03 08:06:51 +02:00
RefPtr.h AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening 2021-05-13 08:29:01 +02:00
Result.h AK: Let Result<T, E> know its Value and Error types 2021-05-08 22:14:39 +02:00
ScopedValueRollback.h
ScopeGuard.h
ScopeLogger.h AK: Include String.h in ScopeLogger 2021-05-17 23:25:30 +02:00
SIMD.h
Singleton.h
SinglyLinkedList.h
SinglyLinkedListWithCount.h
SourceGenerator.h
SourceLocation.h AK+Userland: Use akaster@serenityos.org for my copyright headers 2021-05-30 14:35:34 +01:00
Span.h AK: Add a way to slice from the end of a span 2021-05-27 17:28:41 +04:30
Stack.h AK: Implement AK::Stack 2021-05-26 16:36:53 +04:30
StackInfo.cpp
StackInfo.h
StdLibExtraDetails.h AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
StdLibExtras.h AK+Everywhere: Disallow constructing Functions from incompatible types 2021-06-06 00:27:30 +04:30
Stream.h
String.cpp AK: Allow inlining more string functions 2021-06-03 08:06:51 +02:00
String.h AK: Inline *String::is_one_of<Ts...>() 2021-06-04 12:57:14 +02:00
StringBuilder.cpp AK: Remove the m_length member for StringBuilder 2021-05-31 14:49:00 +04:30
StringBuilder.h AK: Remove the m_length member for StringBuilder 2021-05-31 14:49:00 +04:30
StringHash.h AK: Make StringView::hash() constexpr 2021-05-14 15:24:32 +02:00
StringImpl.cpp AK: Include HashTable.h in StringImpl.cpp 2021-05-17 23:25:30 +02:00
StringImpl.h Revert "Revert "AK: Always inline FlyString::view()"" 2021-06-06 08:05:49 +01:00
StringUtils.cpp AK: Add trim() method to String, StringView and StringUtils 2021-06-01 09:28:05 +02:00
StringUtils.h AK: Add trim() method to String, StringView and StringUtils 2021-06-01 09:28:05 +02:00
StringView.cpp AK: Don’t drop lines between \r and \n in StringView::lines() (#7662) 2021-06-04 12:06:08 +04:30
StringView.h AK: Inline *String::is_one_of<Ts...>() 2021-06-04 12:57:14 +02:00
TemporaryChange.h
Time.cpp Time: Remove static from function local constexpr variable 2021-05-19 16:24:02 +02:00
Time.h
Traits.h AK: Add ConstPeekType to Traits 2021-05-08 18:10:56 +02:00
Trie.h Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
Tuple.h AK: Add deduction guides to Tuple 2021-05-18 18:48:15 +01:00
TypeCasts.h
TypedTransfer.h
TypeList.h Everywhere: "indexes" => "indices" 2021-04-29 22:23:52 +02:00
Types.h
UBSanitizer.h Kernel+AK: Move UBSanitizer to AK, and to AK namespace 2021-05-27 15:18:03 +02:00
UnicodeUtils.cpp AK: Add UnicodeUtils with Unicode-related helper functions 2021-05-20 22:10:45 +02:00
UnicodeUtils.h AK: Add UnicodeUtils with Unicode-related helper functions 2021-05-20 22:10:45 +02:00
URL.cpp Everywhere: Replace ctype.h to avoid narrowing conversions 2021-06-03 13:31:46 +02:00
URL.h AK: Move identity check from URL::operator==() to equals() 2021-06-01 12:23:16 +02:00
URLParser.cpp AK: Stop using U+0000 as end of file code point in URL parser 2021-06-05 10:53:31 +02:00
URLParser.h AK: Make debugging URLParser easier 2021-06-05 10:53:31 +02:00
Userspace.h
Utf8View.cpp AK: Do not VERIFY on invalid code point bytes in UTF8View 2021-06-03 18:28:27 +04:30
Utf8View.h AK: Do not VERIFY on invalid code point bytes in UTF8View 2021-06-03 18:28:27 +04:30
Utf32View.h AK: Rename Utf32CodepointIterator => Utf32CodePointIterator 2021-06-01 09:46:19 +02:00
UUID.cpp AK+Userland: Fix some compiler warnings and make variables const-ref 2021-05-16 17:49:42 +02:00
UUID.h
Variant.h AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained 2021-06-02 18:02:47 +02:00
Vector.h AK/Vector: Constify find_first_index() 2021-05-22 09:34:55 +02:00
Weakable.h
WeakPtr.h