slint/sixtyfps_compiler
Simon Hausmann 66299437f0 Fix C++ build
The path types are now all in the private_api namespace
2021-06-21 15:50:58 +02:00
..
generator Fix C++ build 2021-06-21 15:50:58 +02:00
parser Allow to give a name to for and if 2021-06-18 16:40:40 +02:00
parser_test_macro Rename SyntaxNodeWithSourceFile to SyntaxNode 2021-04-13 17:10:56 +02:00
passes Layout: Make the default padding and spacing 0 2021-06-21 14:29:53 +02:00
tests Properly detect layout loop involving images 2021-06-21 12:33:15 +02:00
widgets Apply suggestions from code review 2021-06-21 14:29:53 +02:00
build.rs Fix a bunch of cargo clippy warnings in the compiler 2020-12-07 12:54:38 +01:00
builtin_macros.rs Don't re-use Type::Void for inferred type 2021-06-07 20:40:36 +02:00
builtins.60 Fix C++ build 2021-06-21 15:50:58 +02:00
Cargo.toml Upgrade lyon_path version since the PR in lyon_path was merged. 2021-06-06 09:37:32 +02:00
diagnostics.rs syntax_tests: Try to build the object_tree::document even in case of parse error 2021-04-14 11:46:49 +02:00
expression_tree.rs Allow accessing the width and height of the image in .60 2021-06-21 11:22:50 +02:00
generator.rs Update sixtyfps_compiler/generator.rs 2021-05-20 13:40:51 +02:00
langtype.rs Fix unit tests 2021-06-18 15:46:45 +02:00
layout.rs Layout: Make the default padding and spacing 0 2021-06-21 14:29:53 +02:00
lexer.rs Don't panic when a string literal contains a new line 2021-04-06 13:16:38 +02:00
lib.rs Layout: Make the default padding and spacing 0 2021-06-21 14:29:53 +02:00
literals.rs fix test compilation 2021-04-19 08:06:20 +02:00
load_builtins.rs Allow to omit the type of aliases 2021-06-07 10:48:09 +02:00
lookup.rs Allow accessing the width and height of the image in .60 2021-06-21 11:22:50 +02:00
namedreference.rs Be sure to propagate the fact that properties are changed for aliases 2021-05-21 10:06:26 +02:00
object_tree.rs Use BTreeMap unstead of HashMap to store the bindings 2021-06-18 21:47:00 +02:00
parser.rs Allow to give a name to for and if 2021-06-18 16:40:40 +02:00
typeloader.rs Allow to omit the type of aliases 2021-06-07 10:48:09 +02:00
typeregister.rs Keep the old long names property as deprecated 2021-06-14 10:28:30 +02:00