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-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
2021-11-10
AK: Properly declare inheritance of Bitmap from BitmapView
Ben Wiederhake
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Add some more ways to construct Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Make Error.h pull in Try.h
Andreas Kling
2021-11-08
AK: Add a variant of adopt_nonnull_own_or_enomem() for userspace
Andreas Kling
2021-11-08
AK: Remove now-unused OSError class
Andreas Kling
2021-11-08
AK: Allow subclassing Error
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
AK: Don't define ENABLE_COMPILETIME_FORMAT_CHECK when parsed by CLion
Andreas Kling
2021-11-08
AK: Don't define AK_HAS_CONDITIONALLY_TRIVIAL when parsed by CLion IDE
Andreas Kling
2021-11-08
AK: Make Error and ErrorOr<T> work in Lagom as well :^)
Andreas Kling
2021-11-08
AK: Add ErrorOr<T>::release_value_but_fixme_should_propagate_errors()
Andreas Kling
2021-11-08
AK: Bring AK::Error into the global namespace
Andreas Kling
2021-11-08
AK: Add adopt_nonnull_ref_or_enomem() for userspace
Andreas Kling
2021-11-08
AK: Add Error and ErrorOr<T>
Andreas Kling
2021-11-06
AK: Add min and max functions to Statistics
Musab Kılıç
2021-10-31
AK: Make BumpAllocator work in multi-threaded environments
Ben Wiederhake
2021-10-31
AK+Tests: Fix formatting of infinity and NaN values
Daniel Bertalan
2021-10-26
AK: Prefix debug log messages with current-time-since-boot
Andreas Kling
2021-10-25
AK: Allow seed value to be specified in string_hash()
Leandro Pereira
2021-10-25
AK: Always inline Optional::release_value()
Andreas Kling
2021-10-25
AK: Add fast path for constructing StringImpl from "" literal
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
AK: Don't crash on invalid Base64 input
Ben Wiederhake
2021-10-23
AK: Prevent accidental misuse of BumpAllocator
Ben Wiederhake
2021-10-23
AK: Fix BumpAllocator iteration if last object doesn't align
Ben Wiederhake
2021-10-23
AK: Check consistency during BumpAllocator allocation
Ben Wiederhake
2021-10-21
AK: Avoid temporary String allocation in Formatter<FormatString>
Daniel Bertalan
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-10-21
AK: Add IsPOD<T> template to StdLibExtras
Linus Groh
2021-10-17
AK: Make Span trivially copy-constructible
Daniel Bertalan
2021-10-15
AK: Use UnicodeUtils::code_point_to_utf8 in StringBuilder
Daniel Bertalan
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-11
AK: Add support for ARCH(AARCH64) to Platform.h
James Mintram
2021-10-10
AK: Implement a way to resolve relative paths lexically
Ben Wiederhake
2021-10-08
AK: Always inline the RefCountedBase functions
Andreas Kling
2021-10-08
AK: Calculate CircularQueue::end() correctly (for real this time)
Peter Elliott
2021-10-07
Kernel: Note if the page fault address is a destroyed smart pointer
Luke Wilde
[next]