summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2021-04-12AK: Fix StringView::find_last_of for one-character viewsTimothy Flynn
2021-04-12AK: Add a predicate variant of StringView::split_viewTimothy Flynn
2021-04-12AK: Implement IntrusiveRedBlackTree containerIdan Horowitz
2021-04-12AK: Implement RedBlackTree containerIdan Horowitz
2021-04-11AK: Update LexicalPath::relative_path to work for '/' prefixTim Waterhouse
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-08Format: Strip trailing zeroes from floating point valuesJelle Raaijmakers
2021-04-08Tests: Merge duplicate TestFormat test into AK directoryJelle Raaijmakers
2021-04-02AK: Add tests for HashTablethislooksfun
2021-03-28AK: Add IsSigned conterpart to IsUnsigned.Michel Hermier
2021-03-28AK: Remove IsSigned<char> test as it is platform/compiler dependant.Michel Hermier
2021-03-27AK: Add complex number libraryCesar Torres
2021-03-23AK: Implement bit_castOleg Sikorskiy
2021-03-17AK: Implement terabytes, petabytes, exabytesJean-Baptiste Boric
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-17AK: Tests: TestURL: Add port_int_overflow_wrap testBrendan Coles
2021-03-13AK: Implement minimum BinaryHeapIdan Horowitz
2021-03-13AK: Fix some overflows/underflows that weren't properly handledBen Wiederhake
2021-03-08AK: Add AK_ENUM_BITWISE_OPERATORS(..) to enable type-safe enum bitwise operat...Brian Gianforcaro
2021-03-08AK: Take advantage of constexpr in Time and add time conversion methodsTom
2021-03-07AK+Tests: Also test Checked<> with unsignedBen Wiederhake
2021-03-05AK: Implement IsEnum<T> and UnderlyingType<T> type traitsBrian Gianforcaro
2021-03-02AK: Make Time more usableBen Wiederhake
2021-03-02AK: Implement C++ 'Time' type for easier time-calculationsBen Wiederhake
2021-03-02AK+Tests: Test Checked for main functionalityBen Wiederhake
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-27AK: Use Array iterator instead of indexing outside Array boundsAndreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-24AK: Add support for AK::StringView literals with operator""svBrian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK+Kernel+Userland: Enable some more compiletime format string checksAnotherTest
2021-02-23AK: Untangle TestSuite assertions a bitAnotherTest
2021-02-21AK: Add String{,Utils}::to_snakecase()Linus Groh
2021-02-20AK+LibC: Remove dbgprintf() :^)Andreas Kling
2021-02-12AK: Remove operators && and || from DistinctNumericAndreas Kling
2021-02-12AK: Add formatter for DistinctNumericAndreas Kling
2021-02-10AK: Make IsUnsigned<T> behave as you would expectAndreas Kling
2021-02-01AK: Make single pivot quick_sort guarantee a max stack depth of log(n)Mart G
2021-01-15Badge: Access to underlying typeLenny Maiorani
2021-01-15AK: Implement generic any_of algorithmLenny Maiorani
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11SinglyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11DoublyLinkedList: Implement `find` in terms of `AK::find`Lenny Maiorani
2021-01-11Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...Lenny Maiorani
2021-01-11AK: Find a value in any container offering iteratorsLenny Maiorani
2021-01-10TestTypeTraits: Fix incorrectly namespaced nullptr_tLenny Maiorani
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-03AK: Add String{,View}::is_whitespace()AnotherTest