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-04-27
AK: Put invalid UTF8 debug spam behind a flag
kleines Filmröllchen
2022-04-23
AK: Make sure we don't include Math.h or math.h from KERNEL
Andrew Kaster
2022-04-21
LibCore: Introduce SharedSingleProducerCircularQueue
kleines Filmröllchen
2022-04-21
AK: Allow alignment to cache line size with CACHE_ALIGNED
kleines Filmröllchen
2022-04-21
AK: Expose RedBlackTree::find_smallest_not_below()
Tim Schumacher
2022-04-21
AK: Make `Vector::contains_slow` templated
ForLoveOfCats
2022-04-21
AK: Add `URL::create_with_help_scheme` helper function
ForLoveOfCats
2022-04-20
AK: Add FuzzyMatch header
faxe1008
2022-04-20
AK: Explicitly instantiate String::to_uint<unsigned long{, long}>()
Ali Mohammad Pur
2022-04-20
AK: Add a OneOfIgnoringCV concept
Ali Mohammad Pur
2022-04-17
AK: Add Kernel namespace to KStrings in AK::IPv6Address
Thitat Auareesuksakul
2022-04-14
AK: Differ between long and long long formats
Tim Schumacher
2022-04-14
AK: Deduplicate formatting hexadecimal values
Tim Schumacher
2022-04-14
AK: Merge print_i64 into print_signed_number
Tim Schumacher
2022-04-13
LibWeb: Make reverse iterators work for const NonnullPtrVectors
Andreas Kling
2022-04-10
AK: Add missing include to Traits.h
Andreas Kling
2022-04-10
AK: Add hash traits for floating-point primitives
Andreas Kling
2022-04-10
AK: Remove `KERNEL` check from `String`
Jelle Raaijmakers
2022-04-10
AK: Don't destructively re-encode query strings in the URL parser
Andreas Kling
2022-04-10
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
Andreas Kling
2022-04-08
AK+LibHTTP: Revert prior change to percent encode plus signs
GeekFiftyFive
2022-04-06
AK+Userland: Rename Array::front/back to first/last
Sam Atkins
2022-04-06
AK: Add const version of Vector::first_matching
kleines Filmröllchen
2022-04-06
AK: Add find_first_index to NonnullPtrVector that strips smart pointer
kleines Filmröllchen
2022-04-05
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
Timothy Flynn
2022-04-04
AK: Make Vector<T>::{first,last}_matching() return Optional<T&>
Ali Mohammad Pur
2022-04-04
AK: Return Optional<T&> from HashMap<..., T>::get()
Ali Mohammad Pur
2022-04-04
AK: Return Optional<ConstPeekType> for HashMap::get() const
Ali Mohammad Pur
2022-04-04
AK: Allow Optional<T&> to exist
Ali Mohammad Pur
2022-04-04
AK: Add begin_from(V&) APIs to IntrusiveRedBlackTree
Idan Horowitz
2022-04-03
AK: Add `StringView::copy_characters_to_buffer()`
Tim Schumacher
2022-04-03
AK: Add non-const iterator for CircularQueue
kleines Filmröllchen
2022-04-03
AK: Add generic sincos solution for non-x86 platforms
serenityosrocks
2022-04-02
AK: Add last() utility function to Span
Ben Maxwell
2022-04-02
AK+LibHTTP: Ensure plus signs are percent encoded in query string
GeekFiftyFive
2022-04-02
AK: Add vector variants of sqrt and rsqrt
Hendiadyoin1
2022-04-02
AK: Add rsqrt and a SSE specific implementation for sqrt
Hendiadyoin1
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
AK: Use bucket states with special bit patterns in HashTable
kleines Filmröllchen
2022-03-31
AK: Rehash HashTable in-place instead of shrinking
kleines Filmröllchen
2022-03-31
AK: Merge HashTable bucket state into one enum
kleines Filmröllchen
2022-03-30
AK: Allow printing wide characters using %ls modifier
safarp
2022-03-28
LibXML: Add a fairly basic XML parser
Ali Mohammad Pur
2022-03-28
AK: Add a 'OneOf' concept
Ali Mohammad Pur
2022-03-28
AK: Display SourceLocation function name in color
Ali Mohammad Pur
2022-03-28
AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexer
Ali Mohammad Pur
2022-03-28
AK: Make Vector capable of holding forward-declared types
Ali Mohammad Pur
2022-03-28
AK: Add `appendln` helper to SourceGenerator
Hendiadyoin1
2022-03-28
AK: Explicitly move `value` String in SourceGenerator::set
Hendiadyoin1
2022-03-28
AK: Make SourceGenerator move constructible
Hendiadyoin1
[next]