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-10-02
AK: Add is_trivial and is_trivially_copyable
Tom
2020-10-02
AK: Add formatter for pointer types.
asynts
2020-10-02
AK: Add formatter for boolean values.
asynts
2020-09-29
AK+Format: Add support for integer to character casts.
asynts
2020-09-29
AK: Add NumericLimits specialization for char.
asynts
2020-09-29
AK+Format: Support all format specifiers for strings.
asynts
2020-09-28
AK+Format: Support default index in replacement field.
asynts
2020-09-28
AK+TestSuite: Don't assume that the test passed in output.
asynts
2020-09-28
AK+Format: Keep type information for integers in TypeErasedParameter.
asynts
2020-09-28
AK+Format: Clean up format specifier parsing using GenericLexer.
asynts
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
AK: Use templates instead of Function for Conditions in the GenericLexer
Benoit Lormeau
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-09-27
AK: Clear previous/next link in InlineLinkList::remove
Tom
2020-09-26
AK+Format: Use the new format backend in the implementation.
asynts
2020-09-26
AK+Format: Add new integer to string backend.
asynts
2020-09-26
AK: Enhance GenericLexer's string consumption
Benoit Lormeau
2020-09-26
AK: Alphabetically sort the ctype adapters
Benoit Lormeau
2020-09-26
AK: Added explanatory comments in GenericLexer.h
Benoit Lormeau
2020-09-26
AK: Borrow exact format syntax form std::format.
asynts
2020-09-26
AK: Add GenericLexer::remaining.
asynts
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-09-23
AK: Add outf, warnf and dbgf.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
AK: Allow calling format without arguments.
asynts
2020-09-22
AK: Add missing overload to format.
asynts
2020-09-22
AK: Use format in String::number.
asynts
2020-09-22
AK: Consider long and unsigned long as integral types.
asynts
2020-09-22
AK: Add StringBuilder::appendff using the new format.
asynts
2020-09-22
AK: Remove strtoull dependency from format.
asynts
2020-09-21
AK: Add format function like std::format or fmt::format.
asynts
2020-09-21
AK: Add template deduction guides for Array.
asynts
2020-09-21
AK: Add StringView::substring_view(size_t) overload.
asynts
2020-09-21
AK: Remove BufferStream class.
asynts
2020-09-21
LibAudio: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
AK: Add missing const in Span::operator==.
asynts
2020-09-21
AK: Add OutputMemoryStream::is_end.
asynts
2020-09-15
AK: Add OutputMemoryStream::fill_to_end.
asynts
2020-09-15
AK: Re-add OutputMemoryStream for static buffers only.
asynts
2020-09-15
AK: Remove OutputMemoryStream for DuplexMemoryStream.
asynts
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-12
AK: Fix PrintfImplementation "%x" handling for u32
AnotherTest
2020-09-12
AK: Fix forward-declaration of Array
Ben Wiederhake
2020-09-12
AK: Fix accidentally-recursive call in BitStream
Ben Wiederhake
2020-09-11
AK: Generalise 'PrintfImplementation'
AnotherTest
2020-09-11
AK: Calculate the chunk index correctly in DuplexMemoryStream.
asynts
2020-09-10
AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.
asynts
2020-09-09
AK: Use TypedTransfer in Span::copy_to.
asynts
2020-09-09
AK: Moved TypedTransfer into it's own header.
asynts
[next]