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
/
Format.h
Age
Commit message (
Expand
)
Author
2021-10-21
AK: Avoid temporary String allocation in Formatter<FormatString>
Daniel Bertalan
2021-10-03
AK: Add a basic formatter for wchar_t
Tim Schumacher
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-07-19
AK: Use new Formatter for each element in Formatter<Vector<T>>
Andrew Kaster
2021-07-19
AK: Use StringView literals in Format to avoid strlen
Andrew Kaster
2021-07-13
AK: Add Formatter for Vector
kleines Filmröllchen
2021-07-02
AK: Support long doubles in format strings
Hediadyoin1
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-17
AK: Add a :hex-dump mode to AK::Format
Ali Mohammad Pur
2021-05-31
AK: Add Formatter<unsigned char[Size]>
Linus Groh
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
AK/Format: Compute TypeErasedParameter type and size at compile-time
Lenny Maiorani
2021-04-21
AK/Format: Fix incorrectly non-inlined variable templates
Lenny Maiorani
2021-04-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
2021-04-16
AK: Add outln_if and warnln_if
Hendiadyoin1
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-24
AK: Make dbgln_if() avoid evaluating the arguments when disabled
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-12
AK: Set DBGLN_NO_COMPILETIME_FORMAT_CHECK for any clang, not just < 12
Linus Groh
2021-02-12
Revert "AK: Fix build with Clang>=12"
Linus Groh
2021-02-10
AK: Fix build with Clang>=12
AnotherTest
2021-02-08
AK: Add dbgln() format checking
AnotherTest
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-23
AK+Format: Add dmesgln() to replace klog().
asynts
2021-01-22
AK: Add set_debug_enabled method.
asynts
2021-01-16
AK: Add enabled template parameter to dbgln.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-02
Piggyback: AK: Add formatter for std::nullptr_t.
asynts
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-29
AK+Format: Accept unsigned long in replacement fields.
asynts
2020-11-09
AK: Add formatters for floating point numbers.
asynts
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-10-17
AK+Format: Add outln(FILE*, ...) overload.
asynts
2020-10-09
AK+Format: Remove new_dbg(dbg) and raw_dbg.
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-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-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-04
AK: Add Formatter for FlyString :^)
Andreas Kling
[next]