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-03-02
AK: Print NaN and infinite numbers in PrintfImplementation
Peter Ross
2022-02-28
AK: Add Time::from_ticks()
Lucas CHOLLET
2022-02-28
AK: Correctly process precision modifiers in printf
Timur Sultanov
2022-02-28
AK: Add FixedPoint base 2 logarithm
kleines Filmröllchen
2022-02-28
AK: Add bit shift to FixedPoint
kleines Filmröllchen
2022-02-28
AK: Fix FixedPoint to integral comparisons
kleines Filmröllchen
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-27
AK: Add a try variant of StringBuilder::append_escaped_for_json
Idan Horowitz
2022-02-27
AK: Skip over initial empty chunks in DisjointChunks
kleines Filmröllchen
2022-02-27
AK: Make DisjointChunks support FixedArray
kleines Filmröllchen
2022-02-27
AK: Make DisjointChunk::append move the new chunk
kleines Filmröllchen
2022-02-27
AK: Export DisjointSpans into the global namespace
kleines Filmröllchen
2022-02-27
AK: Add at() indexing methods to FixedArray
kleines Filmröllchen
2022-02-27
AK: Allow creating a FixedArray from an initializer list
kleines Filmröllchen
2022-02-27
AK: Add FixedArray::is_empty()
kleines Filmröllchen
2022-02-26
AK: Add constructor to create Span from Array
Arne Elster
2022-02-26
AK: Array can tell its inner type
Arne Elster
2022-02-25
AK: Ignore whitespace while decoding base64
Andreas Kling
2022-02-25
AK: Add String::split_view(Function<bool(char)>)
Andreas Kling
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
[next]