James Mintram
|
bcd518a228
Kernel: Wrap format timespec assignment in a check for !AARCH64
|
3 years ago |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
Daniel Bertalan
|
fed9cb5d2d
AK+Tests: Fix formatting of infinity and NaN values
|
3 years ago |
Andreas Kling
|
47c140610d
AK: Prefix debug log messages with current-time-since-boot
|
3 years ago |
Daniel Bertalan
|
39a74676bd
AK: Avoid temporary String allocation in Formatter<FormatString>
|
3 years ago |
Tim Schumacher
|
67a579aab0
AK: Add a basic formatter for wchar_t
|
3 years ago |
Idan Horowitz
|
6348b63476
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
|
3 years ago |
Idan Horowitz
|
18d2a74e62
AK: Only try and get the Processor::current_id when it was initialized
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |
Brian Gianforcaro
|
f0b3aa0331
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
|
3 years ago |
Andreas Kling
|
dea93a8bb9
Kernel: Rename Processor::id() => current_id()
|
4 years ago |
Timothy Flynn
|
02e3633b7f
AK: Move FormatParser definition from header to implementation file
|
4 years ago |
Daniel Bertalan
|
1472f6d986
AK: Add formatting for infinity and NaN
|
4 years ago |
Andrew Kaster
|
4842c8c902
AK: Use StringView literals in Format to avoid strlen
|
4 years ago |
Timothy Flynn
|
06ddfcde89
AK: Allow setting both width and precision when formatting a string
|
4 years ago |
Daniel Bertalan
|
714bd011e1
Everywhere: Use the correct literal suffixes
|
4 years ago |
Max Wipfli
|
f0fcbb7751
AK: Replace usages of ctype.h with CharacterTypes.h
|
4 years ago |
Hediadyoin1
|
8ed3315dec
AK: Support long doubles in format strings
|
4 years ago |
Idan Horowitz
|
5e53a690ac
AK: Add support for keeping trailing zeros in fixed precision floats
|
4 years ago |
Ali Mohammad Pur
|
7eda164c25
AK: Add a :hex-dump mode to AK::Format
|
4 years ago |
Ali Mohammad Pur
|
73cb566041
AK: Make vout() log to debug instead of VERIFY()'ing
|
4 years ago |
Liav A
|
20743e8aed
Kernel/Graphics + SystemServer: Support text mode properly
|
4 years ago |
Gunnar Beutner
|
ad688ffc73
AK: Make dbgln log the thread ID
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Lenny Maiorani
|
e117756d9f
AK/Format: Compute TypeErasedParameter type and size at compile-time
|
4 years ago |
Matthew Olsson
|
d719e745fb
AK: Fix incorrect formatter signing of numbers between -1.0 and 0.0
|
4 years ago |
AnotherTest
|
a6e4482080
AK+Everywhere: Make StdLibExtras templates less wrapper-y
|
4 years ago |
Jelle Raaijmakers
|
c4e19250a1
Format: Strip trailing zeroes from floating point values
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |