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
2022-02-23
AK: Add forward declaration for Utf8CodePointIterator
Linus Groh
2022-02-23
AK: Add optional format string parameter to String{,Builder}::join()
Linus Groh
2022-02-23
AK: Add Traits<Span<T>>::hash()
Linus Groh
2022-02-23
AK: Add the Fundamental concept
kleines Filmröllchen
2022-02-23
AK: Prevent Atomic with complex types
kleines Filmröllchen
2022-02-21
AK: Suppress clang-tidy warning on TODO()
Max Wipfli
2022-02-19
AK: Add fast path in String::trim() and String::trim_whitespace()
Andreas Kling
2022-02-19
AK: Make CaseInsensitiveStringTraits allocation-free
Andreas Kling
2022-02-19
AK: Don't use x86 assembly when building for non-x86 targets
Gunnar Beutner
2022-02-17
LibWeb: Add partially functioning Worker API
Ben Abraham
2022-02-16
AK: VERIFY inside release_value_but_fixme_should_propagate_errors()
Sam Atkins
2022-02-16
AK: Exclude StringUtils String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringView String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude StringBuilder String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Exclude JsonValue String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Use string_view() instead of to_string() in Formatter<wchar_t>
Idan Horowitz
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-02-16
AK: Return KString instead of String from encode_hex in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from UUID::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-15
AK: Conditionally disable a few variant ctors/assignments
Ali Mohammad Pur
2022-02-15
AK: Add a 'SpecializationOf' concept
Ali Mohammad Pur
2022-02-13
Kernel: Remove make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
AK: Use ByteBuffer::append(u8) in StringBuilder single-char append
Andreas Kling
2022-02-13
AK: Don't call memcpy() in ByteBuffer::append(u8)
Andreas Kling
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-10
AK: Clear minimum when removing last node of RedBlackTree
davidot
2022-02-10
AK: Fix RedBlackTree::find_smallest_not_below_iterator
davidot
2022-02-10
AK: Change static base36 character map to function-local constexpr
Lenny Maiorani
2022-02-09
AK: Add RBTree::find_smallest_above_iterator(Key)
Ali Mohammad Pur
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-02-09
AK+Kernel: Alphabetize debug macros
Lenny Maiorani
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
AK: Use integral power for FixedPoint formatting
Hendiadyoin1
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-06
AK: Replace 'consteval' with 'constexpr' in some Variant helpers
Ali Mohammad Pur
2022-02-05
AK: Remove commented-out code from Bitmap container
Liav A
2022-02-05
AK: Make Vector::data() ALWAYS_INLINE
Idan Horowitz
2022-02-03
AK: Convert the try_make<T> factory function to use ErrorOr
Idan Horowitz
2022-02-03
AK: Hide the infallible make<T> factory function from the Kernel
Idan Horowitz
2022-02-03
AK: Stop using the make<T> factory function in Trie
Idan Horowitz
2022-02-03
Kernel: Convert try_make_ref_counted to use ErrorOr
Idan Horowitz
2022-02-03
AK: Support formatting Vectors with any inline_capacity
Idan Horowitz
[next]