ladybird/Tests
Ali Mohammad Pur db886fe18b Userland+AK: Stop using getopt() for ArgsParser
This commit moves the implementation of getopt into AK, and converts its
API to understand and use StringView instead of char*.
Everything else is caught in the crossfire of making
Option::accept_value() take a StringView instead of a char const*.

With this, we must now pass a Span<StringView> to ArgsParser::parse(),
applications using LibMain are unaffected, but anything not using that
or taking its own argc/argv has to construct a Vector<StringView> for
this method.
2023-02-28 15:52:24 +03:30
..
AK AK: Fix DeprecatedString::bijective_base_from for large numbers 2023-02-26 21:06:21 +03:30
Kernel Userland+AK: Stop using getopt() for ArgsParser 2023-02-28 15:52:24 +03:30
LibAudio LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LibC LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LibCompress LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LibCore Userland+AK: Stop using getopt() for ArgsParser 2023-02-28 15:52:24 +03:30
LibCpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LibCrypto
LibEDID
LibELF LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LibGfx Tests: Add a test for SOF0 images with several scans 2023-02-27 13:39:22 +01:00
LibGL LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LibIMAP
LibJS Userland+AK: Stop using getopt() for ArgsParser 2023-02-28 15:52:24 +03:30
LibLocale
LibMarkdown LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LibPDF
LibRegex LibRegex: Bail out of atomic rewrite if a block doesn't contain compares 2023-02-15 10:14:26 +01:00
LibSQL
LibTest
LibTextCodec LibTextCodec+Everywhere: Port Decoders to new Strings 2023-02-19 17:15:47 +01:00
LibThreading
LibTimeZone
LibTLS LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LibTTF
LibUnicode LibUnicode: Add a unit test for Unicode grapheme and word segmentation 2023-02-25 22:23:39 +01:00
LibVideo Tests/LibVideo: Test to ensure that VP9 reference vector clamping works 2023-02-08 18:56:42 +00:00
LibWasm Tests: Implement multi-value returns in test-wasm 2023-02-26 10:54:23 +03:30
LibWeb LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2023-02-28 12:21:56 +01:00
LibXML
Spreadsheet
UserspaceEmulator
CMakeLists.txt