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-09
AK: Add formatter for LexcialPath.
asynts
2020-10-09
AK+Format: Remove new_dbg(dbg) and raw_dbg.
asynts
2020-10-08
Endian: constexpr constructors and conversion operators
Lenny Maiorani
2020-10-08
AK: Make StringView hashable
Matthew Olsson
2020-10-08
AK: Use new format functions.
asynts
2020-10-08
AK: Add formatter for StringImpl.
asynts
2020-10-08
AK+Format: Make it possible to format characters as integers.
asynts
2020-10-08
AK+Format: Add SFINAE wrapper 'FormatIfSupported'.
asynts
2020-10-08
AK+Format: Add overloads with const char* for outln, warnln and dbgln.
asynts
2020-10-08
AK+Format: Add overloads without arguments to outln, warnln and dbgln.
asynts
2020-10-08
AK+Format: Use pointer mode for pointers by default.
asynts
2020-10-08
VariadicFormatParams: Use initialized data to create parent class
Lenny Maiorani
2020-10-08
Formatter: Remove extraneous char definition
Lenny Maiorani
2020-10-06
AK: Make Vector::remove_first_matching() signal if anything was removed
Andreas Kling
2020-10-06
AK: Use StringImpl::operator== in FlyString
Andreas Kling
2020-10-06
IRCClient: Use new format functions.
asynts
2020-10-06
AK+Format: Make it possible to format string literals as pointers.
asynts
2020-10-06
AK+Format: Exclude prefix from width calculation.
asynts
2020-10-06
AK: check fractional string has_value() in JsonParser
Tucker Polomik
2020-10-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
2020-10-05
AK: Add formatter for NonnullRefPtr<T>.
asynts
2020-10-04
LibIPC: Make IPC::encode() and ::decode() fail at compiletime when used
AnotherTest
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-04
AK: Add Formatter for FlyString :^)
Andreas Kling
2020-10-04
AK: Add formatter for URL.
asynts
2020-10-04
AK: Add special formatter for char.
asynts
2020-10-03
AK: Replace a write_or_error call with write.
asynts
2020-10-03
AK: Make Buffered<T> non-copyable.
asynts
2020-10-03
AK: Add missing Bytes::slice call in Buffered<T>.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
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
[next]