- 05 Apr, 2022 1 commit
-
-
gaaclarke authored
* Added a bool that allows us to limit debugProfileBuildsEnabled to user created widgets. * made it turned on by default * switched to hashmap * Cleaned everything up and added tests * fixed an odd test where it wants to be able to add asserts and run in profile mode * hixie feedback * hixie2 * made it default to false * updated docstring as per dans request
-
- 31 Mar, 2022 1 commit
-
-
David Iglesias authored
-
- 29 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 22 Mar, 2022 1 commit
-
-
Chris Bracken authored
Previously, https://github.com/flutter/flutter/pull/100271 enabled building universal macOS binaries by default, but included a bug causing the arm64 App.framework to be built such that the TEXT section containing the app instructions built by gen_snapshot incorrectly contained x86_64 instructions rather than arm64 instructions. When building macOS (and iOS) apps, Flutter builds them in three components: * The Runner application: built by Xcode * The bundled App.framework: built from assembly code generated by gen_snapshot from the application's Dart sources. * The bundled FlutterMacOS.framework: built as part of the engine build and packaged by copying the distributed binary framework from our artifacts cache. Building App.framework consists of the following steps: * For each architecture, invoke gen_snapshot to generate architecture-specific assembly code, which is then built to object code and linked into an architecture-specific App.framework. * Use the `lipo` tool to generate a universal binary that includes both x86_64 and arm64 architectures. Previously, we were building architecture specific App.framework binaries. However, for all architectures we were (mistakenly) invoking the general `gen_snapshot` tool (which emitted x64 instructions, and which is now deprecated) instead of the architecture-specific `gen_snapshot_x86` and `gen_snapshot_arm64` builds which emit instructions for the correct architecture. This change introduces a small refactoring, which is to split the `getNameForDarwinArch` function into two functions: * `getDartNameForDarwinArch`: the name for the specified architecture as used in the Dart SDK, for example as the suffix of `gen_snapshot`. * `getNameForDarwinArch`: the name for the specified architecture as used in Apple tools, for example as an argument to `lipo`. For consistency, and to match developer expectations on Darwin platforms, this is also the name used in Flutter's build outputs. Issue: https://github.com/flutter/flutter/issues/100348
-
- 21 Mar, 2022 1 commit
-
-
gaaclarke authored
-
- 02 Mar, 2022 1 commit
-
-
gaaclarke authored
* Starts using the `--source` flag to compile the dart registrant. * updated general.shard tests * Fixed the resident compiler flow * added integration test * made the integration test self contained * renamed generated_main to dart_plugin_registrant * cleaned up for review * added task runner for ci * added bringup and TESTOWNERS * updated failure message
-
- 24 Jan, 2022 1 commit
-
-
Zachary Anderson authored
-
- 12 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 04 Nov, 2021 1 commit
-
-
Yegor authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Oct, 2021 1 commit
-
-
Yegor authored
-
- 20 Oct, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 12 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 06 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Oct, 2021 1 commit
-
-
stuartmorgan authored
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 24 Jun, 2021 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
-
- 23 Jun, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 16 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 May, 2021 2 commits
-
-
Balvinder Singh Gambhir authored
-
Hattomo (TomohiroHattori) authored
-
- 12 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 10 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 May, 2021 1 commit
-
-
Emmanuel Garcia authored
-
- 06 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 28 Apr, 2021 2 commits
-
-
Matej Knopp authored
-
Jenn Magder authored
-
- 27 Apr, 2021 2 commits
-
-
Emmanuel Garcia authored
-
xster authored
-
- 23 Apr, 2021 1 commit
-
-
Emmanuel Garcia authored
-