1. 29 Jul, 2020 1 commit
  2. 23 Jul, 2020 1 commit
  3. 16 Jul, 2020 1 commit
  4. 11 Jul, 2020 1 commit
  5. 09 Jul, 2020 1 commit
  6. 07 Jul, 2020 1 commit
  7. 06 Jul, 2020 1 commit
    • stuartmorgan's avatar
      Switch Windows to CMake (#60629) · 4b120501
      stuartmorgan authored
      * First pass at CMake files; untested
      
      * First pass of adding CMake generation logic on Windows
      
      * Misc fixes
      
      * Get bundling working, start incoprorating CMake build into tool
      
      * Fix debug, exe name.
      
      * Add resources
      
      * Move cmake.dart
      
      * Rip out all the vcxproj/solution plumbing
      
      * Fix plugin cmake generation
      
      * Build with cmake rather than calling VS directly
      
      * Adjust Windows plugin template to match standard header directory structure
      
      * Pass config selection when building
      
      * Partially fix multi-config handling
      
      * Rev template version
      
      * Share the CMake generation instead of splitting it out
      
      * VS build/run cycle works, with slightly awkward requirement to always build all
      
      * Update manifest
      
      * Plugin template fixes
      
      * Minor adjustments
      
      * Build install as part of build command, instead of separately
      
      * Test cleanup
      
      * Update Linux test for adjusted generated CMake approach
      
      * Plugin test typo fix
      
      * Add missing stub file for project test
      
      * Add a constant for VS generator
      4b120501
  8. 24 Jun, 2020 2 commits
  9. 12 Jun, 2020 1 commit
  10. 08 Jun, 2020 2 commits
  11. 03 Jun, 2020 2 commits
  12. 18 May, 2020 1 commit
  13. 16 May, 2020 1 commit
    • stuartmorgan's avatar
      Switch to CMake for Linux desktop (#57238) · 8abf0a6d
      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
      8abf0a6d
  14. 11 May, 2020 1 commit
  15. 04 May, 2020 1 commit
  16. 22 Apr, 2020 2 commits
  17. 15 Apr, 2020 1 commit
  18. 14 Apr, 2020 1 commit
  19. 27 Mar, 2020 1 commit
  20. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      stuartmorgan authored
      Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.
      
      Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.
      
      Fixes #30704
      685e9d1e
  21. 18 Mar, 2020 1 commit
  22. 27 Feb, 2020 3 commits
  23. 13 Feb, 2020 2 commits
    • stuartmorgan's avatar
      Generate a Property Sheet for Windows plugins (#50740) · f4177a6d
      stuartmorgan authored
      Generates a Property Sheet for Windows builds containing link and include path
      information for any included plugins. This allows automating part of the process
      of integrating plugins into the build that is currently manual.
      
      To support this change, refactored msbuild_utils into a PropertySheet class so that
      it can be used to make different property sheets.
      f4177a6d
    • stuartmorgan's avatar
      Create plugin symlinks for Windows and Linux (#50599) · 7bdd4757
      stuartmorgan authored
      This makes ephemeral symlinks to each plugin, for use by build systems.
      This is similar to the logic implemented in the Podfile on iOS and
      macOS, but managed internally to the Flutter tool.
      
      Exploration for addressing #32719 and #32720
      Related to #41146
      7bdd4757
  24. 07 Feb, 2020 2 commits
  25. 05 Feb, 2020 1 commit
  26. 31 Jan, 2020 1 commit
  27. 22 Jan, 2020 1 commit
  28. 17 Jan, 2020 2 commits
  29. 16 Jan, 2020 1 commit
  30. 14 Jan, 2020 1 commit
  31. 13 Jan, 2020 1 commit