1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland
Ali Mohammad Pur d8388f30c8 Meta: Make the WrapperGenerator generate includes based on imports
We no longer include all the things, so each generated IDL file only
depends on the things it actually needs now.
A possible downside is that all IDL files have to explicitly import
their dependencies.

Note that non-IDL dependencies still remain and are injected into all
generated files, this can be resolved later if desired by allowing IDL
files to import headers.
2022-02-16 22:48:32 +03:30
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications Applications: Run gml-format 2022-02-15 19:33:46 +02:00
Demos Demos: Use default constructors/destructors 2022-02-15 23:00:03 +02:00
DevTools DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Libraries Meta: Make the WrapperGenerator generate includes based on imports 2022-02-16 22:48:32 +03:30
Services WebContent: Exit peacefully when client dies during synchronous IPC 2022-02-16 12:03:05 +01:00
Shell Shell: Use strncmp() instead of string.compare() for name completions 2022-02-05 16:59:12 +03:30
Utilities Utilities: Add a basic install utility 2022-02-16 19:51:52 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00