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-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
2023-02-25
AK: Add FixedPoint::clamp
kleines Filmröllchen
2023-02-25
AK: Use the same consteval condition on _short_string as its factory
Timothy Flynn
2023-02-25
AK: Add operator""_{short_,}string to create a String from a literal
Linus Groh
2023-02-24
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Liav A
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber
2023-02-22
AK: Prepare Utf32View for use within templated LibGfx contexts
Timothy Flynn
2023-02-22
AK: Add formatters for Utf8View and Utf32View
Timothy Flynn
2023-02-21
AK: Ensure that we fill the whole String when reading from a Stream
Tim Schumacher
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
AK: Update HashTables head and tail when shifting during deletion
Hediadyoin1
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
Revert "AK: Disallow constness laundering in RefPtr and NonnullRefPtr"
Andreas Kling
2023-02-21
AK: Disallow constness laundering in RefPtr and NonnullRefPtr
Andreas Kling
2023-02-21
AK: Make String const-correct internally
Andreas Kling
2023-02-21
AK: Make Deprecated{Fly,}String and StringImpl const-correct
Andreas Kling
2023-02-21
AK: Stop NonnullPtrVector from making accessed elements const
Andreas Kling
2023-02-20
AK/StackInfo: Add support for NetBSD
nipos
2023-02-19
AK: Allow zero-valued signed size types in format strings
Andrew Kaster
2023-02-19
AK/StackInfo: Add support for OpenBSD pthreads
nipos
2023-02-19
AK: Make FlyString(String) constructor implicit
Sam Atkins
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
[next]