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
2022-12-08
AK: Add formatters for Span<T> and Span<T const>
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
AK: Fix typo in warnln_if()
Sam Atkins
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-02-03
AK: Support formatting Vectors with any inline_capacity
Idan Horowitz
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2021-12-20
AK+LibMain: Improve formatter for AK::Error in userspace
Andreas Kling
2021-12-05
AK: Implement Formatter for ErrorOr<>
Ben Wiederhake
2021-11-17
AK: Add missing return in Formatter<unsigned char[Size]>::format()
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-14
AK: Move StandardFormatter argument into base class initializer
Andrew Kaster
2021-11-14
AK: Avoid implicit conversions in TypeErasedParameter::to_size()
Andrew Kaster
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
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
[next]