- 07 Jul, 2020 6 commits
-
-
engine-flutter-autoroll authored
-
Mehmet Fidanboylu authored
-
engine-flutter-autoroll authored
-
Jose Alba authored
-
Darren Austin authored
-
Tong Mu authored
-
- 06 Jul, 2020 8 commits
-
-
stuartmorgan authored
* First pass at CMake files; untested * First pass of adding CMake generation logic on Windows * Misc fixes * Get bundling working, start incoprorating CMake build into tool * Fix debug, exe name. * Add resources * Move cmake.dart * Rip out all the vcxproj/solution plumbing * Fix plugin cmake generation * Build with cmake rather than calling VS directly * Adjust Windows plugin template to match standard header directory structure * Pass config selection when building * Partially fix multi-config handling * Rev template version * Share the CMake generation instead of splitting it out * VS build/run cycle works, with slightly awkward requirement to always build all * Update manifest * Plugin template fixes * Minor adjustments * Build install as part of build command, instead of separately * Test cleanup * Update Linux test for adjusted generated CMake approach * Plugin test typo fix * Add missing stub file for project test * Add a constant for VS generator
-
giga10 authored
-
Jenn Magder authored
-
Ram Navan authored
-
Jonah Williams authored
Includes a fix to a startup race condition and log truncation that should make sure strings aren't cut off
-
Ming Lyu (CareF) authored
-
Andre authored
* Implement stack trace demangling in the framework.
-
- 05 Jul, 2020 4 commits
-
-
engine-flutter-autoroll authored
-
Nils Reichardt authored
-
Tong Mu authored
-
Maurice Parrish authored
Have AndroidViewController extend PlatformViewController and add support for hybrid platform views (#60320)
-
- 02 Jul, 2020 9 commits
-
-
engine-flutter-autoroll authored
51ca1432b Roll Dart SDK from f8ff12008e84 to 8afe9875a6d7 (1 revision) (flutter/engine#19472) (#60760)
-
Pierre-Louis authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Justin McCandless authored
-
Panmari authored
-
Justin McCandless authored
-
Christopher Fujino authored
-
- 01 Jul, 2020 5 commits
-
-
engine-flutter-autoroll authored
-
Per Classon authored
-
engine-flutter-autoroll authored
-
Gary Qian authored
-
gaaclarke authored
-
- 30 Jun, 2020 8 commits
-
-
Gary Qian authored
-
engine-flutter-autoroll authored
-
Justin McCandless authored
-
Jonah Williams authored
initialize from dill does not handle changing null-safety flags and will incorrectly use the nullability mode of the last compile. Add all extra frontend options to the unique name prefix for the flutter run dill cache to avoid this situation.
-
Jonah Williams authored
-
Chris Yang authored
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
In web debug mode, infer sound null safety by default. When sound null safety is enabled, provide a separate dill and precompiled Dart SDK. Release builds do not need this setting since we run dart2js from source. Fixes #59873
-