| .. |
|
CMakeLists.txt
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestAllOf.cpp
|
AK: Add tests for AllOf and AnyOf
|
2023-11-18 10:01:29 +01:00 |
|
TestAnyOf.cpp
|
AK: Add tests for AllOf and AnyOf
|
2023-11-18 10:01:29 +01:00 |
|
TestArbitrarySizedEnum.cpp
|
AK: Add an ArbitrarySizedEnum template
|
2022-03-27 18:54:56 +02:00 |
|
TestArray.cpp
|
AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)
|
2023-04-21 20:44:47 +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
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestBinaryHeap.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestBinarySearch.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestBitCast.cpp
|
Everywhere: Run clang-format
|
2022-12-03 23:52:23 +00:00 |
|
TestBitmap.cpp
|
AK: Add randomized tests for Bitmap
|
2023-11-18 10:01:29 +01:00 |
|
TestBitStream.cpp
|
AK: Allow rejecting BitStream reads beyond EOF
|
2023-12-01 12:48:18 +01:00 |
|
TestBuiltinWrappers.cpp
|
AK: Add randomized tests for BuiltinWrappers
|
2023-11-18 10:01:29 +01:00 |
|
TestByteBuffer.cpp
|
AK: Add an option to zero-fill ByteBuffer data upon growth
|
2023-12-27 19:30:39 +01:00 |
|
TestByteString.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
TestCharacterTypes.cpp
|
AK: Test is_ascii, to_ascii_*case over random Unicode samples
|
2023-11-18 10:01:29 +01:00 |
|
TestChecked.cpp
|
Tests: Add tests for Checked<> decrement operator
|
2022-12-08 07:20:14 -05:00 |
|
TestCircularBuffer.cpp
|
Everywhere: Remove needless trailing semi-colons after functions
|
2023-07-08 10:32:56 +01:00 |
|
TestCircularDeque.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestCircularQueue.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestComplex.cpp
|
AK: Fix bugs in Complex += -= + - * / operators
|
2023-11-23 19:54:39 -05:00 |
|
TestDisjointChunks.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestDistinctNumeric.cpp
|
AK: Fix typo in -= operator of DistinctNumeric
|
2023-01-06 12:01:46 +01:00 |
|
TestDoublyLinkedList.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
|
TestDuration.cpp
|
Tests: Fix TestDuration build with 32-bit time_t
|
2023-09-06 07:21:07 -06:00 |
|
TestEndian.cpp
|
AK: Add tests for LittleEndian<enum class>
|
2022-12-28 22:27:19 -05: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
|
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
|
2022-09-15 23:04:46 +00:00 |
|
TestFixedPoint.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestFloatingPoint.cpp
|
AK: Add FloatingPoint.h
|
2022-08-27 12:28:05 +02:00 |
|
TestFloatingPointParsing.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
TestFlyString.cpp
|
AK: Make "foo"_fly_string infallible
|
2023-08-07 16:03:27 +02:00 |
|
TestFormat.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestFuzzyMatch.cpp
|
Tests/AK: Add FuzzyMatch tests
|
2023-10-06 22:09:18 +02:00 |
|
TestGenericLexer.cpp
|
AK: Add GenericLexer::{consume_decimal_integer,peek_string}
|
2023-11-04 18:06:30 +01:00 |
|
TestHashFunctions.cpp
|
AK: Implement SipHash as the default hash algorithm for most use cases
|
2023-10-01 11:06:36 +03:30 |
|
TestHashMap.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
TestHashTable.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
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 |
|
TestInsertionSort.cpp
|
AK: Introduce cutoff to insertion sort for Quicksort
|
2022-12-12 15:03:57 +00:00 |
|
TestIntegerMath.cpp
|
AK: Use correct type when calculating integral exp2()
|
2023-10-27 21:59:44 -04:00 |
|
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
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestIPv6Address.cpp
|
AK: Migrate IPv6Address::to_deprecated_string() to ::to_string()
|
2023-06-09 19:38:14 +01:00 |
|
TestJSON.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestLEB128.cpp
|
AK: Remove the fallible constructor from FixedMemoryStream
|
2023-02-08 17:44:32 +00:00 |
|
TestLexicalPath.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestMACAddress.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestMemory.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestMemoryStream.cpp
|
AK: Use an enum to specify the open mode instead of a bool
|
2023-11-08 18:19:34 +01:00 |
|
TestNeverDestroyed.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
|
TestNonnullOwnPtr.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestNonnullRefPtr.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestNumberFormat.cpp
|
AK+Tests: Add a test for formatting numbers in base 10 units
|
2023-01-02 20:11:18 +00:00 |
|
TestOptional.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestOwnPtr.cpp
|
AK: Fix crash during teardown of self-owning objects
|
2023-04-21 18:15:00 +02:00 |
|
TestPrint.cpp
|
AK: Allow printing wide characters using %ls modifier
|
2022-03-30 11:30:43 +04:30 |
|
TestQueue.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
TestQuickSelect.cpp
|
AK: Testing for AK::quickselect_inline
|
2023-02-03 19:04:15 +01:00 |
|
TestQuickSort.cpp
|
Tests: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls
|
2023-06-18 08:47:51 +01:00 |
|
TestRedBlackTree.cpp
|
AK: Clear minimum when removing last node of RedBlackTree
|
2022-02-10 14:09:39 +00:00 |
|
TestRefPtr.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestSIMD.cpp
|
Tests: Fix building TestSIMD on non-SSE ABIs
|
2023-09-06 07:21:07 -06:00 |
|
TestSinglyLinkedList.cpp
|
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
|
2023-01-02 20:13:24 +00:00 |
|
TestSlugify.cpp
|
AK: Implement slugify function for URL slug generation
|
2023-10-30 10:39:59 +00:00 |
|
TestSourceGenerator.cpp
|
AK: Make SourceGenerator::fork() infallible
|
2023-08-22 13:08:24 +02:00 |
|
TestSourceLocation.cpp
|
Everywhere: Explicitly specify the size in StringView constructors
|
2022-07-12 23:11:35 +02:00 |
|
TestSpan.cpp
|
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2023-02-08 19:15:45 +00:00 |
|
TestStack.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestStatistics.cpp
|
AK: Add thresholds to quickselect_inline and Statistics::Median
|
2023-02-03 19:04:15 +01:00 |
|
TestStdLibExtras.cpp
|
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
2022-01-31 18:23:22 +00:00 |
|
TestString.cpp
|
LibUnicode+Tests: Remove now unused to_unicode_*_full methods
|
2023-11-28 17:15:27 -05:00 |
|
TestStringFloatingPointConversions.cpp
|
AK: Add framework for a unified floating point to string conversion
|
2022-11-03 20:17:09 -06:00 |
|
TestStringUtils.cpp
|
AK/StringUtils: Ensure needle positions don't overlap in replace
|
2023-12-17 12:00:48 -07:00 |
|
TestStringView.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestTrie.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestTuple.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestTypedTransfer.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
|
TestTypeTraits.cpp
|
Everywhere: Remove needless trailing semi-colons after functions
|
2023-07-08 10:32:56 +01:00 |
|
TestUFixedBigInt.cpp
|
AK: Add support for Little/BigEndian<UFixedBigInteger<M>>
|
2023-08-21 13:39:32 +03:30 |
|
TestURL.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestUtf8.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestUtf16.cpp
|
AK: Make "foo"_string infallible
|
2023-08-07 16:03:27 +02:00 |
|
TestVariant.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestVector.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
TestWeakPtr.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |