summaryrefslogtreecommitdiff
path: root/AK/Tests
AgeCommit message (Expand)Author
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
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23AK: Add tests for human_readable_size()Ben Wiederhake
2020-08-22AK: Prevent confusing silent misuse of ByteBufferBen Wiederhake
2020-08-22AK: Demonstrate surprising ByteBuffer behaviorBen Wiederhake
2020-08-22AK: Move include <AK/TestSuite.h> to the top.asynts
2020-08-22AK: Remove test case that doesn't test anything.asynts
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20AK: Add DuplexMemoryStream class.asynts
2020-08-20AK: Rename error() to has_error() for streams.asynts
2020-08-20AK: Remove fatal() from InputStream.asynts
2020-08-20AK: Rename TestMemoryStream.cpp to TestStream.cpp.asynts
2020-08-12AK: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-10AK: Add test case for duplicate JsonObject keysLinus Groh
2020-08-10AK: Implement and test DistinctNumeric classBen Wiederhake
2020-08-06AK: Add InputStream abstraction and InputMemoryStream implementation.asynts
2020-08-06AK: Rename Tests/Span.cpp to Tests/TestSpan.cpp.asynts
2020-08-06AK: Fix broken symlink used by JSON testAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05AK: Fix StringUtils tests to actually observe return value.Brian Gianforcaro
2020-08-04AK: Remove an unused variable in the Span test (#2985)Uma Sankar
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-02AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)Muhammad Zahalqa
2020-08-02AK: Remove relative_paths test from TestLexicalPathBrian Gianforcaro
2020-07-30AK: Add (more) tests for String(View)::split*AnotherTest
2020-07-28AK: Make String::substring() return non-null for 0-length stringsPeter Elliott