index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestFormat.cpp
Age
Commit message (
Expand
)
Author
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2022-12-08
AK: Add formatters for Span<T> and Span<T const>
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-14
Tests: Remove some temporary files when finished using them
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-10-31
AK+Tests: Fix formatting of infinity and NaN values
Daniel Bertalan
2021-10-03
AK: Add a basic formatter for wchar_t
Tim Schumacher
2021-07-19
AK: Use new Formatter for each element in Formatter<Vector<T>>
Andrew Kaster
2021-07-18
AK: Allow setting both width and precision when formatting a string
Timothy Flynn
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-19
AK: Add support for keeping trailing zeros in fixed precision floats
Idan Horowitz
2021-06-17
AK: Add some tests for hexdump formatting
Ali Mohammad Pur
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro