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-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
AK: Use integral power for FixedPoint formatting
Hendiadyoin1
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-02-06
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Andreas Kling
2022-02-06
AK: Replace 'consteval' with 'constexpr' in some Variant helpers
Ali Mohammad Pur
2022-02-05
AK: Remove commented-out code from Bitmap container
Liav A
2022-02-05
AK: Make Vector::data() ALWAYS_INLINE
Idan Horowitz
2022-02-03
AK: Convert the try_make<T> factory function to use ErrorOr
Idan Horowitz
2022-02-03
AK: Hide the infallible make<T> factory function from the Kernel
Idan Horowitz
2022-02-03
AK: Stop using the make<T> factory function in Trie
Idan Horowitz
2022-02-03
Kernel: Convert try_make_ref_counted to use ErrorOr
Idan Horowitz
2022-02-03
AK: Support formatting Vectors with any inline_capacity
Idan Horowitz
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2022-01-31
AK: Add a Utf16View::code_unit_offset_of(Utf16CodePointIterator) helper
Idan Horowitz
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
AK: Add is_ascii_[binary,octal]_digit to CharacterTypes
Timothy Flynn
2022-01-31
AK: Remove thread safety gunk from userspace WeakPtr
Andreas Kling
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-29
AK: Implement String's comparison operators in terms of StringView's
Daniel Bertalan
2022-01-29
AK: Implement FlyString's comparison operators in terms of StringView's
Daniel Bertalan
2022-01-29
AK: Implement all comparison operators for StringView
Daniel Bertalan
2022-01-29
AK: Support using custom comparison operations for hash compatible keys
Idan Horowitz
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-29
AK: Fix log2 calculation for Integer
Pankaj Raghav
2022-01-29
AK: Add is_power_of_2 helper
Pankaj Raghav
2022-01-29
AK+Kernel: Implement UUID mixed endianness support
Liav A
2022-01-28
AK: Allow constructing a JsonArray from any array-like type
kleines Filmröllchen
2022-01-28
AK: Allow constructing a JsonValue from a StringView explicitly
kleines Filmröllchen
2022-01-28
AK: Introduce the ArrayLike concept
kleines Filmröllchen
2022-01-28
AK: Simplify Variant's explicit overload detection mechanism a bit
Ali Mohammad Pur
2022-01-27
AK: Export the SameAs concept
Timothy Flynn
2022-01-26
Kernel: Support try-inserting RedBlackTree entry values by reference
Idan Horowitz
2022-01-26
AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64
Idan Horowitz
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2022-01-25
AK: Implement `HashTable::try_ensure_capacity`, as used in `HashMap`
James Puleo
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
AK+Userland: Make AK::decode_hex() return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
AK: Add FixedPoint cast operator for up/downcasting to other sizes
Tom
2022-01-23
AK: Fix warnings when using FixedPoint with a precision >= 32 bits
Tom
2022-01-23
AK: Add Formatter<FixedPoint<...>> without floating point
Tom
2022-01-23
AK: Loosen FixedPoint template contraints and forward-declare it
Tom
2022-01-23
AK: Make Optional<T> explicitly constructible from Optional<U>
Idan Horowitz
2022-01-23
AK: Implement AK::Time's seconds_since_epoch_to_year without LibM
Timothy Flynn
2022-01-23
AK: Avoid impl initialization before assignment in `String`constructor
Michel Hermier
2022-01-23
LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUG
Nico Weber
2022-01-23
LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUG
Nico Weber
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-22
Meta: Add JS_MODULE_DEBUG define flag
davidot
[next]