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-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
AK: Specialise convert_to_uint<T> and to_uint<T> for 'long' variants
AnotherTest
2021-01-11
AK: Enable format string warnings for AK printf wrappers
Sahan Fernando
2021-01-11
SinglyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
DoublyLinkedList: Implement `find` in terms of `AK::find`
Lenny Maiorani
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2021-01-11
AK: Find a value in any container offering iterators
Lenny Maiorani
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-10
TestTypeTraits: Fix incorrectly namespaced nullptr_t
Lenny Maiorani
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-10
AK: Add AK::OSError, a wrapper for errno codes
Andreas Kling
2021-01-09
AK: Add static Singleton::get function to allow destructible globals
Tom
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
AK: Add release_value() and release_error() to AK::Result
Andreas Kling
2021-01-04
AK: Add default memory order as template argument for Atomic<T>
Tom
2021-01-04
AK: Decorate RefCountedBase::try_ref with nodiscard
Tom
2021-01-03
AK: Add String{,View}::is_whitespace()
AnotherTest
2021-01-02
AK: Use size_t in methods of Utf8View.
asynts
2021-01-02
AK: Remove redundant compare() functions.
asynts
2021-01-02
Piggyback: AK: Add formatter for std::nullptr_t.
asynts
2021-01-01
AK: Add Result<void, ErrorType> specialization, cleanup
Andrew Kaster
2021-01-01
AK: Add the UUID container
Liav A
2021-01-01
AK: Deal with unsigned integers in binary search.
asynts
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
AK: Add missing 'template' keywords in TypeList
Linus Groh
2020-12-31
AK: Add operator* and operator-> overloads in Optional.
asynts
2020-12-31
AK: Fix some WeakPtr copy constructor variants not copying the link
Tom
2020-12-31
AK: Fix a race condition with WeakPtr<T>::strong_ref and destruction
Tom
2020-12-30
AK+ProtocolServer: Properly close download stream fd's
AnotherTest
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
AK: Add {Input,Output}FileStream
AnotherTest
2020-12-30
AK: Add a ByteBuffer::copy(ReadonlyBytes) overload
AnotherTest
2020-12-30
AK: Replace some SFINAE with requires clauses, clean up existing ones
Andrew Kaster
2020-12-30
AK: Move String::number entirely to header file
Andrew Kaster
2020-12-30
AK: Add tests for type traits and IndexSequence
Andrew Kaster
2020-12-30
AK: Add a TypeList class for expanded compile-time tools
Andrew Kaster
2020-12-30
AK: Add IsArithmetic and IsFundamental type traits
Andrew Kaster
2020-12-30
AK: Correct name in TestMain for TestTrie
Andrew Kaster
2020-12-30
AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfo
Andrew Kaster
2020-12-30
AK: Make binary_search signature more generic.
asynts
2020-12-29
AK: Add HashMap(std::initializer_list<Entry>) constructor
Linus Groh
2020-12-29
AK+Format: Accept unsigned long in replacement fields.
asynts
2020-12-29
AK: Allow trailing '*'s in a glob pattern to match nothing
AnotherTest
2020-12-28
LibGfx+AK: Make text elision work with multi-byte characters
Andreas Kling
2020-12-28
AK: Enable AK::SharedBuffer for all platforms
Andrew Kaster
2020-12-28
AK/Userland: Use AK/Endian.h for portable byte swapping in ntpquery
Andrew Kaster
2020-12-28
AK: Add CLOCK_*_COARSE aliases for darwin and BSD variants
Andrew Kaster
2020-12-27
Kernel: Allow Userspace<T> pointers with invalid content
Andreas Kling
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
[next]