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
/
NumberFormat.h
Age
Commit message (
Expand
)
Author
2022-08-05
AK: Add human_readable_digital_time() helper
thankyouverycool
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-09
AK: Added human_readable_time() method for "unsaved changes" dialogs
Rafał Babiarz
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-25
AK: Add longer human readable size to string helper function
David Isaksson
2021-03-17
AK: Implement terabytes, petabytes, exabytes
Jean-Baptiste Boric
2021-02-08
Everywhere: Remove unnecessary headers 3/4
Ben Wiederhake
2020-10-08
AK: Use new format functions.
asynts
2020-08-23
AK: Fix human_readable_size corner cases
Ben Wiederhake
2020-08-23
Meta: Fix wrong 'using namespace X' usages
Ben Wiederhake
2020-08-16
AK: Use IEC prefixes in human_readable_format
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-05-03
AK+FileManager: Move out human_readable_size to AK::NumberFormat
AnotherTest