..
CMakeLists.txt
AK: Allow printing wide characters using %ls modifier
2022-03-30 11:30:43 +04:30
TestAllOf.cpp
TestAnyOf.cpp
TestArbitrarySizedEnum.cpp
TestArray.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestAtomic.cpp
TestBadge.cpp
TestBase64.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestBinaryHeap.cpp
TestBinarySearch.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestBitCast.cpp
TestBitmap.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestBuiltinWrappers.cpp
TestByteBuffer.cpp
TestCharacterTypes.cpp
TestChecked.cpp
TestCircularDeque.cpp
TestCircularDuplexStream.cpp
TestCircularQueue.cpp
TestComplex.cpp
TestDisjointChunks.cpp
TestDistinctNumeric.cpp
TestDoublyLinkedList.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestEndian.cpp
TestEnumBits.cpp
TestFind.cpp
TestFixedArray.cpp
TestFixedPoint.cpp
TestFormat.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestGenericLexer.cpp
TestHashFunctions.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestHashMap.cpp
AK: Clear the previous and next pointers of deleted HashTable buckets
2022-06-22 21:53:13 +02:00
TestHashTable.cpp
AK: Zero previous pointer *after* fixing the insertion list in HashTable
2022-06-23 20:25:12 +03:00
TestHex.cpp
TestIndexSequence.cpp
TestIntegerMath.cpp
TestIntrusiveList.cpp
TestIntrusiveRedBlackTree.cpp
TestIPv4Address.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestIPv6Address.cpp
TestJSON.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestLEB128.cpp
TestLexicalPath.cpp
TestMACAddress.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestMemory.cpp
TestMemoryStream.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestNeverDestroyed.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestNonnullRefPtr.cpp
TestNumberFormat.cpp
TestOptional.cpp
AK: Allow Optional<T&> to exist
2022-04-04 12:48:31 +02:00
TestPrint.cpp
AK: Allow printing wide characters using %ls modifier
2022-03-30 11:30:43 +04:30
TestQueue.cpp
TestQuickSort.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestRedBlackTree.cpp
TestRefPtr.cpp
TestSinglyLinkedList.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestSourceGenerator.cpp
TestSourceLocation.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestSpan.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestStack.cpp
TestStdLibExtras.cpp
TestString.cpp
AK: Use an enum instead of a bool for String::replace(all_occurences)
2022-07-06 11:12:45 +02:00
TestStringUtils.cpp
TestStringView.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestTime.cpp
TestTrie.cpp
TestTuple.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestTypedTransfer.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestTypeTraits.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestUFixedBigInt.cpp
TestURL.cpp
TestUtf8.cpp
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
2022-04-05 00:14:29 +01:00
TestUtf16.cpp
TestVariant.cpp
TestVector.cpp
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
TestWeakPtr.cpp