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-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
2021-05-19
Everywhere: Add missing includes for <AK/OwnPtr.h>
Gunnar Beutner
2021-05-19
AK: Allow AK::Variant::visit to return a value
Timothy Flynn
2021-05-19
Time: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-19
AK: Make vout() log to debug instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-18
AK: StringBuilder should prefer to use its inline capacity first
Gunnar Beutner
2021-05-18
AK: Implement StringBuilder::append_as_lowercase(char ch)
Max Wipfli
2021-05-18
AK: Add deduction guides to Tuple
Ali Mohammad Pur
2021-05-18
AK: Let HashMap export its key and value types
Ali Mohammad Pur
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-18
AK: Make LexicalPath handle relative paths correctly
Gunnar Beutner
2021-05-18
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-18
AK/PrintfImplementation: Change static constexpr array to function local
Lenny Maiorani
2021-05-18
AK: Revert removal of StringBuilder::will_append optimization
Gunnar Beutner
2021-05-17
AK: Sort all the debug macros
Linus Groh
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-17
AK: Include HashTable.h in StringImpl.cpp
Ali Mohammad Pur
2021-05-17
AK: Include String.h in ScopeLogger
Ali Mohammad Pur
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
2021-05-17
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-16
AK: Don't read past the end in BitmapView::count_in_range()
Andrew Kaster
2021-05-16
AK: Don't call memcpy with null argument in ByteBuffer::copy()
Andrew Kaster
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
AK+Meta: Add a debug option for Solitaire
Timothy Flynn
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
AK: Try to avoid String allocation in FlyString(StringView)
Andreas Kling
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-14
AK: Fix redefinition of macro inside AK/Platform.h
Jean-Baptiste Boric
2021-05-14
AK: Remove unused STRINGIMPL_DEBUG instrumentation
Andreas Kling
2021-05-14
AK: Make StringView::hash() constexpr
Andreas Kling
2021-05-14
AK: Avoid allocations in ByteBuffer
Gunnar Beutner
2021-05-14
AK: Use move semantics to avoid copying in JSON parser
Andreas Kling
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-05-14
AK: Avoid passing nullptr to __buitin_memcpy() in ByteBuffer::grow()
Ali Mohammad Pur
2021-05-14
AK: Add #define for [[gnu::no_sanitize_address]]
Andrew Kaster
2021-05-14
AK: Vector::resize() should initialize new slots for primitive types
Gunnar Beutner
[next]