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-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
2022-09-16
LibGL: Make GL::create_context fallible
Andrew Kaster
2022-09-16
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-15
AK+Tests: Don't double-destroy NoAllocationGuard in TestFixedArray
Hendiadyoin1
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
LibJS: Mark test262's __assert_fail as `extern "C"` and use
Hendiadyoin1
2022-09-12
LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour
Ali Mohammad Pur
2022-09-11
LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit
Jelle Raaijmakers
2022-09-11
LibJS: Add the test-test262 utility
davidot
2022-09-11
test262-runner: Don't create a VM and Interpreter if just parsing
davidot
2022-09-11
test262-runner: Convert dbgln to warnln
davidot
2022-09-11
test262-runner: Add option to disable core dumping
davidot
2022-09-11
test262-runner: Attempt to resolve harness for test262 automatically
davidot
2022-09-11
test262-runner: Overwrite __assertion_failed when compiling for Serenity
davidot
2022-09-11
test262-runner: Rename variable stdin to standard_input
davidot
2022-09-11
test262-runner: Use alarm instead of setitimer
davidot
2022-09-11
LibJS: Import the libjs-test262-runner from linusg/libjs-test262
davidot
2022-09-10
LibJS: Allow negative pointers in Value
davidot
2022-09-09
LibC: Consume all whitespace in `scanf` if present in format
Jelle Raaijmakers
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale test files to the LibLocale folder
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-09-05
LibC: Remove the `LibDl` interface target
Tim Schumacher
2022-09-05
Everywhere: Refer to `dlfcn*.h` by its non-prefixed name
Tim Schumacher
2022-09-02
Meta+Tests: Allow running FLAC spec tests
kleines Filmröllchen
2022-09-02
AK: Allow exponents in JSON double values
davidot
2022-08-29
LibRegex: Explicitly check if a character falls into a table-based range
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
Jelle Raaijmakers
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion
Jelle Raaijmakers
2022-08-27
AK: Add `FloatingPoint.h`
Jelle Raaijmakers
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-26
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
davidot
2022-08-26
LibCrypto: Make the constructors of (Un)SignedBigInteger templated
davidot
2022-08-26
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
davidot
2022-08-25
LibTimeZone: Fix tests when ENABLE_TIME_ZONE_DATABASE_DOWNLOAD is OFF
Timothy Flynn
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
[next]