- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 29 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 28 Jan, 2020 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 27 Jan, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] Apply --no-causal-async-stacks and --lazy-async-stacks to profile/release builds (#49377)
-
- 25 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 08 Jan, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269)
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Jenn Magder authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 25 Nov, 2019 3 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
Analyzer warning.
-
Jenn Magder authored
-
- 23 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Oct, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 3597bae6.
-
Ian Hickson authored
-
- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 27 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Sep, 2019 1 commit
-
-
Liam Appelbe authored
* Unit test for build.dart::GenSnapshot * Fix analysis errors * Switch to testLogger
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 30 Aug, 2019 1 commit
-
-
Dan Field authored
-
- 28 Aug, 2019 3 commits
-
-
Dan Field authored
-
Jonah Williams authored
This reverts commit 202c1b42.
-
Dan Field authored
-
- 16 Aug, 2019 2 commits
-
-
Dan Field authored
-
Jonah Williams authored
-
- 30 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 19 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 23 Jun, 2019 1 commit
-
-
Todd Volkert authored
Android now exclusively uses ELF shared libraries, and iOS uses assembly.
-
- 11 Jun, 2019 1 commit
-
-
Jason Simmons authored
AOT compiled code is now packaged as an ELF library for Android targets. By default gen_snapshot's output contains debug symbols. The symbols could be stripped as a separate step, but that requires NDK tools that the user may not have available. This change passes a gen_snapshot flag that omits the symbols, and it filters out a warning printed when that flag is used.
-
- 10 Jun, 2019 1 commit
-
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 09 Jun, 2019 2 commits
-
-
Jonah Williams authored
Revert "Generate ELF shared libraries and allow multi-abi libs in APKs and App bundles (#33696)" (#34121)
-
Emmanuel Garcia authored
* Gradle generates ELF shared libraries instead of AOT snapshots. * `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`. * `flutter build apk` now has a flag called `--split-per-abi`.
-
- 25 May, 2019 1 commit
-
-
stuartmorgan authored
Splits Xcode validation out of the iOS validator and into a stand-alone validator, and groups the CocoaPods validator with that top-level validator instead of the iOS validator. iOS now validates only the iOS-specific tools (e.g., ideviceinstaller). Reorganizes many of the associated clases so that those that are used by both macOS and iOS live in macos/ rather than ios/. Moves some validators to their own files as part of the restructuring. This is the macOS portion of #31368
-
- 02 May, 2019 1 commit
-
-
Jonas Termansen authored
This is the correct metric to report for compilation time benchmarks rather than RunTime. Rename the 'gen_snapshot' value to merely 'snapshot' for backwards compatibility and overall simplicity. This change simplifies Dart's benchmarking of Flutter by making it easier to adopt --report-timings (made for Dart to use), which makes the benchmarks much more robust.
-