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-31
AK: Fix all quadratic-time append-loops over ByteBuffer
Ben Wiederhake
2023-01-31
AK: Remove unused network ordered 'address' variable
Iman Seyed
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Provide a fallback definition for `std::nothrow`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move buffered streams from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-29
AK: Remove `Buffered`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
AK: Add DeprecatedString::from_utf8()
Andreas Kling
2023-01-29
AK: Add two helpers to DeprecatedStringCodePointIterator
Andreas Kling
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-28
AK: Add support for the new FlyString to StringView
Timothy Flynn
2023-01-28
AK: Delete the StringView move-assignment operator for various types
Timothy Flynn
2023-01-28
AK: Add DeprecatedStringCodePointIterator
Andreas Kling
2023-01-28
AK: Add String::trim
Timothy Flynn
2023-01-28
AK: Add String::join
Timothy Flynn
2023-01-28
AK: Allow the kernel to have access to StringBuilder::to_string
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
AK: Remove unimplemented methods
Sam Atkins
2023-01-27
AK: Remove unused DateTimeLexer class
Sam Atkins
2023-01-27
AK: Add an overload of String::find_byte_offset for StringView
Timothy Flynn
2023-01-24
AK: Add convenience substring wrappers to String to exclude a length
Timothy Flynn
2023-01-24
AK: Add a method to create a String with a repeated code point
Timothy Flynn
2023-01-24
AK: Add a method to find the byte offset of a code point
Timothy Flynn
2023-01-24
AK: Remove [[nodiscard]] attribute from String methods returning ErrorOr
Timothy Flynn
2023-01-24
AK: Make HashMap::try_ensure work with a fallible construction callback
Nico Weber
2023-01-24
AK: Print leading zeroes after the dot for FixedPoint numbers
Nico Weber
2023-01-23
AK: Make FixedPoint::create_raw public and constexpr
Nico Weber
2023-01-22
AK: Make NonnullPtrVectors shuffleable
Sam Atkins
2023-01-22
AK: Add spec comments to Utf16CodePointIterator::operator*()
Nico Weber
2023-01-22
AK: Reduce String's allocated data by one byte
Timothy Flynn
2023-01-22
AK: Define is_trivially_serializable trait for Little and BigEndian<>
Karol Kosek
2023-01-22
AK: Add a String factory to create a string from a single code point
Timothy Flynn
2023-01-22
AK: Change String's default constructor to be constant
Timothy Flynn
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-21
AK: Remove `FileStream`
Tim Schumacher
2023-01-21
AK: Add `split()` for `String`
martinfalisse
2023-01-21
AK: Rename double_hash to rehash_for_collision
Timothy Flynn
2023-01-21
AK: Add a type alias for DistinctNumeric's underlying type
Timothy Flynn
2023-01-21
AK: Remove `InputBitStream` and `OutputBitStream`
Tim Schumacher
2023-01-20
AK: Remove `DuplexMemoryStream`
Tim Schumacher
2023-01-20
AK: Disable use of consteval in String::from_utf8_short_string for Apple
Timothy Flynn
2023-01-20
AK: Support creating known short string literals at compile time
Timothy Flynn
2023-01-19
AK: Move the AK::FixedPoint formatter to FixedPoint.h
Timothy Flynn
2023-01-19
AK: Don't write trailing zeros with %g
Peter Elliott
2023-01-18
AK: Unify kernel debug messages, avoid printing time if unavailable
konrad
2023-01-18
AK: Patch `ArbitrarySizedEnum` operators for missing constructor
konrad
2023-01-18
AK+LibUnicode: Provide Unicode-aware caseless String matching
Timothy Flynn
[next]