1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
GMLCompiler GMLCompiler: Add icon_from_path and frame_style properties 2023-09-24 20:05:33 -06:00
IPCCompiler AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
JSSpecCompiler JSSpecCompiler: Add converter from LibCpp's AST 2023-10-02 21:15:08 +02:00
LibEDID LibEDID: Ignore duplicate PNP IDs 2023-06-08 13:03:14 +02:00
LibGL AK: Make SourceGenerator::fork() infallible 2023-08-22 13:08:24 +02:00
LibLocale LibLocale: Parse day-period hour cycle preferences 2023-10-05 17:01:02 +02:00
LibPublicSuffix LibPublicSuffix: Add Library and Generators 2023-08-17 15:30:23 +01:00
LibTimeZone LibTimeZone+Userland: Include Link entries when returning all time zones 2023-10-05 17:01:02 +02:00
LibUnicode LibUnicode: Update to Unicode version 15.1.0 2023-09-15 18:30:26 +02:00
LibWeb AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
StateMachineGenerator AK: Make SourceGenerator::fork() infallible 2023-08-22 13:08:24 +02:00
CMakeLists.txt JSSpecCompiler: Make it compile and dump AST created from stdin input 2023-08-31 11:00:31 +02:00