- 24 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 14 May, 2022 1 commit
-
-
Christopher Fujino authored
-
- 17 Mar, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 25 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 May, 2021 1 commit
-
-
Taha Tesser authored
-
- 27 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 05 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 18 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
* Revert "Add libgcrypt as an explicit dependancy on Linux" This reverts commit bf65b3d03ccdc1dd21c09f34d600d72b0636a784. * libblkid & liblzma not explicitly required either
-
- 12 Mar, 2021 1 commit
-
-
Marcus Tomlinson authored
-
- 26 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 16 Nov, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 03 Oct, 2020 1 commit
-
-
Jonah Williams authored
Refactors the desktop devices and workflow to remove unnecessary usage of global variables. This should make it easier to test and continue enhancing the desktop functionality of the tooling #47161
-
- 30 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 22 Sep, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2020 1 commit
-
-
stuartmorgan authored
-
- 05 Aug, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 23 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Jun, 2020 1 commit
-
-
James D. Lin authored
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) This reverts commit 30d97d89.
-
- 23 Jun, 2020 1 commit
-
-
Jonah Williams authored
separate target platform, host platform, and architecture
-
- 18 Jun, 2020 1 commit
-
-
James D. Lin authored
In google3, the Linux device is always available, and it has confused people who run the Flutter doctor and see "• Linux • Linux • linux-x64 • Linux" listed. Rename the Linux device name to "Linux desktop" and the device ID to be "linux". Make similar changes to the Windows and macOS devices for consistency. This is also consistent with the web devices. The device ID change shouldn't be break -d usage since that does a case-insensitive prefix match.
-
- 16 Jun, 2020 1 commit
-
-
stuartmorgan authored
Updates the tooling to use the GTK embedding, rather than the GLFW embedding: - Adds new requirements to `doctor` - Updates the app and plugin templates to make GTK-based runners and plugins - Stops downloading and installing the GLFW artifacts Final part of #54860, other than cleanup.
-
- 08 Jun, 2020 1 commit
-
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
- 16 May, 2020 1 commit
-
-
stuartmorgan authored
Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja. Also updates doctor to check for cmake and ninja in place of make. Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue. Fixes #52751
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Mar, 2020 1 commit
-
-
Jenn Magder authored
-