.. |
CMakeLists.txt
|
AK: Add thresholds to quickselect_inline and Statistics::Median
|
2023-02-03 19:04:15 +01:00 |
TestAllOf.cpp
|
|
|
TestAnyOf.cpp
|
|
|
TestArbitrarySizedEnum.cpp
|
|
|
TestArray.cpp
|
|
|
TestAtomic.cpp
|
|
|
TestBadge.cpp
|
|
|
TestBase64.cpp
|
AK: Stop using DeprecatedString in Base64 encoding
|
2022-12-20 10:34:19 +01:00 |
TestBinaryHeap.cpp
|
|
|
TestBinarySearch.cpp
|
|
|
TestBitCast.cpp
|
|
|
TestBitmap.cpp
|
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
|
2022-12-22 15:48:53 +01:00 |
TestBitStream.cpp
|
AK: Remove the fallible constructor from LittleEndianInputBitStream
|
2023-02-08 17:44:32 +00:00 |
TestBuiltinWrappers.cpp
|
|
|
TestByteBuffer.cpp
|
AK: Fix all quadratic-time append-loops over ByteBuffer
|
2023-01-31 16:58:25 +01:00 |
TestCharacterTypes.cpp
|
|
|
TestChecked.cpp
|
Tests: Add tests for Checked<> decrement operator
|
2022-12-08 07:20:14 -05:00 |
TestCircularBuffer.cpp
|
AK+Test: Fix a logic error in CircularBuffer::offset_of()
|
2023-01-15 23:23:24 +00:00 |
TestCircularDeque.cpp
|
|
|
TestCircularQueue.cpp
|
|
|
TestComplex.cpp
|
|
|
TestDeprecatedMemoryStream.cpp
|
AK: Deprecate the old AK::Stream
|
2023-01-29 19:16:44 -07:00 |
TestDeprecatedString.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
TestDisjointChunks.cpp
|
AK: Remove try_ prefix from FixedArray creation functions
|
2023-01-28 22:41:36 +01:00 |
TestDistinctNumeric.cpp
|
AK: Fix typo in -= operator of DistinctNumeric
|
2023-01-06 12:01:46 +01:00 |
TestDoublyLinkedList.cpp
|
|
|
TestEndian.cpp
|
AK: Add tests for LittleEndian<enum class>
|
2022-12-28 22:27:19 -05:00 |
TestEnumBits.cpp
|
|
|
TestFind.cpp
|
|
|
TestFixedArray.cpp
|
|
|
TestFixedPoint.cpp
|
AK: Print leading zeroes after the dot for FixedPoint numbers
|
2023-01-24 13:24:21 +01:00 |
TestFloatingPoint.cpp
|
|
|
TestFloatingPointParsing.cpp
|
AK: Remove i686 support
|
2022-12-28 11:53:41 +01:00 |
TestFlyString.cpp
|
AK: Implement FlyString for the new String class
|
2023-01-12 11:23:58 +01:00 |
TestFormat.cpp
|
AK: Add formatters for Span<T> and Span<T const>
|
2022-12-08 17:14:48 +01:00 |
TestGenericLexer.cpp
|
|
|
TestHashFunctions.cpp
|
AK: Rename double_hash to rehash_for_collision
|
2023-01-21 10:36:14 +01:00 |
TestHashMap.cpp
|
AK: Define HashMap::take to find and remove a value from the map
|
2023-02-02 19:14:00 +00:00 |
TestHashTable.cpp
|
|
|
TestHex.cpp
|
|
|
TestIndexSequence.cpp
|
|
|
TestInsertionSort.cpp
|
AK: Introduce cutoff to insertion sort for Quicksort
|
2022-12-12 15:03:57 +00:00 |
TestIntegerMath.cpp
|
|
|
TestIntrusiveList.cpp
|
|
|
TestIntrusiveRedBlackTree.cpp
|
|
|
TestIPv4Address.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
TestIPv6Address.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
TestJSON.cpp
|
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-01-26 09:57:14 -05:00 |
TestLEB128.cpp
|
AK: Make LEB128 decoding work with read_value
|
2023-02-04 18:41:27 -07:00 |
TestLexicalPath.cpp
|
AK: Create relative path even if prefix is not an ancestor of the path
|
2022-12-14 15:11:03 +00:00 |
TestMACAddress.cpp
|
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2022-12-06 08:54:33 +01:00 |
TestMemory.cpp
|
|
|
TestMemoryStream.cpp
|
AK: Move memory streams from LibCore
|
2023-01-29 19:16:44 -07:00 |
TestNeverDestroyed.cpp
|
|
|
TestNonnullRefPtr.cpp
|
|
|
TestNumberFormat.cpp
|
AK+Tests: Add a test for formatting numbers in base 10 units
|
2023-01-02 20:11:18 +00:00 |
TestOptional.cpp
|
|
|
TestOwnPtr.cpp
|
AK+Everywhere: Move custom deleter capability to OwnPtr
|
2022-12-17 16:00:08 -05:00 |
TestPrint.cpp
|
|
|
TestQueue.cpp
|
|
|
TestQuickSelect.cpp
|
AK: Testing for AK::quickselect_inline
|
2023-02-03 19:04:15 +01:00 |
TestQuickSort.cpp
|
|
|
TestRedBlackTree.cpp
|
|
|
TestRefPtr.cpp
|
|
|
TestSinglyLinkedList.cpp
|
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
|
2023-01-02 20:13:24 +00:00 |
TestSourceGenerator.cpp
|
|
|
TestSourceLocation.cpp
|
|
|
TestSpan.cpp
|
Everywhere: Remove unused includes of AK/StdLibExtras.h
|
2023-01-02 20:27:20 -05:00 |
TestStack.cpp
|
|
|
TestStatistics.cpp
|
AK: Add thresholds to quickselect_inline and Statistics::Median
|
2023-02-03 19:04:15 +01:00 |
TestStdLibExtras.cpp
|
|
|
TestString.cpp
|
AK: Add String::trim
|
2023-01-28 00:13:46 +00:00 |
TestStringFloatingPointConversions.cpp
|
|
|
TestStringUtils.cpp
|
AK: Ensure string types are actually considered hash-compatible
|
2023-02-02 19:14:00 +00:00 |
TestStringView.cpp
|
|
|
TestTime.cpp
|
AK: Reimplement comparisons on AK::Time using operator<=>
|
2023-01-07 14:51:04 +01:00 |
TestTrie.cpp
|
|
|
TestTuple.cpp
|
|
|
TestTypedTransfer.cpp
|
|
|
TestTypeTraits.cpp
|
Everywhere: Remove unused includes of AK/StdLibExtras.h
|
2023-01-02 20:27:20 -05:00 |
TestUFixedBigInt.cpp
|
Everywhere: Remove unused includes of AK/Format.h
|
2023-01-02 20:27:20 -05:00 |
TestURL.cpp
|
AK: Use base URL when the specified URL is empty
|
2023-01-06 13:59:17 -07:00 |
TestUtf8.cpp
|
|
|
TestUtf16.cpp
|
AK: Add Utf16View::to_utf8 to convert the view to a UTF-8 AK::String
|
2023-01-09 23:00:24 +00:00 |
TestVariant.cpp
|
AK: Specialize TypeList for Variant types
|
2022-12-26 09:36:16 +01:00 |
TestVector.cpp
|
Everywhere: Fix badly-formatted includes
|
2023-01-02 11:06:15 -05:00 |
TestWeakPtr.cpp
|
|
|