index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2020-08-24
AK: Document that String{,Impl} contains NUL-terminator
Ben Wiederhake
2020-08-24
AK: Remove redundant declaration in String.cpp
Ben Wiederhake
2020-08-23
AK: Fix human_readable_size corner cases
Ben Wiederhake
2020-08-23
AK: Add tests for human_readable_size()
Ben Wiederhake
2020-08-23
AK: Print RHS and LHS in EXPECT_EQ if we can
Ben Wiederhake
2020-08-23
AK: Add operator== to AK::Optional
Peter Elliott
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-22
AK: Prefer snprintf over sprintf
Ben Wiederhake
2020-08-22
AK+Kernel: Support snprintf
Ben Wiederhake
2020-08-22
AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.
asynts
2020-08-22
AK: Prevent confusing silent misuse of Userspace<T>
Ben Wiederhake
2020-08-22
AK: Fix description of DistinctNumeric around operator bool
Ben Wiederhake
2020-08-22
AK: Prevent confusing silent misuse of ByteBuffer
Ben Wiederhake
2020-08-22
AK: Demonstrate surprising ByteBuffer behavior
Ben Wiederhake
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Make some tweaks in TestSuite.h.
asynts
2020-08-22
AK: Remove <chrono> requirement from TestSuite.h.
asynts
2020-08-22
AK: Remove exceptions from TestSuite.h.
asynts
2020-08-22
AK: Move include <AK/TestSuite.h> to the top.
asynts
2020-08-22
AK: Remove test case that doesn't test anything.
asynts
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-21
AK: Add Stream::offset_of(ReadonlyBytes)
AnotherTest
2020-08-21
AK+LibC+Kernel: Move the implementation of memmem to AK
AnotherTest
2020-08-20
LibCompress: Turn the DEFLATE implementation into a stream.
asynts
2020-08-20
AK: Add DuplexMemoryStream class.
asynts
2020-08-20
AK: Remove unnecessary FIXME comments from Stream.h.
asynts
2020-08-20
AK: Rename error() to has_error() for streams.
asynts
2020-08-20
AK: Remove fatal() from InputStream.
asynts
2020-08-20
AK: Rename TestMemoryStream.cpp to TestStream.cpp.
asynts
2020-08-20
AK: Add StringView(ReadonlyBytes) constructor.
asynts
2020-08-20
AK: Span: Fix signature of copy_to() and copy_trimmed_to().
asynts
2020-08-20
AK: Span: Allow slicing with zero length.
asynts
2020-08-17
AK: Add SFINAE fallback for AK C++ concepts use, for Coverity compiler
Brian Gianforcaro
2020-08-17
AK: Always call memmove in Span instead of memcpy.
asynts
2020-08-16
AK: Use IEC prefixes in human_readable_format
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-15
AK: Add slice() overload to Span.
asynts
2020-08-15
AK: Add fill() method to Span.
asynts
2020-08-15
AK: Add copy_to() and move_to() methods to AK::Span.
asynts
2020-08-15
AK: Add bytes() method to FixedArray.
asynts
2020-08-15
AK: Remove incorrect static assert in Span.h.
asynts
2020-08-15
Meta: Install source files at /usr/src/serenity
Itamar
2020-08-14
AK: Fix obvious bad vector access in IPv4Address::from_string()
Andreas Kling
2020-08-13
AK: Fix bad vector access in two-part IPv4 address parsing
Andreas Kling
[next]