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-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-18
AK: Add constant time equality and zero check to UFixedBigInt
Michiel Visser
2022-03-18
AK: UFixedBigInt add efficient multiplication with full result
Michiel Visser
2022-03-16
AK: Fix implicit and narrowing conversions in Base64
Lenny Maiorani
2022-03-16
AK: Make static constexpr variables to avoid stack copy in Base64
Lenny Maiorani
2022-03-15
AK+Kernel: Avoid double memory clearing of HashTable buckets
Daniel Bertalan
2022-03-15
AK+Everywhere: Add sincos and use it in some places
Hendiadyoin1
2022-03-14
AK: Allow creating a Vector from any Span of the same underlying type
Timothy Flynn
2022-03-13
AK: Add naive implementations of AK::timing_safe_compare
Brian Gianforcaro
2022-03-12
AK: Properly parse unimplemented format length specifiers
Tim Schumacher
2022-03-10
AK: Remove unused String[256] from JsonParser
Sam Atkins
2022-03-09
AK: Print a better error message when missing a SourceGenerator key
Sam Atkins
2022-03-09
AK: Add reverse iterator as member
Federico Guerinoni
2022-03-09
AK: Implement wrapper for reverse range for loop
Federico Guerinoni
2022-03-09
AK: Implement ReverseIterator for NonnullPtrVector
Federico Guerinoni
2022-03-09
AK: Implement reverse iterator for Vector class
Federico Guerinoni
2022-03-09
AK: Add generic reverse iterator for containers
Federico Guerinoni
2022-03-08
AK: Add IPv6Address class
Tom
2022-03-08
AK: Add float support for JsonValue and JsonObjectSerializer
Vrins
2022-03-08
AK: Add to_double() to JsonValue
Vrins
2022-03-07
AK: Automatically shrink HashTable when removing entries
Andreas Kling
2022-03-07
AK: Remove return value from HashTable::remove() and HashMap::remove()
Andreas Kling
2022-03-07
AK: Simplify HashTable::remove_all_matching()
Andreas Kling
2022-03-04
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
Linus Groh
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
[prev]
[next]