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-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-22
Meta: Add JS_MODULE_DEBUG define flag
davidot
2022-01-22
LibCore: Introduce BigEndianInputBitStream
kleines Filmröllchen
2022-01-21
AK: Support setting with non copyable keys in HashMap
Idan Horowitz
2022-01-19
AK: Identify negative zero when parsing Json and represent with a double
ForLoveOfCats
2022-01-19
AK: Add helper to convert an epoch time in seconds to a year
Timothy Flynn
2022-01-19
AK: Put an empty new line between function definitions in AK::Time
Timothy Flynn
2022-01-19
AK: Yield while waiting for another thread to create a strong ref
Idan Horowitz
2022-01-19
AK: Yield while waiting for another thread to initialize a Singleton
Idan Horowitz
2022-01-19
AK: Fix erroneous move operators for SinglyLinkedList
Lucas CHOLLET
2022-01-18
AK: Remove now-unused AK::UnicodeUtils methods
Timothy Flynn
2022-01-17
AK: Make Utf8View constexpr-constructible
Idan Horowitz
2022-01-17
LibGL+LibSoftGPU: Implement the stencil buffer
Jelle Raaijmakers
2022-01-16
AK: Remove `kfree` definition
Michel Hermier
2022-01-16
AK: Remove `kcalloc` definition
Michel Hermier
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-16
AK: Mark the error branch of the TRY() macro as unlikely
Idan Horowitz
2022-01-16
AK: Explicitly name types in Iterator.h
creator1creeper1
2022-01-16
AK: Make Vector more const-correct by using RemoveReference<T>
creator1creeper1
2022-01-15
AK: Add a constructor from Span for FixedArray
creator1creeper1
2022-01-15
AK: Add a constructor from C-style arrays for FixedArray
creator1creeper1
2022-01-15
AK: Explicitly define copy and assignment operator for SinglyLinkedList
Lucas CHOLLET
2022-01-14
AK: Use appropriate types in AK::Time::from_timestamp factory
Timothy Flynn
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2022-01-14
AK: Make Variant::visit() prefer overloads accepting T const& over T&
Ali Mohammad Pur
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-13
AK: Add ByteBuffer::{must_,}get_bytes_for_writing()
sin-ack
2022-01-13
AK: Use Error::from_errno in adopt_nonnull_own_or_enomem
sin-ack
2022-01-13
AK: Explain why FixedArray has no move assignment
kleines Filmröllchen
2022-01-13
Tests: Test FixedArray completely
kleines Filmröllchen
2022-01-13
AK: Remove clear() from FixedArray and fixate its allocation guarantees
kleines Filmröllchen
2022-01-13
AK: Disable NoAllocationGuard on Lagom
kleines Filmröllchen
2022-01-12
AK: Remove unnecessary null checks in RedBlackTree
Andreas Kling
2022-01-12
AK: Implement StringView::for_each_split_view
Brian Gianforcaro
2022-01-12
AK: Rewrite StringView::split_view(char..), using StringView
Brian Gianforcaro
2022-01-11
AK: Add AK::Time factory method to construct from individual time fields
Timothy Flynn
2022-01-11
AK: Redeclare a few AK::Time helpers as constexpr
Timothy Flynn
2022-01-11
AK+Kernel: Remove one_ref_left() footgun
Andreas Kling
2022-01-11
AK: Define a traits helper for case-insensitive StringView hashing
Timothy Flynn
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
2022-01-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2022-01-09
AK: Added human_readable_time() method for "unsaved changes" dialogs
Rafał Babiarz
2022-01-09
AK/SIMD: Suppress psabi warnings and add explanatory comment
Stephan Unverwerth
2022-01-09
AK: Add SIMDMath.h with vectorized version of math functions
Stephan Unverwerth
2022-01-09
AK: Add SIMDExtras.h with SIMD related functions
Stephan Unverwerth
2022-01-09
AK: Add ByteBuffer::append(char)
Maciej
2022-01-08
AK: Reorder functions in FixedArray so that mutable comes before const
creator1creeper1
2022-01-08
AK: Reorder access in FixedArray so that m_size comes before m_elements
creator1creeper1
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-08
AK: Unbreak ref counting hooks in RefCounted
Andreas Kling
[next]