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-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-14
AK: Add Queue::tail()
Andreas Kling
2023-03-13
AK: Read and write accumulated BitStream bits directly
Tim Schumacher
2023-03-13
AK: Remove unneeded overrides for `write_until_depleted` from BitStream
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
AK: Compute UTF-8 code point lengths using only leading bytes
Timothy Flynn
2023-03-11
AK: Add FlyString::from_deprecated_fly_string()
Kenneth Myhra
2023-03-11
AK: Forward-declare LexicalPath
Sam Atkins
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-10
AK: Add constexpr floor and round
kleines Filmröllchen
2023-03-09
AK: Make FlyString::hash() use the cached hash in StringData if possible
Andreas Kling
2023-03-09
AK: Replace C-style casts
Sam Atkins
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
AK: Introduce a fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Add a Utf32View::substring_view overload to take only an offset
Timothy Flynn
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Add FlyString::equals_ignoring_ascii_case()
Andreas Kling
2023-03-06
AK+Kernel: Remove all the Nonnull*PtrVector classes
Andreas Kling
2023-03-06
AK: Remove specialized shuffle for NonnullPtrVector
Andreas Kling
2023-03-05
AK: Add FlyString::to_deprecated_fly_string()
Kenneth Myhra
2023-03-05
AK+LibAudio: Remove UFixedBigInt::my_size
Dan Klishch
2023-03-04
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
Dan Klishch
2023-03-04
AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt
Dan Klishch
2023-03-04
AK+LibCrypto: Delete 64x64 wide multiplication workarounds
Dan Klishch
2023-03-04
AK: Rewrite UFixedBigInt using the framework from BigIntBase.h
Dan Klishch
2023-03-04
AK: Introduce "BigIntBase.h" for common simple operations on big ints
Dan Klishch
2023-03-04
AK: Move compiletime_fail to StdLibExtras.h
Dan Klishch
2023-03-04
AK: Remove signbit definition to prevent conflict in FixedPoint
nipos
2023-03-04
AK: Add support for Solaris to StackInfo
nipos
2023-03-04
AK: Add Solaris to platform detection
nipos
2023-03-04
AK: Add StackInfo implementation for Windows
Andrew Kaster
2023-03-04
LibCMake: Introduce a CMake lexer
Sam Atkins
2023-03-04
AK: Format Debug.h.in
Sam Atkins
2023-03-03
AK+readelf: Issue error when using ARCH(arch) with nonexistent arch
Dan Klishch
2023-03-03
AK: Ensure short String instances are valid UTF-8
Timothy Flynn
2023-03-03
AK: Protect Utf8View against inclusion in the Kernel
Timothy Flynn
2023-03-03
AK: Invalidate overlong UTF-8 code point encodings
Timothy Flynn
2023-03-03
AK: Replace UTF-8 string validation with a constexpr implementation
Timothy Flynn
2023-03-03
AK: Add String::ends_with{,_bytes}()
Linus Groh
2023-03-03
AK: Add missing const qualifier to HashCompatible HashMap::contains()
Linus Groh
2023-03-03
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
Nico Weber
2023-03-01
AK: Add new String constructor to URL
Kenneth Myhra
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
AK: Add two starts_with{bytes,}() APIs to String
Ali Mohammad Pur
2023-02-26
AK: Fix DeprecatedString::bijective_base_from for large numbers
Tim Ledbetter
[next]