summaryrefslogtreecommitdiff
path: root/AK/Format.h
AgeCommit message (Expand)Author
2020-10-08AK+Format: Add overloads without arguments to outln, warnln and dbgln.asynts
2020-10-08AK+Format: Use pointer mode for pointers by default.asynts
2020-10-08VariadicFormatParams: Use initialized data to create parent classLenny Maiorani
2020-10-06AK+Format: Make it possible to format string literals as pointers.asynts
2020-10-06AK+Format: Exclude prefix from width calculation.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-04AK: Add Formatter for FlyString :^)Andreas Kling
2020-10-04AK: Add special formatter for char.asynts
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02AK: Add formatter for pointer types.asynts
2020-10-02AK: Add formatter for boolean values.asynts
2020-09-28AK+Format: Support default index in replacement field.asynts
2020-09-28AK+Format: Keep type information for integers in TypeErasedParameter.asynts
2020-09-28AK+Format: Clean up format specifier parsing using GenericLexer.asynts
2020-09-26AK+Format: Use the new format backend in the implementation.asynts
2020-09-26AK: Borrow exact format syntax form std::format.asynts
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-23AK: Add outf, warnf and dbgf.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23AK: Allow calling format without arguments.asynts
2020-09-22AK: Add missing overload to format.asynts
2020-09-22AK: Add StringBuilder::appendff using the new format.asynts
2020-09-22AK: Remove strtoull dependency from format.asynts
2020-09-21AK: Add format function like std::format or fmt::format.asynts