summaryrefslogtreecommitdiff
path: root/AK/NumberFormat.h
AgeCommit message (Expand)Author
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-25AK: Add longer human readable size to string helper functionDavid Isaksson
2021-03-17AK: Implement terabytes, petabytes, exabytesJean-Baptiste Boric
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2020-10-08AK: Use new format functions.asynts
2020-08-23AK: Fix human_readable_size corner casesBen Wiederhake
2020-08-23Meta: Fix wrong 'using namespace X' usagesBen Wiederhake
2020-08-16AK: Use IEC prefixes in human_readable_formatNico Weber
2020-08-16Everywhere: Consolidate human_readable_size() implementationsNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest