1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 09:17:36 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Sam Atkins 07a0d9df30 WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)
We compute the effective overload sets for each argument count at build
time, to save us having to do it every time a function with overloads
is called.
2022-09-17 21:27:17 +02:00
..
CMakeLists.txt LibIDL+WrapperGenerator: Move IDL code into a library 2022-09-17 21:27:17 +02:00
IDLGenerators.cpp WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^) 2022-09-17 21:27:17 +02:00
main.cpp LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classes 2022-09-17 21:27:17 +02:00