..
CMakeLists.txt
AK: Introduce IntegralMath.h starting with pow<I>
2022-02-06 17:52:33 +00:00
TestAllOf.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
2021-11-10 21:58:58 +01:00
TestAnyOf.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
2021-11-10 21:58:58 +01:00
TestArray.cpp
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
TestAtomic.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestBadge.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestBase64.cpp
AK+Userland: Make AK::decode_base64 return ErrorOr
2022-01-24 22:36:09 +01:00
TestBinaryHeap.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestBinarySearch.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
2021-11-10 21:58:58 +01:00
TestBitCast.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestBitmap.cpp
AK: Don't read past the end in BitmapView::count_in_range()
2021-05-16 21:58:14 +01:00
TestBuiltinWrappers.cpp
AK: Add BuiltinWrappers.h
2021-12-18 23:36:08 +01:00
TestByteBuffer.cpp
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
2022-01-24 22:36:09 +01:00
TestCharacterTypes.cpp
Tests: Reduce runtime of TestCharacterTypes
2021-06-24 09:16:28 +02:00
TestChecked.cpp
Tests: Add tests for Checked<T>::div() overflow
2021-05-07 09:26:11 +02:00
TestCircularDeque.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestCircularDuplexStream.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestCircularQueue.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestComplex.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestDisjointChunks.cpp
AK: Make Disjoint*::is_empty()
not call size
2021-12-24 05:55:34 -08:00
TestDistinctNumeric.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestDoublyLinkedList.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestEndian.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestEnumBits.cpp
AK/Tests: Add test for EnumBits has_any_flag()
2021-07-16 11:49:50 +02:00
TestFind.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestFixedArray.cpp
Tests: Test FixedArray completely
2022-01-13 11:17:44 +01:00
TestFixedPoint.cpp
AK: Add FixedPoint cast operator for up/downcasting to other sizes
2022-01-23 22:45:21 +00:00
TestFormat.cpp
Tests: Remove some temporary files when finished using them
2022-01-14 00:20:30 +01:00
TestGenericLexer.cpp
AK: Add GenericLexer API to consume an escaped Unicode code point
2021-08-19 23:49:25 +02:00
TestHashFunctions.cpp
AK: Use a full-period xorshift PRNG for double_hash
2022-01-07 12:34:44 +01:00
TestHashMap.cpp
AK: Ensure negative predicate in TestHashMap could run unsuccessfully
2022-01-06 22:24:01 +01:00
TestHashTable.cpp
AK: Improve HashTable::remove_all_matching() test slightly
2022-01-05 18:57:14 +01:00
TestHex.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestIndexSequence.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
2021-11-10 21:58:58 +01:00
TestIntegerMath.cpp
AK: Introduce IntegralMath.h starting with pow<I>
2022-02-06 17:52:33 +00:00
TestIntrusiveList.cpp
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
2021-09-10 18:05:46 +03:00
TestIntrusiveRedBlackTree.cpp
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
2021-09-10 18:05:46 +03:00
TestIPv4Address.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestJSON.cpp
AK: Make JsonValue::from_string("") return a null JsonValue
2021-12-16 22:48:17 +01:00
TestLEB128.cpp
AK: Handle LEB128 encoded values that are too large for the result type
2021-05-31 14:25:27 +04:30
TestLexicalPath.cpp
AK: Implement a way to resolve relative paths lexically
2021-10-10 15:18:55 -07:00
TestMACAddress.cpp
AK: Create MACAddress from string
2021-07-25 17:57:08 +02:00
TestMemMem.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestMemoryStream.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestNeverDestroyed.cpp
Tests: Mark use-after-scope NeverDestroyed test NO_SANITIZE_ADDRESS
2021-05-14 08:34:00 +01:00
TestNonnullRefPtr.cpp
Tests: Fix compile errors on Clang
2021-07-14 13:12:25 +02:00
TestNumberFormat.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestOptional.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
2021-11-10 21:58:58 +01:00
TestQueue.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestQuickSort.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestRedBlackTree.cpp
AK: Fix RedBlackTree::find_smallest_not_below_iterator
2022-02-10 14:09:39 +00:00
TestRefPtr.cpp
AK+Kernel: Remove one_ref_left() footgun
2022-01-11 01:12:16 +01:00
TestSinglyLinkedList.cpp
AK: Add support for removing SinglyLinkedList nodes during iteration
2021-06-15 23:59:21 +01:00
TestSourceGenerator.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestSourceLocation.cpp
Tests: Remove Clang workaround from TestSourceLocation
2021-10-17 17:09:58 +01:00
TestSpan.cpp
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
TestStack.cpp
AK: Implement AK::Stack
2021-05-26 16:36:53 +04:30
TestStdLibExtras.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2022-01-31 18:23:22 +00:00
TestString.cpp
AK+Tests: Make null strings compare less than non-null strings
2022-01-30 17:23:02 +00:00
TestStringUtils.cpp
AK: Add convert_to_uint_from_octal
2021-12-21 13:13:04 -08:00
TestStringView.cpp
AK: Define a traits helper for case-insensitive StringView hashing
2022-01-11 00:36:45 +01:00
TestTime.cpp
AK: Add Time::is_negative() to detect negative time values
2021-08-15 12:20:38 +02:00
TestTrie.cpp
Everywhere: Behaviour => Behavior
2021-09-07 13:53:14 +02:00
TestTuple.cpp
AK: Add a Tuple implementation
2021-05-11 14:09:17 +01:00
TestTypedTransfer.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00
TestTypeTraits.cpp
Everywhere: Fix spelling mistakes
2022-01-07 15:44:42 +01:00
TestUFixedBigInt.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestURL.cpp
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
2021-09-14 00:14:45 +02:00
TestUtf8.cpp
AK: Make Utf8View constructors inline and remove C string constructor
2021-09-18 19:54:24 +02:00
TestUtf16.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2022-01-31 18:23:22 +00:00
TestVariant.cpp
AK: Make Variant::visit() prefer overloads accepting T const& over T&
2022-01-14 11:35:40 +03:30
TestVector.cpp
AK: Make Vector::remove_all_matching() return removal success
2022-01-05 18:57:14 +01:00
TestWeakPtr.cpp
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00