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
2022-10-14
AK: Add StringView::find_last_not
Undefine
2022-10-15
AK: Explictly disallow lvalue reference types within Variant
Timothy Flynn
2022-10-14
AK: Make StringUtils::matches() handle escaping
demostanis
2022-10-14
AK: Stub out the NAKED macro on AARCH64
Gunnar Beutner
2022-10-14
AK+Toolchain: Make char and wchar_t behave on AARCH64
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-14
AK: Fix aarch64 versions of math functions
Hendiadyoin1
2022-10-14
AK: Add support for some trivial math functions on aarch64
Hendiadyoin1
2022-10-12
AK: Fix FreeBSD compilation for clock
Al Hoang
2022-10-12
WebDriver: Add new WebDriver service
Sam Atkins
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-10-10
AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-09
AK: Fix 'constexpr' attribute on non-constexpr function
Ben Wiederhake
2022-10-09
AK+Tests: Avoid creating invalid code points from malformed UTF-8
Ben Wiederhake
2022-10-09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
Ben Wiederhake
2022-10-07
AK: Change ErrorOr to contain a Variant rather than inherit from it
Timothy Flynn
2022-10-06
AK: Print VERIFY() error messages in release builds
Andreas Kling
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-10-02
AK: Add more AK_OS_FOO macros, including AK_OS_SERENITY
Andreas Kling
2022-10-01
AK: Fix naming conflict with compiler builtin
Daniel Bertalan
2022-09-30
AK: Fix a comment typo
Nico Weber
2022-09-29
Lagom: Fix printf implementation on win32
Diego Iastrubni
2022-09-29
Lagom: Win32 support baby steps
Diego Iastrubni
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-28
AK+Meta: Define a debug flag for LibTimeZone
Timothy Flynn
2022-09-27
AK: Make ErrorOr::error() const and return a const reference
Lucas CHOLLET
2022-09-27
AK: Add StringView operator==(char)
Lucas CHOLLET
2022-09-21
Everywhere: Rename WrapperGenerator to BindingsGenerator
Linus Groh
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-20
AK: Fix bad parsing of some file:/// URLs with base URL
Andreas Kling
2022-09-20
AK: Do not require an allocated String for fuzzy matching
Timothy Flynn
2022-09-18
AK: Move heavyweight fuzzy matching to own compilation unit
Ben Wiederhake
2022-09-16
AK: Define both `::nullptr_t` and `std::nullptr_t`
Tim Schumacher
2022-09-15
StringBuilder: Add try_append_repeated() and append_repeated()
Lucas CHOLLET
2022-09-09
AK: Warn when trying to set `@foo@` as a SourceGenerator key
Sam Atkins
2022-09-08
AK: Allow creating NonnullPtrVectors from an initializer list
Sam Atkins
2022-09-03
AK: Make Weakable non-atomic
Andreas Kling
2022-09-02
AK: Allow exponents in JSON double values
davidot
2022-08-30
AK: Add find_first_split_view() helper for StringView container
Liav A
2022-08-27
AK: Add `FloatingPoint.h`
Jelle Raaijmakers
2022-08-27
AK: Make empty FixedArray smaller
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
AK: Add Singleton special-case constructor for SpinlockProtected
kleines Filmröllchen
2022-08-15
AK: Allow bit_cast to be used in constant evaluated context
davidot
2022-08-05
AK: Add human_readable_digital_time() helper
thankyouverycool
2022-08-05
AK: Suppress -Wunqualified-std-cast-call in the CLion IDE
Andreas Kling
2022-08-01
AK: Prefix CACHE_ALIGNED & SYSTEM_CACHE_ALIGNMENT_SIZE
Brian Gianforcaro
2022-07-31
AK: Fix usage of undefined variables
Filiph Sandström
[next]