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
/
Tests
/
TestFormat.cpp
Age
Commit message (
Expand
)
Author
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0
Matthew Olsson
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-08
Format: Strip trailing zeroes from floating point values
Jelle Raaijmakers
2021-04-08
Tests: Merge duplicate TestFormat test into AK directory
Jelle Raaijmakers
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Kernel+Userland: Enable some more compiletime format string checks
AnotherTest
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-08
AK+Format: Add SFINAE wrapper 'FormatIfSupported'.
asynts
2020-10-08
AK+Format: Use pointer mode for pointers by default.
asynts
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-02
AK+Format: Do some housekeeping in the format implementation.
asynts
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+Format: Support all format specifiers for strings.
asynts
2020-09-28
AK+Format: Support default index in replacement field.
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-26
AK+Format: Use the new format backend in the implementation.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
AK: Allow calling format without arguments.
asynts
2020-09-22
AK: Add missing overload to format.
asynts
2020-09-22
AK: Consider long and unsigned long as integral types.
asynts
2020-09-21
AK: Add format function like std::format or fmt::format.
asynts