summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
2020-09-06AK: Vector use Traits<T>::equals in findMuhammad Zahalqa
2020-09-06AK: SinglyLinkedList use Traits<T>::equals in findMuhammad Zahalqa
2020-09-06AK: Add Bitmap::count_in_range and Bitmap::fill_rangeTom
2020-09-06AK: Add LogStream overload for ReadonlyBytes.asynts
2020-09-06AK: Add JsonObject::remove()Andreas Kling
2020-09-06LibCompress: Simplify logic in deflate implementation.asynts
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-06AK: Add Buffered<T> which wraps a stream, adding input buffering.asynts
2020-09-06AK: Add log stream operator overload for Span.asynts
2020-09-05AK: Make all DoublyLinkedList search methods use Traits<T>::equals (#3404)Muhammad Zahalqa
2020-09-01AK: Add OutputMemoryStream class.asynts
2020-09-01AK: Add DuplexMemoryStream::copy_into_contiguous_buffer.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-31AK: Add is_any_of(StringView) to GenericLexerAnotherTest
2020-08-30AK: Make %llx work in printfNico Weber
2020-08-30AK: Add String::copy_characters_to_buffer()Sergey Bugaev
2020-08-30AK: Fix FixedArray zero bytes allocationsTom
2020-08-30AK: Fix ByteBuffer zero bytes allocationsTom
2020-08-30AK: Add missing declaration in StringImpl.cppAndreas Kling
2020-08-30AK: Stream operators for String for generic streams.asynts
2020-08-30AK: Add Optional::emplace method.asynts
2020-08-30AK: Provide off-switch for dbg() outputBen Wiederhake
2020-08-30AK: Unbreak building with extra debug macrosBen Wiederhake
2020-08-29AK: Don't swap endianness when writing endian wrappers to stream.asynts
2020-08-27AK: Define MakeUnsigned and MakeSigned for char.asynts
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-27Tests: Document 'missing' testsBen Wiederhake
2020-08-26AK: Add InputBitStream class.asynts
2020-08-26AK: Add CircularDuplexStream class.asynts
2020-08-26AK: Fix the signature of binary_search.asynts
2020-08-26AK: Add stream operators for Optional.asynts
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epochNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-26AK: Demonstrate and fix CheckedBen Wiederhake
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-25AK: TestSuite: Define assert macros with do { } while(0). (#3292)Paul Scharnofske
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-24AK: Add URL::create_with_data() to create data URLsAnotherTest
2020-08-24AK: Document that String{,Impl} contains NUL-terminatorBen Wiederhake
2020-08-24AK: Remove redundant declaration in String.cppBen Wiederhake
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23AK: Add tests for human_readable_size()Ben Wiederhake
2020-08-23AK: Print RHS and LHS in EXPECT_EQ if we canBen Wiederhake
2020-08-23AK: Add operator== to AK::OptionalPeter Elliott