..
CMakeLists.txt
Tests: Remove all file(GLOB) from CMakeLists in Tests
2021-09-02 09:08:23 +02:00
TestAllOf.cpp
AK: Implement {any,all}_of(IterableContainer&&, Predicate)
2021-07-22 22:56:20 +02:00
TestAnyOf.cpp
AK: Implement {any,all}_of(IterableContainer&&, Predicate)
2021-07-22 22:56:20 +02:00
TestArray.cpp
TestAtomic.cpp
TestBadge.cpp
TestBase64.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestBinaryHeap.cpp
TestBinarySearch.cpp
TestBitCast.cpp
TestBitmap.cpp
AK: Don't read past the end in BitmapView::count_in_range()
2021-05-16 21:58:14 +01:00
TestByteBuffer.cpp
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
TestCircularDuplexStream.cpp
TestCircularQueue.cpp
TestComplex.cpp
TestDistinctNumeric.cpp
TestDoublyLinkedList.cpp
TestEndian.cpp
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
AK: Bring back FixedArray<T>
2021-07-11 17:42:31 +02:00
TestFixedPoint.cpp
AK: Add FixedPoint arithmetic helper
2021-08-31 17:03:55 +04:30
TestFormat.cpp
AK: Use new Formatter for each element in Formatter<Vector<T>>
2021-07-19 05:17:05 +04:30
TestGenericLexer.cpp
AK: Add GenericLexer API to consume an escaped Unicode code point
2021-08-19 23:49:25 +02:00
TestHashFunctions.cpp
TestHashMap.cpp
Everywhere: Add missing includes for <AK/OwnPtr.h>
2021-05-19 21:36:57 +02:00
TestHashTable.cpp
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
2021-05-30 14:34:32 +02:00
TestHex.cpp
TestIndexSequence.cpp
TestIntrusiveList.cpp
AK+Tests: Add IntrusiveList<T,...>::insert_before(..) method
2021-06-16 10:40:01 +02:00
TestIntrusiveRedBlackTree.cpp
TestIPv4Address.cpp
TestJSON.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02: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+Everywhere: Remove "null state" of LexicalPath
2021-06-30 11:13:54 +02:00
TestMACAddress.cpp
AK: Create MACAddress from string
2021-07-25 17:57:08 +02:00
TestMemMem.cpp
TestMemoryStream.cpp
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
TestOptional.cpp
Tests: Add tests for Optional
's conditionally trivial functions
2021-07-04 07:24:41 +04:30
TestQueue.cpp
TestQuickSort.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestRedBlackTree.cpp
TestRefPtr.cpp
Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull
2021-06-24 17:35:49 +04:30
TestSinglyLinkedList.cpp
AK: Add support for removing SinglyLinkedList nodes during iteration
2021-06-15 23:59:21 +01:00
TestSourceGenerator.cpp
TestSourceLocation.cpp
LibDebug: Store 64-bit numbers in AttributeValue
2021-08-08 10:55:36 +02:00
TestSpan.cpp
AK: Implement Span::starts_with()
2021-05-07 11:46:53 +01:00
TestStack.cpp
AK: Implement AK::Stack
2021-05-26 16:36:53 +04:30
TestStdLibExtras.cpp
AK: Return early from swap() when swapping the same object
2021-08-30 19:42:40 +01:00
TestString.cpp
Tests: Add test for String::bijective_base_from()
2021-08-09 14:14:07 +04:30
TestStringUtils.cpp
AK: Implement method to convert a String/StringView to title case
2021-08-26 22:04:09 +01:00
TestStringView.cpp
AK: Implement String::find_any_of() and StringView::find_any_of()
2021-07-02 21:54:21 +02:00
TestTime.cpp
AK: Add Time::is_negative() to detect negative time values
2021-08-15 12:20:38 +02:00
TestTrie.cpp
Tests: static vs non-static constexpr variables
2021-05-19 21:21:03 +01:00
TestTuple.cpp
AK: Add a Tuple implementation
2021-05-11 14:09:17 +01:00
TestTypedTransfer.cpp
TestTypeTraits.cpp
AK: Add a CommonType<Ts...> type trait
2021-07-22 22:56:20 +02:00
TestUFixedBigInt.cpp
Tests: Remove unused header includes
2021-08-01 08:10:16 +02:00
TestURL.cpp
AK: Improve the parsing of data urls
2021-08-06 10:45:17 +02:00
TestUtf8.cpp
AK: Track byte length, rather than code point length, in Utf8View::trim
2021-07-17 16:59:59 +01:00
TestUtf16.cpp
AK: Add Utf16View for decoding UTF-16 strings
2021-07-22 09:10:44 +02:00
TestVariant.cpp
AK: Destroy original value when assigning to Variant
2021-07-04 07:24:41 +04:30
TestVector.cpp
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
2021-06-12 13:24:45 +02:00
TestWeakPtr.cpp