- 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
-
- 19 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Nov, 2019 1 commit
-
-
Yegor authored
-
- 06 Nov, 2019 1 commit
-
-
xster authored
-
- 14 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Fixes various Flutter framework test failures when bytecode is enabled.
-
- 10 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 04 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Bytecode generation will otherwise omit assert code, causing --enable-asserts to have no effect in the VM.
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 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
-
- 23 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 20 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 16 Aug, 2019 2 commits
-
-
Dan Field authored
-
Jonah Williams authored
-
- 02 Aug, 2019 1 commit
-
-
Liam Appelbe authored
* Switch iOS gen_snapshot from multi-arch binary to multiple binaries * Make snapshotterPath mutable
-
- 01 Aug, 2019 2 commits
-
-
Chinmay Garde authored
This reverts commit 58092195.
-
Liam Appelbe authored
* Remove multi-arch check in iOS builds * Manual roll of https://github.com/flutter/engine/pull/10010
-
- 30 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 19 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 11 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 27 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 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`.
-
- 07 Jun, 2019 1 commit
-
-
Zachary Anderson authored
-
- 30 May, 2019 1 commit
-
-
Jason Simmons authored
Use Dart's new direct ELF generator to package AOT blobs as shared libraries in Android APKs (#33611) This is a replacement for the old implementation of --build-shared-library that emits an AOT assembly snapshot and feeds it to the Android NDK toolchain.
-
- 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
-