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.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-05-24
Everywhere: Use MonotonicTime instead of Duration
kleines Filmröllchen
2023-05-18
AK: Add dbg()
Nico Weber
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-02-24
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Liav A
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-01-24
AK: Print leading zeroes after the dot for FixedPoint numbers
Nico Weber
2023-01-18
AK: Unify kernel debug messages, avoid printing time if unavailable
konrad
2023-01-06
AK: Support fixed point formatting to print real numbers
Lucas CHOLLET
2023-01-06
AK: Rename `StandardFormatter::Mode::Float` => `FixedPoint`
Lucas CHOLLET
2022-12-11
AK: Allow non-ascii characters to be printed
Ali Mohammad Pur
2022-12-11
AK: Ignore "alternative" formatting of StringView instead of crashing
Ali Mohammad Pur
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-17
Kernel/aarch64: Initialize TimeManagement in init.cpp
Timon Kruiper
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-02-16
AK: Use string_view() instead of to_string() in Formatter<wchar_t>
Idan Horowitz
2022-02-06
AK: Use integral power for FixedPoint formatting
Hendiadyoin1
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2021-11-21
Kernel: Wrap format timespec assignment in a check for !AARCH64
James Mintram
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-26
AK: Prefix debug log messages with current-time-since-boot
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-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-09-10
AK: Only try and get the Processor::current_id when it was initialized
Idan Horowitz
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-08
AK: Add formatting for infinity and NaN
Daniel Bertalan
2021-07-19
AK: Use StringView literals in Format to avoid strlen
Andrew Kaster
2021-07-18
AK: Allow setting both width and precision when formatting a string
Timothy Flynn
2021-07-08
Everywhere: Use the correct literal suffixes
Daniel Bertalan
2021-07-07
AK: Replace usages of ctype.h with CharacterTypes.h
Max Wipfli
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-19
AK: Make vout() log to debug instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-04-29
AK: Make dbgln log the thread ID
Gunnar Beutner
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-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
[next]