ladybird/Userland/Libraries/LibIDL
Timothy Flynn ec36d7122f LibIDL: Depend on LibCoreMinimal instead of LibCore
When any LibCore file (or any of its dependents) changes, we have to
regenerate all IDL bindings. By depending on LibCoreMinimal, the number
of impacting files greatly reduces.

As an example, changing a .cpp file in LibUnicode would previously cause
about 1800 ninja targets to rebuild. This is now reduced to about 200.
2024-06-23 19:52:45 +02:00
..
CMakeLists.txt LibIDL: Depend on LibCoreMinimal instead of LibCore 2024-06-23 19:52:45 +02:00
IDLParser.cpp LibIDL+LibWeb: Mark [FIXME] interfaces as [[Unimplemented]] 2024-06-11 16:33:30 +02:00
IDLParser.h LibIDL+LibWeb: Add support for WebIDL setlike declarations on interfaces 2024-05-23 10:57:34 +02:00
Types.cpp AK+LibIDL: Put IDL dbgln statement behind a debug flag 2023-11-15 23:42:53 +01:00
Types.h IDLGenerators: Handle restricted/unrestricted floating point types 2024-05-29 08:18:24 +02:00