summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-22AK: Prefer snprintf over sprintfBen Wiederhake
2020-08-22AK+Kernel: Support snprintfBen Wiederhake
2020-08-22AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.asynts
2020-08-22AK: Prevent confusing silent misuse of Userspace<T>Ben Wiederhake
2020-08-22AK: Fix description of DistinctNumeric around operator boolBen Wiederhake
2020-08-22AK: Prevent confusing silent misuse of ByteBufferBen Wiederhake
2020-08-22AK: Demonstrate surprising ByteBuffer behaviorBen Wiederhake
2020-08-22Revert "Kernel: Move Singleton class to AK"Andreas Kling
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22AK: Make some tweaks in TestSuite.h.asynts
2020-08-22AK: Remove <chrono> requirement from TestSuite.h.asynts
2020-08-22AK: Remove exceptions from TestSuite.h.asynts
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-22AK: Get rid of make_singleton functionTom
2020-08-22Kernel: Move Singleton class to AKTom
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-21AK: Add Stream::offset_of(ReadonlyBytes)AnotherTest
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20AK: Add DuplexMemoryStream class.asynts
2020-08-20AK: Remove unnecessary FIXME comments from Stream.h.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-20AK: Add StringView(ReadonlyBytes) constructor.asynts