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-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
2022-08-24
Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
Andreas Kling
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-04
Tests: Update TestFontHandling and add new test
thankyouverycool
2022-08-04
Tests: Add a test for markdown image sizes
MacDue
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-27
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
Tim Schumacher
2022-07-27
LibCore: Implement the 'X' modifier into `FilePermissionMask`
Tim Schumacher
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_NUMERIC_GENERAL' with 'AK_'
Linus Groh
2022-07-22
Tests: Add a test for `pthread_cancel`
Tim Schumacher
2022-07-22
Tests: Add tests for `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-20
LibRegex: Partially implement the ECMAScript unicodeSets proposal
Ali Mohammad Pur
2022-07-19
LibC: Remove the `LibPthread` interface target
Tim Schumacher
2022-07-19
Tests: Move the LibPthread tests to the correct namespace
Tim Schumacher
2022-07-19
Everywhere: Refer to `pthread.h` by its non-prefixed name
Tim Schumacher
2022-07-14
AK: Use the correct data types in bitap_bitwise()
Ali Mohammad Pur
2022-07-12
Tests: Remove StringView char const* initialization test
sin-ack
2022-07-12
AK+Userland+Tests: Remove URL(char const*) constructor
sin-ack
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Tests: Convert TestQuotedPrintable decode test to use StringViews
sin-ack
2022-07-12
Tests: Convert TestBase64 decode test to use StringViews directly
sin-ack
2022-07-12
Tests: Make TestSourceLocation basic_scenario specify StringView length
sin-ack
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-10
LibXML: Fail gracefully on integer overflow in character references
Idan Horowitz
2022-07-10
LibRegex: Treat inverted Compare entries as disjunctions
Ali Mohammad Pur
2022-07-09
AK: Add IPv4Address::netmask_from_cidr
Maciej
2022-07-09
LibRegex: Fix lookup table-based range checks in Compare
Ali Mohammad Pur
[next]