..
CMakeLists.txt
AK: Rename Time to Duration
2023-05-24 23:18:07 +02:00
TestAllOf.cpp
TestAnyOf.cpp
TestArbitrarySizedEnum.cpp
TestArray.cpp
AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)
2023-04-21 20:44:47 +01:00
TestAtomic.cpp
TestBadge.cpp
TestBase64.cpp
Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error())
2023-05-14 15:39:38 -06:00
TestBinaryHeap.cpp
TestBinarySearch.cpp
TestBitCast.cpp
TestBitmap.cpp
TestBitStream.cpp
AK: Increase LittleEndianOutputBitStream's buffer size and remove loops
2023-04-02 10:54:37 +02:00
TestBuiltinWrappers.cpp
AK: Add count_required_bits
2023-05-17 09:08:53 +02:00
TestByteBuffer.cpp
TestCharacterTypes.cpp
TestChecked.cpp
TestCircularBuffer.cpp
AK: Add CircularBuffer::find_copy_in_seekback()
2023-05-17 09:08:53 +02:00
TestCircularDeque.cpp
TestCircularQueue.cpp
TestComplex.cpp
TestDeprecatedString.cpp
AK: Fix DeprecatedString::bijective_base_from for large numbers
2023-02-26 21:06:21 +03:30
TestDisjointChunks.cpp
TestDistinctNumeric.cpp
TestDoublyLinkedList.cpp
TestDuration.cpp
AK+Everywhere: Don't crash on invalid months
2023-05-27 12:17:50 +02:00
TestEndian.cpp
TestEnumBits.cpp
TestFind.cpp
TestFixedArray.cpp
TestFixedPoint.cpp
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
2023-03-03 09:23:02 +00:00
TestFloatingPoint.cpp
TestFloatingPointParsing.cpp
AK: Add benchmarks for floating point parsing
2023-04-30 06:05:54 +02:00
TestFlyString.cpp
AK: Add FlyString::is_one_of for variadic string comparison
2023-04-06 23:49:08 +02:00
TestFormat.cpp
AK: Add option to the string formatter to use a digit separator
2023-04-11 13:03:30 +02:00
TestGenericLexer.cpp
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
2023-02-28 12:55:10 +00:00
TestHashFunctions.cpp
AK: Remove unused rehash_for_collision
2023-02-17 22:29:51 -07:00
TestHashMap.cpp
AK: Rewrite HashMap::clone signature with template-args and const
2023-05-19 22:33:57 +02:00
TestHashTable.cpp
Everywhere: Run spellcheck on all documentation
2023-05-07 01:05:09 +02:00
TestHex.cpp
TestIndexSequence.cpp
TestInsertionSort.cpp
TestIntegerMath.cpp
TestIntrusiveList.cpp
AK: Fix crash during teardown of self-owning objects
2023-04-21 18:15:00 +02:00
TestIntrusiveRedBlackTree.cpp
Everywhere: Remove NonnullOwnPtr.h includes
2023-03-06 23:46:35 +01:00
TestIPv4Address.cpp
TestIPv6Address.cpp
AK: Migrate IPv6Address::to_deprecated_string()
to ::to_string()
2023-06-09 19:38:14 +01:00
TestJSON.cpp
Tests: Add more tests for JsonArray
2023-05-08 07:39:49 +01:00
TestLEB128.cpp
TestLexicalPath.cpp
TestMACAddress.cpp
TestMemory.cpp
TestMemoryStream.cpp
AK: Correctly calculate size of the last AllocatingMemoryStream chunk
2023-05-29 13:30:46 +02:00
TestNeverDestroyed.cpp
TestNonnullOwnPtr.cpp
AK: Fix crash during teardown of self-owning objects
2023-04-21 18:15:00 +02:00
TestNonnullRefPtr.cpp
AK: Fix crash during teardown of self-owning objects
2023-04-21 18:15:00 +02:00
TestNumberFormat.cpp
TestOptional.cpp
TestOwnPtr.cpp
AK: Fix crash during teardown of self-owning objects
2023-04-21 18:15:00 +02:00
TestPrint.cpp
TestQueue.cpp
TestQuickSelect.cpp
TestQuickSort.cpp
Tests: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls
2023-06-18 08:47:51 +01:00
TestRedBlackTree.cpp
TestRefPtr.cpp
Everywhere: Make Lagom build with GCC 13
2023-05-02 07:03:57 -04:00
TestSIMD.cpp
AK: Add AK::SIMD::exp_approximate
2023-02-18 01:45:00 +01:00
TestSinglyLinkedList.cpp
TestSourceGenerator.cpp
AK: Propagate errors from SourceGenerator::fork()
2023-06-17 17:48:06 +01:00
TestSourceLocation.cpp
TestSpan.cpp
TestStack.cpp
TestStatistics.cpp
TestStdLibExtras.cpp
TestString.cpp
Everywhere: Remove unintentional partial stream reads and writes
2023-03-13 15:16:20 +00:00
TestStringFloatingPointConversions.cpp
TestStringUtils.cpp
TestStringView.cpp
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
2023-03-14 21:34:32 +00:00
TestTrie.cpp
TestTuple.cpp
Tests: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls
2023-06-18 08:47:51 +01:00
TestTypedTransfer.cpp
TestTypeTraits.cpp
TestUFixedBigInt.cpp
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
2023-03-04 22:10:03 -07:00
TestURL.cpp
AK: Add URLParser relative file URL test
2023-06-18 15:16:08 +02:00
TestUtf8.cpp
AK: Invalidate overlong UTF-8 code point encodings
2023-03-03 11:46:42 -05:00
TestUtf16.cpp
Everywhere: Use _{short_,}string to create Strings from literals
2023-02-25 20:51:49 +01:00
TestVariant.cpp
Tests: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls
2023-06-18 08:47:51 +01:00
TestVector.cpp
AK+Tests: Add Vector::find_first_index_if()
2023-04-13 09:53:47 +02:00
TestWeakPtr.cpp