1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-16 01:32:24 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Linus Groh edfef8e2f5 Everywhere: Rename WrapperGenerator to BindingsGenerator
This code generator no longer creates JS wrappers for platform objects
in the old sense, instead they're JS objects internally themselves.
Most of what we generate now are prototypes - which can be seen as
bindings for the internal C++ methods implementing getters, setters, and
methods - as well as object constructors, i.e. bindings for the internal
create_with_global_object() method.

Also tweak the naming of various CMake glue code existing around this.
2022-09-21 23:06:08 +01:00
..
IPCCompiler IPCCompiler: Use Core::Stream API 2022-09-20 07:48:45 -04:00
LibEDID LibEDID: Use Core::Stream API to generate PnpIDs 2022-09-20 07:48:45 -04:00
LibLocale LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
LibTimeZone LibTimeZone: Generate DST rule timestamps at compile time 2022-09-17 23:21:32 +02:00
LibUnicode LibUnicode: Use recently added Core::Stream::read_all in code generators 2022-09-21 14:04:22 +01:00
LibWeb Everywhere: Rename WrapperGenerator to BindingsGenerator 2022-09-21 23:06:08 +01:00
StateMachineGenerator StateMachineGenerator: Remove unused variable 2022-09-20 18:54:16 +01:00
CMakeLists.txt LibUnicode: Move CLDR data generators to a LibLocale subfolder 2022-09-05 14:37:16 -04:00