summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
2020-10-17CircularQueue: Ensure constructor does not construct any valuesLenny Maiorani
2020-10-17AK+Format: Add outln(FILE*, ...) overload.asynts
2020-10-17BinarySearch: constexpr supportLenny Maiorani
2020-10-16Span: constexpr supportLenny Maiorani
2020-10-16AK: Add some more checks to the HashMap testAndreas Kling
2020-10-15AK: Improve HashMap tests a little bitAndreas Kling
2020-10-13Base64: Pre-allocate size of input and outputLenny Maiorani
2020-10-12AK: Add SourceGenerator class.asynts
2020-10-08Endian: constexpr constructors and conversion operatorsLenny Maiorani
2020-10-08AK+Format: Add SFINAE wrapper 'FormatIfSupported'.asynts
2020-10-08AK+Format: Use pointer mode for pointers by default.asynts
2020-10-06IRCClient: Use new format functions.asynts
2020-10-06AK+Format: Make it possible to format string literals as pointers.asynts
2020-10-06AK+Format: Exclude prefix from width calculation.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02AK: Add formatter for pointer types.asynts
2020-10-02AK: Add formatter for boolean values.asynts
2020-09-29AK+Format: Add support for integer to character casts.asynts
2020-09-29AK+Format: Support all format specifiers for strings.asynts
2020-09-28AK+Format: Support default index in replacement field.asynts
2020-09-28AK+Format: Keep type information for integers in TypeErasedParameter.asynts
2020-09-28AK+Format: Clean up format specifier parsing using GenericLexer.asynts
2020-09-26AK+Format: Use the new format backend in the implementation.asynts
2020-09-26AK+Format: Add new integer to string backend.asynts
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23AK: Allow calling format without arguments.asynts
2020-09-22AK: Add missing overload to format.asynts
2020-09-22AK: Consider long and unsigned long as integral types.asynts
2020-09-21AK: Add format function like std::format or fmt::format.asynts
2020-09-15AK: Re-add OutputMemoryStream for static buffers only.asynts
2020-09-15AK: Remove OutputMemoryStream for DuplexMemoryStream.asynts
2020-09-09AK: Moved TypedTransfer into it's own header.asynts
2020-09-09AK: Add Bitmap::find_one_anywhere and optimize Bitmap::find_firstTom
2020-09-08AK: Remove FixedArray class.asynts
2020-09-08Refactor: Replace usages of FixedArray with Array.asynts
2020-09-08AK: Add Array<T, Size> template.asynts
2020-09-06AK: Add Bitmap::count_in_range and Bitmap::fill_rangeTom
2020-09-06LibCompress: Simplify logic in deflate implementation.asynts
2020-09-01AK: Add OutputMemoryStream class.asynts
2020-09-01AK: Move memory streams into their own header.asynts
2020-09-01AK: Remove history from DuplexMemoryStream.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-29AK: Don't swap endianness when writing endian wrappers to stream.asynts
2020-08-27Tests: Document 'missing' testsBen Wiederhake
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-08-26AK: Fix the signature of binary_search.asynts
2020-08-26AK: Demonstrate and fix CheckedBen Wiederhake