tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Tests
/
AK
/
at
master
87 files
CMakeLists.txt
AK: Add `AK::SIMD::exp_approximate`
3 years ago
TestAllOf.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
4 years ago
TestAnyOf.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
4 years ago
TestArbitrarySizedEnum.cpp
AK: Add an ArbitrarySizedEnum template
4 years ago
TestArray.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
TestAtomic.cpp
Tests: Move AK tests to Tests/AK
4 years ago
TestBadge.cpp
Tests: Move AK tests to Tests/AK
4 years ago
TestBase64.cpp
AK: Stop using `DeprecatedString` in Base64 encoding
3 years ago
TestBinaryHeap.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestBinarySearch.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestBitCast.cpp
Everywhere: Run clang-format
3 years ago
TestBitStream.cpp
Everywhere: Remove the `AK::` qualifier from Stream usages
3 years ago
TestBitmap.cpp
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
3 years ago
TestBuiltinWrappers.cpp
AK: Add BuiltinWrappers.h
4 years ago
TestByteBuffer.cpp
AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)Bytes
3 years ago
TestCharacterTypes.cpp
Tests: Reduce runtime of TestCharacterTypes
4 years ago
TestChecked.cpp
Tests: Add tests for Checked<> decrement operator
3 years ago
TestCircularBuffer.cpp
AK+Test: Fix a logic error in `CircularBuffer::offset_of()`
3 years ago
TestCircularDeque.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestCircularQueue.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestComplex.cpp
Tests: Move AK tests to Tests/AK
4 years ago
TestDeprecatedString.cpp
AK: Fix DeprecatedString::bijective_base_from for large numbers
3 years ago
TestDisjointChunks.cpp
AK: Remove `try_` prefix from FixedArray creation functions
3 years ago
TestDistinctNumeric.cpp
AK: Fix typo in -= operator of DistinctNumeric
3 years ago
TestDoublyLinkedList.cpp
Everywhere: Run clang-format
4 years ago
TestEndian.cpp
AK: Add tests for LittleEndian<enum class>
3 years ago
TestEnumBits.cpp
AK/Tests: Add test for EnumBits has_any_flag()
4 years ago
TestFind.cpp
Tests: Remove unused header includes
4 years ago
TestFixedArray.cpp
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
3 years ago
TestFixedPoint.cpp
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
3 years ago
TestFloatingPoint.cpp
AK: Add `FloatingPoint.h`
4 years ago
TestFloatingPointParsing.cpp
AK: Remove i686 support
3 years ago
TestFlyString.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
TestFormat.cpp
AK: Add formatters for Span<T> and Span<T const>
3 years ago
TestGenericLexer.cpp
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
3 years ago
TestHashFunctions.cpp
AK: Remove unused `rehash_for_collision`
3 years ago
TestHashMap.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
TestHashTable.cpp
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
3 years ago
TestHex.cpp
Tests: Move AK tests to Tests/AK
4 years ago
TestIPv4Address.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
TestIPv6Address.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
TestIndexSequence.cpp
AK+Everywhere: Stop including Vector.h from StringView.h
4 years ago
TestInsertionSort.cpp
AK: Introduce cutoff to insertion sort for Quicksort
4 years ago
TestIntegerMath.cpp
AK: Introduce IntegralMath.h starting with pow<I>
4 years ago
TestIntrusiveList.cpp
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
4 years ago
TestIntrusiveRedBlackTree.cpp
Everywhere: Remove NonnullOwnPtr.h includes
3 years ago
TestJSON.cpp
Tests: Replace uses of JsonObject::get_deprecated()/get_ptr()
3 years ago
TestLEB128.cpp
AK: Remove the fallible constructor from `FixedMemoryStream`
3 years ago
TestLexicalPath.cpp
AK: Create relative path even if prefix is not an ancestor of the path
3 years ago
TestMACAddress.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
TestMemory.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestMemoryStream.cpp
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
3 years ago
TestNeverDestroyed.cpp
Everywhere: Run clang-format
4 years ago
TestNonnullRefPtr.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestNumberFormat.cpp
AK+Tests: Add a test for formatting numbers in base 10 units
3 years ago
TestOptional.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestOwnPtr.cpp
AK+Everywhere: Move custom deleter capability to OwnPtr
3 years ago
TestPrint.cpp
AK: Allow printing wide characters using %ls modifier
4 years ago
TestQueue.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestQuickSelect.cpp
AK: Testing for `AK::quickselect_inline`
3 years ago
TestQuickSort.cpp
Everywhere: Run clang-format
4 years ago
TestRedBlackTree.cpp
AK: Clear minimum when removing last node of RedBlackTree
4 years ago
TestRefPtr.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestSIMD.cpp
AK: Add `AK::SIMD::exp_approximate`
3 years ago
TestSinglyLinkedList.cpp
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
3 years ago
TestSourceGenerator.cpp
Tests: Move AK tests to Tests/AK
4 years ago
TestSourceLocation.cpp
Everywhere: Explicitly specify the size in StringView constructors
3 years ago
TestSpan.cpp
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
TestStack.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestStatistics.cpp
AK: Add thresholds to `quickselect_inline` and `Statistics::Median`
3 years ago
TestStdLibExtras.cpp
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
4 years ago
TestString.cpp
Everywhere: Remove unintentional partial stream reads and writes
3 years ago
TestStringFloatingPointConversions.cpp
AK: Add framework for a unified floating point to string conversion
3 years ago
TestStringUtils.cpp
AK: Ensure string types are actually considered hash-compatible
3 years ago
TestStringView.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestTime.cpp
AK: Reimplement comparisons on AK::Time using operator<=>
3 years ago
TestTrie.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestTuple.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
TestTypeTraits.cpp
Everywhere: Remove unused includes of AK/StdLibExtras.h
3 years ago
TestTypedTransfer.cpp
Everywhere: Run clang-format
4 years ago
TestUFixedBigInt.cpp
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
3 years ago
TestURL.cpp
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
3 years ago
TestUtf16.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
TestUtf8.cpp
AK: Invalidate overlong UTF-8 code point encodings
3 years ago
TestVariant.cpp
AK: Specialize TypeList for Variant types
3 years ago
TestVector.cpp
Everywhere: Remove NonnullOwnPtr.h includes
3 years ago
TestWeakPtr.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago