index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2022-11-03
AK: Add framework for a unified floating point to string conversion
Dan Klishch
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-31
LibVideo: Add VideoFrame class for decoded video frames
Zaggy1024
2022-10-27
Tests: Add pthread scheduler priority tests
kleines Filmröllchen
2022-10-25
Tests: Use new global variables at /sys/kernel/ directory
Liav A
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
LibC+Tests: Add extra tests for special values for strtod
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-19
LibGL: Remove context initialization from tests
Jelle Raaijmakers
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-17
LibTimeZone: Default to UTC if parsing the TZ environment variable fails
Timothy Flynn
2022-10-16
LibGL: Immediately dereference vertex attribute data in display lists
Jelle Raaijmakers
2022-10-16
Kernel: Use more fine-grained content data block granularity in TmpFS
Liav A
2022-10-14
LibSQL: Rewrite the SQL::Value type to be contained within one class
Timothy Flynn
2022-10-14
LibSQL: Remove infallible type conversions from SQL::Value
Timothy Flynn
2022-10-14
Tests+Userland: Implement AARCH64 support for some inline assembly blobs
Gunnar Beutner
2022-10-14
Tests+Userland: Prefer using __builtin_trap() instead of UD2
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-12
test262-runner: Use names for the different exit codes
davidot
2022-10-12
test262-runner: Port to Core::Stream
davidot
2022-10-12
test-test262: Port to Core::Stream and use TRY more
davidot
2022-10-12
test-test262: Close the output file stream after writing
davidot
2022-10-12
LibVideo: Allow the VP9 decoder to decode ultra high resolution video
Zaggy1024
2022-10-11
LibCompress: Brotli support metadata of skip_length=0
Tommy Murphy
2022-10-11
AK+Tests: Correct off-by-one error when right-trimming text
Sam Atkins
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-10
Tests: Remove LibRegex benchmark test file that has become stale
Andrew Kaster
2022-10-09
LibVideo: Add test to ensure that a VP9 WebM file will decode
Zaggy1024
2022-10-09
AK+Tests: Avoid creating invalid code points from malformed UTF-8
Ben Wiederhake
2022-10-07
LibUnicode: Update code point ideographic replacements for Unicode 15
Timothy Flynn
2022-10-07
LibUnicode: Fix Hangul syllable composition for specific cases
matcool
2022-10-06
LibC: Implement `mkstemps()` in stdlib and add a test
EWouters
2022-10-06
Tests: Add tests for LibUnicode's normalize
matcool
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-28
LibTimeZone: Use the last DST rule in the TZDB if a match isn't found
Timothy Flynn
2022-09-26
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-24
Revert "Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects"
Liav A
2022-09-21
AK+LibJS: Handle NaN-boxing pointers on AArch64
Daniel Bertalan
2022-09-20
Kernel/Tests: Don't compile x86 IO for non-x86 builds
Liav A
2022-09-20
AK: Fix bad parsing of some file:/// URLs with base URL
Andreas Kling
2022-09-17
LibCompress+Tests: Demonstrate and fix faulty metadata length
Ben Wiederhake
2022-09-16
Tests: Move the former LibM test into the LibC namespace
Tim Schumacher
[next]