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-11-27
AK: Fully qualify some usages of AK features outside of the AK namespace
Tim Schumacher
2022-11-27
AK: Export Details and Concepts into the AK namespace
Tim Schumacher
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-11-26
AK: Add contains_slow method to Stack
cflip
2022-11-26
AK: Fix double promotion error when using AK:ceil on floats
MacDue
2022-11-26
Everywhere: Add support for compilation under emscripten
Ali Mohammad Pur
2022-11-24
AK: Add Utf8View::iterator_at_byte_offset_without_validation()
Andreas Kling
2022-11-21
AK: Define a convenience alias for a Function's return type
Timothy Flynn
2022-11-21
AK: Fix memory corruption due to BumpAllocator mmap reuse
Andreas Kling
2022-11-19
AK: Return non-const types from Ptr class operators
MacDue
2022-11-18
AK: Add mutable accessors for JsonValue's as_array and as_object
Timothy Flynn
2022-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-11-18
AK: Add a concept for requiring that a function is fallible
Timothy Flynn
2022-11-17
AK: Give DisjointChunks::m_chunks an inline capacity of 1
Ali Mohammad Pur
2022-11-17
AK: Add a fast path for DisjointChunks::spans()
Ali Mohammad Pur
2022-11-17
AK: Use TypedTransfer to move vector's inline buffer
Ali Mohammad Pur
2022-11-17
AK: Mark Span<T> as trivial
Ali Mohammad Pur
2022-11-17
AK: Allow DisjointChunks::spans to return a vector with inline capacity
Ali Mohammad Pur
2022-11-17
AK: Align last bump allocated chunk's end offset to the type size too
Ali Mohammad Pur
2022-11-13
AK: Support taking JSON values out of a JSON array
Timothy Flynn
2022-11-11
AK: Add optional explicit cast to underlying type to DistinctNumeric
Sam Atkins
2022-11-11
AK+Everywhere: Replace DistinctNumeric bool parameters with named ones
Sam Atkins
2022-11-11
AK: Don't crash in HashTable::clear_with_capacity on an empty table
Zaggy1024
2022-11-10
AK: Allow Variant::downcast<OtherVariantType>()
Ali Mohammad Pur
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-05
AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)
Dan Klishch
2022-11-03
AK: Add static_assert to check for effective size of long double
Dan Klishch
2022-11-03
AK: Add framework for a unified floating point to string conversion
Dan Klishch
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-02
AK: Add support for mlibc in URL
Dennis Bonke
2022-11-02
AK: Add support for mlibc in LexicalPath
Dennis Bonke
2022-11-01
AK: Use size_t for ByteBuffer offsets
Timothy Flynn
2022-11-01
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
Gunnar Beutner
2022-11-01
AK+Kernel: Handle allocation failures in Device::try_make_request
Gunnar Beutner
2022-11-01
AK+Kernel: Don't allow allocations in AK::Function in kernel mode
Gunnar Beutner
2022-11-01
AK: Allow destruction of JsonObjectSerializer objects after errors
Gunnar Beutner
2022-10-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024
2022-10-30
AK+Meta: Add WEB_FETCH_DEBUG macro
Linus Groh
2022-10-24
AK: Add SplitBehavior::KeepTrailingSeparator with tests
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
AK: Make the JsonParser use the new double parser for numbers
davidot
2022-10-23
AK: Add to_{double, float} convenience functions to all string types
davidot
2022-10-23
AK: Add an exact and fast hex float parsing algorithm
davidot
2022-10-23
AK: Add an exact and fast floating point parsing algorithm
davidot
2022-10-23
AK: Make truncating UFixedBigInts constexpr
davidot
2022-10-20
AK: Do not append string bytes as code points when title-casing a string
Timothy Flynn
2022-10-17
Kernel/aarch64: Initialize TimeManagement in init.cpp
Timon Kruiper
[next]