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-01-05
AK: Add Time.h helper to compute the number of days since epoch
Timothy Flynn
2022-01-05
AK: Move TimeSpecType concept inside the AK namespace
Timothy Flynn
2022-01-05
AK: Make Vector::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Add HashMap::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Add HashTable::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Disable Vector insert/empend/prepend + a append overload in Kernel
Brian Gianforcaro
2022-01-05
AK: Use MUST + try_empend so AK::Trie continues to compile in the kernel
Brian Gianforcaro
2022-01-05
AK: Use unchecked_append in AK::Stack, as we always validate the size
Brian Gianforcaro
2022-01-04
AK: Add `mix`
Jelle Raaijmakers
2022-01-04
AK: Fix UFixedBigInt comparison operators
B0IIZZ
2022-01-02
AK: Include `utility` from the STD if we aren't replacing STD
James Puleo
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-26
AK: Don't include AK::demangle() in KERNEL builds
Andreas Kling
2021-12-26
AK: Increase StringBuilder's inline buffer size from 128 to 256 bytes
Andreas Kling
2021-12-25
AK: Remove Variant<Ts...>::operator Variant<NewTs...>()
Ali Mohammad Pur
2021-12-24
AK: Add missing Array.h include to CheckedFormatString.h
Daniel Bertalan
2021-12-24
AK: Make `Disjoint*::is_empty()` not call size
Michel Hermier
2021-12-24
AK: Add `DisjointChunkc::ensure_capacity`
Michel Hermier
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-21
AK: Add convert_to_uint_from_octal
Xavier Defrang
2021-12-21
AK: Make DisjointChunks not query size() when there are no chunks
Ali Mohammad Pur
2021-12-21
AK: Add Disjoint(Chunks Spans)::find(index)
Ali Mohammad Pur
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-20
AK+LibMain: Improve formatter for AK::Error in userspace
Andreas Kling
2021-12-18
AK: Speed up BitmapView::find_next_range_of_unset_bits
Nick Johnson
2021-12-18
AK: Add BuiltinWrappers.h
Nick Johnson
2021-12-17
AK: Fast path for single-element TypedTransfer::copy
kleines Filmröllchen
2021-12-17
AK: Bypass Buffered's buffer for large reads
kleines Filmröllchen
2021-12-16
AK: Make JsonValue::from_string("") return a null JsonValue
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-16
AK: Use __builtin_memmove for ByteBuffer and Span's overwrite
sin-ack
2021-12-16
AK+Tests: Use less space in ErrorOr
Ben Wiederhake
2021-12-15
AK: Enable fast path for removal by hash-compatible key in HashMap/Table
Hendiadyoin1
2021-12-15
AK: Add implied const qualifiers to the Json interface
Hendiadyoin1
2021-12-15
AK: Use StringView as key-type when removing a Value from an JsonObject
Hendiadyoin1
2021-12-15
AK: Return `bool` in `JsonValue::as_bool()`
Hendiadyoin1
2021-12-15
AK+LibSanitizer: Add method to zero out a UBSAN SourceLocation
Andrew Kaster
2021-12-15
AK: Convert JsonObject to use StringViews for lookup
Hendiadyoin1
2021-12-15
AK: Allow hash-compatible key types in Hash[Table|Map] lookup
Hendiadyoin1
2021-12-15
AK: Add the concept of hash-compatible types
Hendiadyoin1
2021-12-15
AK: Add a Concept for any String type
Hendiadyoin1
2021-12-15
AK: Add dedicated Traits for c-strings
Hendiadyoin1
2021-12-15
AK: Add helper to test for pointer and cv-pointer at the same time
Hendiadyoin1
2021-12-15
AK: Add a Decay helper for Concepts
Hendiadyoin1
2021-12-12
AK: Fix preprocessor OS check
Martin Blicha
2021-12-11
AK: Simplify `Array::back()` by checking for Size > 0
Jelle Raaijmakers
2021-12-09
AK: Add RefCountForwarder<T>
Andreas Kling
2021-12-07
AK: Zero-pad automatically if formatting with precision
Tim Schumacher
[next]