ladybird/Tests
2023-02-11 00:03:14 +01:00
..
AK Tests: Add a few tests to verify vectors are using inline storage 2023-02-11 00:03:14 +01:00
Kernel AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
LibAudio LibAudio: Remove try_ prefix from fallible LoaderPlugin methods 2023-01-28 22:41:36 +01:00
LibC AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
LibCompress AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
LibCore AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
LibCpp
LibCrypto LibCrypto: Define *BigInteger::to_base to convert big integers to String 2023-01-15 01:00:20 +00:00
LibEDID
LibELF
LibGfx LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
LibGL LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
LibIMAP
LibJS Tests: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
LibLocale LibJS+LibLocale: Port Intl.DateTimeFormat to String 2023-01-27 18:00:17 +00:00
LibMarkdown Tests: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-26 09:57:14 -05:00
LibPDF Tests: Move test PDF files into Tests/LibPDF 2023-01-19 11:50:10 +00:00
LibRegex AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
LibSQL AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
LibTest
LibTextCodec LibTextCodec: Make utf-16be and utf-16le codecs actually work 2023-01-22 21:30:44 +00:00
LibThreading
LibTimeZone Tests: Add missing library dependency for LibTimeZone tests 2023-01-19 11:50:10 +00:00
LibTLS
LibTTF Tests: Correct serenity_test() invocation for LibTTF 2023-01-19 11:50:10 +00:00
LibUnicode LibUnicode: Parse and generate case folding code point data 2023-01-18 14:43:40 +00:00
LibVideo Tests/LibVideo: Test to ensure that VP9 reference vector clamping works 2023-02-08 18:56:42 +00:00
LibWasm AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
LibWeb LibWeb: Fix clearance to update y offset within current block 2023-02-10 20:55:33 +01:00
LibXML
Spreadsheet
UserspaceEmulator
CMakeLists.txt