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-12-05
AK: Implement missing const getters in AK::Error, fix typo
Ben Wiederhake
2021-12-05
AK: Implement Formatter for ErrorOr<>
Ben Wiederhake
2021-12-05
AK: Mark smart pointer classes as [[nodiscard]]
Sam Atkins
2021-12-01
Kernel: Add VALIDATE_IS_X86 macro
James Mintram
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
AK: Stop Vector::extend from unnecessary reallocation
kleines Filmröllchen
2021-11-28
AK: Add Vector::unchecked_append for data pointers
kleines Filmröllchen
2021-11-28
AK: Expose Buffered's buffer size and underlying stream
kleines Filmröllchen
2021-11-28
AK: Allow to "get a result" from Result<void>
Hendiadyoin1
2021-11-28
AK: Remove unused static member of Bitmap
Ben Wiederhake
2021-11-23
AK: On macOS host builds, wrap unistd.h with missing extern "C"
csb6
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-22
AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures
Andreas Kling
2021-11-22
AK: Add LexicalPath::prepend()
Tim Schumacher
2021-11-22
AK: Mark MemMem header-only functions as inline rather than static
Andrew Kaster
2021-11-21
Kernel: Wrap format timespec assignment in a check for !AARCH64
James Mintram
2021-11-18
AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool
Andreas Kling
2021-11-18
AK: Implement `acos<T>` correctly
Jelle Raaijmakers
2021-11-17
AK: Add missing return in Formatter<unsigned char[Size]>::format()
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Add failable try_* functions to StringBuilder
Andreas Kling
2021-11-17
AK: Forward declare Error and ErrorOr in AK/Forward.h
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
AK: Verify that we are not overreaching in StringView's substring_view()
Hendiadyoin1
2021-11-16
AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtr
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-const-return-type warning in Bitmap
Andrew Kaster
2021-11-14
AK: Suppress false positive readability-non-const-parameter in Function
Andrew Kaster
2021-11-14
AK+Kernel: Suppress clang-tidy warnings from the cert-* category
Andrew Kaster
2021-11-14
AK: Avoid implicit conversion clang-tidy warnings in AK::Time
Andrew Kaster
2021-11-14
AK: Move StandardFormatter argument into base class initializer
Andrew Kaster
2021-11-14
AK: Avoid implicit conversions in TypeErasedParameter::to_size()
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-qualified-auto warnings
Andrew Kaster
2021-11-14
AK: Mark StringView::find_any_of() as const
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy warnings about unusual assignment operators
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
2021-11-14
AK: Use capitalized literal suffixes for AK::abs() overloads
Andrew Kaster
2021-11-14
AK: Avoid else after return in files commonly included by the Kernel
Andrew Kaster
2021-11-14
AK: Use proper type for bool NumericLimits::min and max specialization
Andrew Kaster
2021-11-14
AK: Suppress false-positive clang-tidy warning in Assertions.h
Andrew Kaster
2021-11-14
Meta: Add basic clang-tidy configuration
Andrew Kaster
2021-11-14
AK: Swallow 'L' format specifier until it is properly implemented
Brian Gianforcaro
2021-11-11
LibWasm: Implement module validation
Ali Mohammad Pur
2021-11-11
AK: Allow to clear HashTables/Maps with capacity
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.h
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
[next]