1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Timothy Flynn dc77ec733f IPCCompiler: Fix build when GENERATE_DEBUG is enabled
1. We don't need to escape the quotes in the dbgln() statements because
   these are raw strings.
2. The dbgln() statements must end with a semicolon.
2022-12-26 09:36:16 +01:00
..
IPCCompiler IPCCompiler: Fix build when GENERATE_DEBUG is enabled 2022-12-26 09:36:16 +01:00
LibEDID LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
LibGL LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00
LibLocale Lagom/CodeGenerators: Use HashMap::try_ensure_capacity 2022-12-10 14:29:46 +01:00
LibTimeZone Lagom/CodeGenerators: Use HashMap::try_ensure_capacity 2022-12-10 14:29:46 +01:00
LibUnicode LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
LibWeb LibJS: Convert Object::construct() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
StateMachineGenerator LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
CMakeLists.txt LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00