slint/sixtyfps_compiler
Simon Hausmann f28d6f88c2 Don't read a file multiple times when importing it multiple times
Delay the reading bit from the file system until we have a cache miss in
all_documents.
2020-11-02 16:47:15 +01:00
..
generator Add ability for the native style to export native Globals 2020-11-02 16:13:04 +01:00
parser Parse global structure 2020-10-28 07:18:24 +01:00
parser_test_macro Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
passes Implement min/max size restriction on the window 2020-10-29 19:08:52 +01:00
tests Prepare the compiler to be async 2020-10-30 15:00:04 +01:00
widgets Clean up NativeButton 2020-10-30 16:28:06 +01:00
build.rs Attempt to fix windows build by making sure that slashes in path are escaped 2020-09-05 16:50:27 +02:00
Cargo.toml Prepare the compiler to be async 2020-10-30 15:00:04 +01:00
diagnostics.rs Add test coverage for errors generated during import processing 2020-10-29 10:46:40 +01:00
expression_tree.rs Change Type::Object to be able to hold a name 2020-10-27 16:09:05 +01:00
generator.rs Move Type and related concepts in a different module 2020-10-23 11:17:14 +02:00
langtype.rs Add ability for the native style to export native Globals 2020-11-02 16:13:04 +01:00
layout.rs Implement min/max size restriction on the window 2020-10-29 19:08:52 +01:00
lexer.rs Allow dashes in identifier 2020-10-22 18:32:25 +02:00
lib.rs Clean up typeloader a bit 2020-11-02 15:58:53 +01:00
object_tree.rs Add ability for the native style to export native Globals 2020-11-02 16:13:04 +01:00
parser.rs Parser: put the component name in a DeclaredIdentifier node 2020-10-28 07:18:24 +01:00
typeloader.rs Don't read a file multiple times when importing it multiple times 2020-11-02 16:47:15 +01:00
typeregister.rs Add ability for the native style to export native Globals 2020-11-02 16:13:04 +01:00