summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-01-22LibTextCodec: Make utf-16be and utf-16le codecs actually workNico Weber
2023-01-22AK: Add a String factory to create a string from a single code pointTimothy Flynn
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-21AK: Add `split()` for `String`martinfalisse
2023-01-21AK: Rename double_hash to rehash_for_collisionTimothy Flynn
2023-01-20LibCore: Remove `FileStream`Tim Schumacher
2023-01-20Tests: Use `Core::Stream` to write output files in LibGL testsTim Schumacher
2023-01-20AK: Remove `DuplexMemoryStream`Tim Schumacher
2023-01-20LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of()Ali Mohammad Pur
2023-01-20AK: Support creating known short string literals at compile timeTimothy Flynn
2023-01-20Tests: Use AK::shuffle() for shufflingSam Atkins
2023-01-20Tests/LibGfx: Fix test_gif test caseLiav A
2023-01-20Tests/LibGfx: Fix test_not_ico test caseLiav A
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-19Tests: Mark TestCommonmark as DISABLEDSam Atkins
2023-01-19Tests: Add missing library dependency for LibTimeZone testsSam Atkins
2023-01-19Tests: Add missing library dependencies for LibGL testsSam Atkins
2023-01-19Tests: Move test PDF files into Tests/LibPDFSam Atkins
2023-01-19Tests: Correct `serenity_test()` invocation for LibTTFSam Atkins
2023-01-19LibCore: Make the FileWatcher test resilient against outside eventsTimothy Flynn
2023-01-19AK: Don't write trailing zeros with %gPeter Elliott
2023-01-19LibCore: Let offset-related Stream functions return an unsigned valueTim Schumacher
2023-01-18AK+LibUnicode: Provide Unicode-aware caseless String matchingTimothy Flynn
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-18LibCore: Implement FileWatcher for LinuxTimothy Flynn
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17AK: Add JsonValue::{is,as}_integer() methodsSam Atkins
2023-01-17LibCore: Do short forward seeks by discarding bytes from the bufferTim Schumacher
2023-01-17LibCore: Calculate the correct seek offset for buffered streamsTim Schumacher
2023-01-16AK+LibUnicode: Provide Unicode-aware String titlecase transformationTimothy Flynn
2023-01-16LibUnicode: Support full case folding for titlecasing a stringTimothy Flynn
2023-01-16LibUnicode: Generate simple case folding mappings for titlecaseTimothy Flynn
2023-01-15AK+Test: Fix a logic error in `CircularBuffer::offset_of()`Lucas CHOLLET
2023-01-15Tests/LibGfx: Add tests for compressed TGA imagesLiav A
2023-01-15Tests/LibGfx: Add tests for top-left and bottom-left TGA imagesLiav A
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15LibCrypto: Define *BigInteger::to_base to convert big integers to StringTimothy Flynn
2023-01-15LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecatedTimothy Flynn
2023-01-15AK: Add String::is_one_of for variadic string comparisonTimothy Flynn
2023-01-15AK: Add a somewhat naive implementation of String::reverseTimothy Flynn
2023-01-14AK: Add an optional starting offset to `CircularBuffer::offset_of`Lucas CHOLLET
2023-01-14LibWeb+Tests: Demonstrate slowness of CSS::value_id_from_stringBen Wiederhake
2023-01-14LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is setBen Wiederhake
2023-01-14AK+Tests: Make CaseInsensitiveStringViewTraits work with HashMap againBen Wiederhake
2023-01-14AK: Remove `CircularDuplexStream`Tim Schumacher
2023-01-14LibCore: Add `AllocatingMemoryStream::offset_of`Tim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher