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
Age
Commit message (
Expand
)
Author
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2023-01-08
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
Timothy Flynn
2023-01-08
AK: Make StringBuilder::try_append_code_point actually fallible
Timothy Flynn
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2023-01-07
AK: Restrict include of LibC header
Ben Wiederhake
2023-01-07
AK: Reimplement DistinctNumeric comparison operators using operator<=>
Andrew Kaster
2023-01-07
AK: Reimplement comparisons on AK::Time using operator<=>
Andrew Kaster
2023-01-07
AK: Remove global free function comparison operators for timespec
Andrew Kaster
2023-01-07
AK: Add user defined literals for Time for ns, us, ms, and sec
Andrew Kaster
2023-01-07
AK: Make `Statistics::median` return a mean for an even number of values
Staubfinger
2023-01-06
AK: Use base URL when the specified URL is empty
Thiago Henrique Hupner
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
2023-01-06
AK: Export `adopt_nonnull_ref_or_enomem` to the global namespace
Sam Atkins
2023-01-06
AK: Fix typo in -= operator of DistinctNumeric
Aliaksandr Kalenik
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-02
AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch
Ben Wiederhake
2023-01-02
AK+Tests: Replace years_to_days_since_epoch by near-instant function
Ben Wiederhake
2023-01-02
AK: Combine SinglyLinkedList and SinglyLinkedListWithCount
Lenny Maiorani
2023-01-02
AK: Add an option to format numbers with 1000 based units
Arda Cinar
2023-01-02
AK: Make sure no overflow occurs in number_string_with_one_decimal
Arda Cinar
2023-01-02
AK: Add a human_readable_quantity helper to NumberFormat.h
Arda Cinar
2023-01-02
AK: Move the functions in NumberFormat.h out of line
Arda Cinar
2023-01-02
Everywhere: Remove unused includes of AK/IterationDecision.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-31
AK: Prefer VERIFY_NOT_REACHED in ByteBuffer
Nico Weber
2022-12-31
AK: Add `CircularBuffer`
Lucas CHOLLET
2022-12-29
Kernel: Move ScopedCritical.cpp to Kernel base directory
Timon Kruiper
2022-12-28
AK: Fix constructing ErrorOr from ErrorOr of a related type
Sam Atkins
2022-12-28
AK: Add a forgiving_base64_decode helper
Arda Cinar
2022-12-28
AK: Make BigEndian<> and LittleEndian<> work with enum classes
Nico Weber
2022-12-28
AK: Remove ARCH(I386) macro
Andreas Kling
2022-12-28
AK: Remove i686 support
Liav A
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-26
AK: Mark Error::from_ functions as [[nodiscard]]
Nico Weber
2022-12-26
AK: Specialize TypeList for Variant types
Timothy Flynn
2022-12-26
AK: Remove tilde from URL::PercentEncodeSet::EncodeURI
Alec Murphy
2022-12-22
AK: Rearrange Error's members to reduce its size by 8 bytes
Timothy Flynn
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-22
AK: Rename Bitmap::try_create() to ::create()
Sam Atkins
2022-12-21
AK: Calculate elapsed days in `human_readable_time()`
Karol Kosek
2022-12-20
AK: Add DeprecatedString::find_last(StringView)
Agustin Gianni
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-20
AK: Stop using `DeprecatedString` in `UUID`
Jelle Raaijmakers
[next]