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-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024
2022-10-30
AK+Meta: Add WEB_FETCH_DEBUG macro
Linus Groh
2022-10-24
AK: Add SplitBehavior::KeepTrailingSeparator with tests
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-23
AK: Make the JsonParser use the new double parser for numbers
davidot
2022-10-23
AK: Add to_{double, float} convenience functions to all string types
davidot
2022-10-23
AK: Add an exact and fast hex float parsing algorithm
davidot
2022-10-23
AK: Add an exact and fast floating point parsing algorithm
davidot
2022-10-23
AK: Make truncating UFixedBigInts constexpr
davidot
2022-10-20
AK: Do not append string bytes as code points when title-casing a string
Timothy Flynn
2022-10-17
Kernel/aarch64: Initialize TimeManagement in init.cpp
Timon Kruiper
2022-10-16
AK: Document the non-standard extensions in TRY
Paul Herman
2022-10-16
Kernel: Add VALIDATE_IS_AARCH64 guard macro
Gunnar Beutner
2022-10-16
AK+Userland: Use a CMake variable for AK_SOURCES instead of GLOB
Andrew Kaster
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
[next]