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-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
2020-08-13
AK: Add initial support for obscure IPv4 address notations
Panagiotis Vasilopoulos
2020-08-12
AK: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
AK: Span<T>::operator=(const T&) => Span<T>::operator=(const Span<T>&)
AnotherTest
2020-08-10
AK: Add test case for duplicate JsonObject keys
Linus Groh
2020-08-10
AK: Don't keep equal JsonObject keys in the order vector twice
Linus Groh
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake
2020-08-10
AK: TestSuite's main should return 0
Ben Wiederhake
2020-08-10
disasm: Insert symbol names in disassembly stream
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-08-09
AK: Add a GenericLexer and extend the JsonParser with it (#2696)
Benoît Lormeau
2020-08-07
AK: Add static_ptr_cast support for the Userspace<T> pointer type
Brian Gianforcaro
2020-08-07
AK: Remove unnecessary clang-format off comments.
asynts
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-08-06
AK: Remove Stream::operator bool()
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-06
LibDebug: Use InputMemoryStream instead of BufferStream.
asynts
2020-08-06
AK: Add InputStream abstraction and InputMemoryStream implementation.
asynts
[next]