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
2021-08-30
AK: Use get_random() in IDAllocator
Andreas Kling
2021-08-30
AK: Add operator delete stub to all AK_MAKE_ETERNAL objects
Brian Gianforcaro
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-27
AK: Add Traits for Enums
kleines Filmröllchen
2021-08-26
AK: Implement method to convert a String/StringView to title case
Timothy Flynn
2021-08-26
AK: Make explode_byte depend on sizeof(FlatPtr) instead of ARCH(...)
Ali Mohammad Pur
2021-08-24
Userland: Remove IRC Client
Andreas Kling
2021-08-23
AK: Use explode_byte for pointer sanitization
Hendiadyoin1
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-22
AK: Use POSIX specified types for Time::to_timespec and to_timeval
Richard Wurth
2021-08-21
AK: Use `__builtin_bit_cast` if available
Jesse Buhagiar
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-19
AK: Add GenericLexer to forwarding header
Timothy Flynn
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-19
AK: Enable IntrusiveList self reference to be optimized out when empty
Brian Gianforcaro
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-18
AK: Add Utf8View::byte_offset_of overload for code point index lookups
Timothy Flynn
2021-08-15
AK: Add adopt_nonnull_own_or_enomem
sin-ack
2021-08-15
AK: Stop publishing detail namespaced functions
Lenny Maiorani
2021-08-15
AK: Pull RefCountedBase into the global namespace
Andreas Kling
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-15
AK: Annotate AK::Time APIs as [[nodiscard]]
Brian Gianforcaro
2021-08-15
AK: Add Time::now_<clock_id> functions for obtaining the current time
Brian Gianforcaro
2021-08-15
AK: Add adopt_nonnull_ref_or_enomem
sin-ack
2021-08-13
IntrusiveRedBlackTree: Remove redundant subtraction of 0
Lenny Maiorani
2021-08-13
AK+Everywhere: Delete Variant's default constructor
Ali Mohammad Pur
2021-08-13
AK: Annotate String.count as [[nodiscard]]
Brian Gianforcaro
2021-08-13
AK: Avoid OOB access in UniformBumpAllocator::destroy_all()
Ali Mohammad Pur
2021-08-12
AK: Add a IsSpecializationOf<T, Template> type trait
Ali Mohammad Pur
2021-08-12
AK: Don't zero Variant data in the move constructor
Ali Mohammad Pur
2021-08-12
AK: Add contains(char) method to String
Jean-Baptiste Boric
2021-08-10
AK: Add a formatter overload for Utf16View
Timothy Flynn
2021-08-10
AK+Kernel: Add StringBuilder::append overload for UTF-16 views
Timothy Flynn
2021-08-10
AK: Convert StringBuilder to use east-const
Timothy Flynn
2021-08-08
AK: Add `typename` keyword for dependent types
Daniel Bertalan
2021-08-08
AK: Add formatting for infinity and NaN
Daniel Bertalan
2021-08-08
AK: Handle partial remainders
Daniel Bertalan
2021-08-08
LibSanitizer+AK: Add float cast overflow handler
Daniel Bertalan
2021-08-08
AK: Use `explode_byte` in BumpAllocator.h
Daniel Bertalan
2021-08-08
AK: Make `InputMemoryStream::read_LEB128_*` templated
Daniel Bertalan
2021-08-08
AK: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-08
AK: Add kmalloc_array() to trap multiplication overflows
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-08
AK: Bring Singleton into the global namespace with `using`
Andreas Kling
2021-08-07
AK: Add RecursionDecision
sin-ack
2021-08-07
AK: Use east const in MappedFile
Timothy
2021-08-07
AK: Add method to create MappedFile from fd
Timothy
2021-08-07
AK: Introduce IntrusiveListRelaxedConst
Jean-Baptiste Boric
2021-08-06
AK: Implement any_of using common implementation
Lenny Maiorani
[next]