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-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
2022-01-08
AK+Kernel: Use requires expression when invoking ref counting hooks
Andreas Kling
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
AK: Use a full-period xorshift PRNG for double_hash
Schlufi
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
AK: Add Time.h helper to compute the number of days since epoch
Timothy Flynn
2022-01-05
AK: Move TimeSpecType concept inside the AK namespace
Timothy Flynn
2022-01-05
AK: Make Vector::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Make Hash{Map,Table}::remove_all_matching() return removal success
Andreas Kling
2022-01-05
AK: Add HashMap::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Add HashTable::remove_all_matching(predicate)
Andreas Kling
2022-01-05
AK: Disable Vector insert/empend/prepend + a append overload in Kernel
Brian Gianforcaro
2022-01-05
AK: Use MUST + try_empend so AK::Trie continues to compile in the kernel
Brian Gianforcaro
2022-01-05
AK: Use unchecked_append in AK::Stack, as we always validate the size
Brian Gianforcaro
2022-01-04
AK: Add `mix`
Jelle Raaijmakers
2022-01-04
AK: Fix UFixedBigInt comparison operators
B0IIZZ
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
[next]