1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
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
..
BindingsGenerator Userland+AK: Stop using getopt() for ArgsParser 2023-02-28 15:52:24 +03:30
CMakeLists.txt LibWeb: Add new code generator for creating exposed interface helpers 2022-10-09 10:14:57 +02:00
GenerateCSSEnums.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateCSSMediaFeatureID.cpp LibWeb: Make property/media-feature name matching ASCII case-insensitive 2023-02-19 00:46:47 +01:00
GenerateCSSPropertyID.cpp LibWeb: Make property/media-feature name matching ASCII case-insensitive 2023-02-19 00:46:47 +01:00
GenerateCSSTransformFunctions.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateCSSValueID.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateWindowOrWorkerInterfaces.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
GeneratorUtil.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00