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-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
2021-12-05
AK: Implement missing const getters in AK::Error, fix typo
Ben Wiederhake
2021-12-05
AK: Implement Formatter for ErrorOr<>
Ben Wiederhake
2021-12-05
AK: Mark smart pointer classes as [[nodiscard]]
Sam Atkins
2021-12-01
Kernel: Add VALIDATE_IS_X86 macro
James Mintram
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
AK: Stop Vector::extend from unnecessary reallocation
kleines Filmröllchen
2021-11-28
AK: Add Vector::unchecked_append for data pointers
kleines Filmröllchen
2021-11-28
AK: Expose Buffered's buffer size and underlying stream
kleines Filmröllchen
2021-11-28
AK: Allow to "get a result" from Result<void>
Hendiadyoin1
2021-11-28
AK: Remove unused static member of Bitmap
Ben Wiederhake
2021-11-23
AK: On macOS host builds, wrap unistd.h with missing extern "C"
csb6
[next]