slint/internal/compiler/llr
Olivier Goffart e85e69fda0
Declare .slint enum in one place in i-slint-common
This avoid repeating the enums both in the compiler and in
the runtime library, and register them in a bunch of other places.

So it should be easier to add enums and enum values

Since cbindgen doesn't see through the macro, generate the enum
manually
2022-04-14 19:17:48 +02:00
..
optim_passes Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
expression.rs janitor: cspell fixes 2022-04-13 14:42:32 +02:00
item_tree.rs Support for referring to other globals from globals 2022-02-28 10:14:34 +01:00
lower_expression.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
lower_to_item_tree.rs Fix the inliner thinking property are not modified when they are 2022-02-17 16:25:48 +01:00
pretty_print.rs Count the uses of property, and do not generate properties that are not used 2022-02-17 16:25:48 +01:00