- 29 May, 2018 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Danny Tuppeny authored
-
- 28 May, 2018 2 commits
-
-
Danny Tuppeny authored
* Send an event at startup with the protocol version and pid The pid will help with some of the issues of terminate the process when launched through a shell script and the version will allow clients to make decisions about supported features. I've also bumped the protocol version number for two reasons: 1. This change 2. We didn't increase it when we added the previous emulator commands
-
Florian Loitsch authored
Enable --sync-async in Flutter. Fixes #16801
-
- 25 May, 2018 3 commits
-
-
Chris Bracken authored
When running with --local-engine, build single-architecture apps, rather than what's declared in the Xcode project. By default, Flutter creates Xcode projects that generate universal binaries supporting both armv7 and arm64 processors. Since local engine builds are all single-architecture, override the Xcode project's ARCHS setting with the appropriate value for the specific engine. NOTE: this assumes engine paths consistent with those used in the engine repo: 32-bit iOS engine builds end in _arm, 64-bit builds do not.
-
Michael Thomsen authored
-
Michael Thomsen authored
* Fully rename to hot restart Follow-up change to https://github.com/flutter/flutter/commit/f48dec570c899d8e222f5b3b7cbebd7d19fe6843 * Review feedback
-
- 24 May, 2018 4 commits
-
-
Mikkel Nygaard Ravn authored
This reverts commit 39d7f22a.
-
Florian Loitsch authored
-
Tim Neumann authored
-
Ryan Macnak authored
Allows one to use a different core snapshot without a custom engine build by just packaging a different one in the APK.
-
- 22 May, 2018 2 commits
-
-
Danny Tuppeny authored
Related to: #14822 Dart-Code/Dart-Code#490 #13379
-
Danny Tuppeny authored
-
- 21 May, 2018 3 commits
-
-
Simon Lightfoot authored
* Patch to fix builds with custom targets on iOS simulator. #16787 * Fix for unused import. * Code review changes applied.
-
Devon Carew authored
-
fmatosqg authored
Scan folders when asset specified finishes with `/`
-
- 18 May, 2018 2 commits
-
-
Greg Spencer authored
Our style guide says the k's are not necessary, and it seems like a good idea to make all the code be consistent on this. Only naming changes to private vars: no logic changes.
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/17682 to fix dart1 tests.
-
- 17 May, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 15 May, 2018 1 commit
-
-
liyuqian authored
Fixes #16832
-
- 14 May, 2018 2 commits
-
-
Alexander Markov authored
-
Vyacheslav Egorov authored
* Search for a suitable ARM sysroot instead of hardcoding it; * Add facility to explain why NDK was not found;
-
- 11 May, 2018 2 commits
-
-
Sam Rawlins authored
-
Chris Bracken authored
Further digging revealed that the reason --no-sim-use-hardfp was required to be specified explicitly was that Android engine gen_snapshot binaries are built on Windows with target_os=win.
-
- 10 May, 2018 7 commits
-
-
Todd Volkert authored
The non-deprecated variants aren't widely available yet
-
Todd Volkert authored
Previously, the only hook into the rasterizer schreenshot code path was via FlutterDriver.screenshot. This adds the ability for the Flutter tool to hook into all three types of screenshots: 1. device (e.g. `adb shell screencap`) 2. Skia (capture spk) 3. Rasterizer (capture PNG via the engine)
-
Zachary Anderson authored
-
Devon Carew authored
* no longer use the analyzer version shipped in the sdk * update all package versions to the latest
-
Chris Bracken authored
This reverts #17147, which was safe under the assumption that getArtifactPath() returns a platform-specific gen_snapshot instance (which have the correct default set for this flag) -- it turns out that though we pass the platform to getArtifactPath(), we always return the host gen_snapshot for Android. A followup patch will update getArtifactPath and revert this patch.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
Devon Carew authored
-
- 09 May, 2018 9 commits
-
-
Chris Bracken authored
We've always cached kernel compiles during bundle builds. This adds caching for kernel compiles during AOT builds by moving caching into the KernelCompiler.compile() method rather than around each invocation of it. This also filters buildbot paths included by the kernel compile that are not present on the local machine at paths /b/build/slave/Linux_Engine/... The kernel compiler should probably include an option to not emit these paths in the depfile, since these are used both by Gradle and the Fingerprinter class.
-
Chris Bracken authored
Previously, Flutter did not support iOS devices with armv7 or armv7s CPUs. We now support these devices. This eliminates the previous hardcoded checks that prevented running on simulators of older devices. We maintain the existing restriction on running on watchOS or tvOS simulators.
-
Chris Bracken authored
Previously, in non-release (i.e. profile) AOT builds, we were setting --no-checked and --conditional_directives flags. --no-checked is the default, and we don't make use of conditional directives in Flutter.
-
Chris Bracken authored
Allows users of Fingerprinter to filter the set of paths collected from the explicitly-specified paths and those collected from depfiles. In some cases, depfiles are emitted with files that are not present on the local disk (e.g. the frontend compiler currently emits buildbot paths for the dart core libraries and dart:ui). These files will not materially affect whether we need to re-run a build action for which they are inputs, since they're not present in the filesystem and therefore cannot change.
-
Danny Tuppeny authored
Depending on whether can read the AVD (or it even has all fields populated) we might get extra "empty" columns, so this trims all blank cells from the end.
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-