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-17
AK: Add Vector::remove overload for removing entire ranges
Tom
2021-01-17
Kernel: Add safe atomic functions
Tom
2021-01-17
LibGfx: Convert all the dbg() in BMPLoader to dbgln()
Andreas Kling
2021-01-17
AK: Make is<T>(input) use input.fast_is<T>() if available
Andreas Kling
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
AK: Add enabled template parameter to dbgln.
asynts
2021-01-15
AK: Add String::join() helper function
Linus Groh
2021-01-15
AK: Add JsonArray(const Vector<T>) constructor
Linus Groh
2021-01-15
Badge: Access to underlying type
Lenny Maiorani
2021-01-15
StringView: Implement `find_first_of` in terms of `AK::find`
Lenny Maiorani
2021-01-15
AK: Implement generic any_of algorithm
Lenny Maiorani
2021-01-12
AK: Use StringView::find() in StringView::split_view()
AnotherTest
2021-01-12
AK: Add String{View,}::find(StringView)
AnotherTest
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
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
[next]