summaryrefslogtreecommitdiff
path: root/AK
AgeCommit message (Expand)Author
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
2020-08-20AK: Span: Fix signature of copy_to() and copy_trimmed_to().asynts
2020-08-20AK: Span: Allow slicing with zero length.asynts
2020-08-17AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compilerBrian Gianforcaro
2020-08-17AK: Always call memmove in Span instead of memcpy.asynts
2020-08-16AK: Use IEC prefixes in human_readable_formatNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-16AK: HashTable add a constructor that allows preallocation of capacity + Use i...Muhammad Zahalqa
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-15AK: Add slice() overload to Span.asynts
2020-08-15AK: Add fill() method to Span.asynts
2020-08-15AK: Add copy_to() and move_to() methods to AK::Span.asynts
2020-08-15AK: Add bytes() method to FixedArray.asynts
2020-08-15AK: Remove incorrect static assert in Span.h.asynts
2020-08-15Meta: Install source files at /usr/src/serenityItamar
2020-08-14AK: Fix obvious bad vector access in IPv4Address::from_string()Andreas Kling
2020-08-13AK: Fix bad vector access in two-part IPv4 address parsingAndreas Kling