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-05-31
AK: Add Formatter<unsigned char[Size]>
Linus Groh
2021-05-31
AK: Guard inline assembly with ARCH(I386) and provide alternative
Andrew Kaster
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-31
AK: Remove the m_length member for StringBuilder
Gunnar Beutner
2021-05-31
AK: Fix accidentally-quadratic behavior in StringBuilder
Gunnar Beutner
2021-05-31
AK: Use ByteBuffer::append for the StringBuilder class
Gunnar Beutner
2021-05-31
AK: Split the ByteBuffer::trim method into two methods
Gunnar Beutner
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-31
AK: Handle LEB128 encoded values that are too large for the result type
Andrew Kaster
2021-05-30
Revert "AK: Fix accidentally-quadratic behavior in StringBuilder"
Ben Wiederhake
2021-05-30
AK: Honor variable precision argument when formatting
Tim Schumacher
2021-05-30
WebServer: Put dbgln's behind WEBSERVER_DEBUG
Edwin Hoksberg
2021-05-30
AK: Verify that m_impl is non-null in String::operator[]
Max Wipfli
2021-05-30
AK: Fix accidentally-quadratic behavior in StringBuilder
Ben Wiederhake
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-30
AK: Declare malloc_good_size as extern "C"
sin-ack
2021-05-29
AK: Move RefCountedBase definitions out-of-line
Andreas Kling
2021-05-29
AK: Extend round_to_power_of_two to types other than `unsigned`
Andrew Kaster
2021-05-29
AK+Kernel: Hide AK::adopt_own from usage in the Kernel
Brian Gianforcaro
2021-05-28
AK: Add platform macros to detect presence of AddressSanitizer
Andrew Kaster
2021-05-27
AK: Convince GCC that m_outline_capacity isn't being read
Gunnar Beutner
2021-05-27
LexicalPath: Reset dirname if it's empty
Tim Schumacher
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-27
AK: Add a way to slice from the end of a span
Ali Mohammad Pur
2021-05-27
AK: Explicitly initialize buffer member in ByteBuffer
Andrew Kaster
2021-05-26
AK: Implement AK::Stack
Jesse Buhagiar
2021-05-26
AK: Define MakeSigned<...>::Type as void in the base struct
Ali Mohammad Pur
2021-05-25
AK: Add String::repeated(StringView, size_t count)
Matthew Olsson
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
AK/NumericLimits: Add `lowest()` for floating-point types
Jelle Raaijmakers
2021-05-22
IntrusiveList: Remove redundant constructor
Lenny Maiorani
2021-05-22
AK/Vector: Constify find_first_index()
Jelle Raaijmakers
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-22
AK: Remove [[gnu::noinline]] attribute from some variant members
Ali Mohammad Pur
2021-05-22
AK: Use calculate_base64_encoded_length in encode_base64
Idan Horowitz
2021-05-21
Games: Add Hearts
Gunnar Beutner
2021-05-21
AK: Add Utf8View::iterator_at_byte_offset method
Max Wipfli
2021-05-21
AK: Add substring methods to Utf8View
Max Wipfli
2021-05-21
AK: Change some argument and return types in Utf8View from int to size_t
Max Wipfli
2021-05-21
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Andrew Kaster
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-20
AK: Added contains_in_range to Vector
r-paiva
2021-05-20
AK: Add UnicodeUtils with Unicode-related helper functions
Max Wipfli
2021-05-20
Variant: Remove redundant inline keyword
Lenny Maiorani
2021-05-20
AK: Don't unlink intrusive list elements in the destructor
Gunnar Beutner
2021-05-19
Bitmap: De-duplicate bitmasks
Lenny Maiorani
2021-05-19
AK: Add String::find_all() and String::count()
Maciej Zygmanowski
2021-05-19
AK: Add inline storage support for the Function class
Gunnar Beutner
[next]