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-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
2020-12-27
LibJS: Implement (mostly) spec compliant version of Number.toString()
Stephan Unverwerth
2020-12-27
AK: Add NO_DISCARD macro to allow clang-format friendly class annotations
Brian Gianforcaro
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Make AK::IsSame<T, U>::value a constexpr bool
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-24
CMake: Decouple cmake utility functions from top-level CMakeLists.txt
Lenny Maiorani
2020-12-23
CMake: Remove file globbing in AK/Tests
Lenny Maiorani
2020-12-23
Kernel: Don't assert on PT_PEEK with kernelspace address
Andreas Kling
2020-12-21
AK: Make JsonParser::parse_number properly parse >32bit ints
Sahan Fernando
2020-12-21
AK: Test StringUtils::convert_to_int for different types
Sahan Fernando
[next]