1. 31 Mar, 2021 1 commit
  2. 23 Mar, 2021 1 commit
  3. 04 Mar, 2021 1 commit
  4. 20 Feb, 2021 1 commit
  5. 19 Feb, 2021 1 commit
  6. 18 Feb, 2021 2 commits
  7. 04 Feb, 2021 1 commit
  8. 27 Jan, 2021 2 commits
  9. 13 Jan, 2021 1 commit
  10. 02 Dec, 2020 1 commit
  11. 23 Nov, 2020 1 commit
  12. 20 Nov, 2020 1 commit
  13. 13 Nov, 2020 1 commit
  14. 11 Nov, 2020 1 commit
  15. 06 Nov, 2020 1 commit
  16. 19 Oct, 2020 1 commit
  17. 30 Sep, 2020 1 commit
  18. 16 Sep, 2020 1 commit
  19. 15 Sep, 2020 1 commit
  20. 20 Aug, 2020 1 commit
  21. 11 Aug, 2020 1 commit
  22. 04 Aug, 2020 2 commits
  23. 23 Jul, 2020 1 commit
  24. 16 Jul, 2020 1 commit
  25. 09 Jul, 2020 1 commit
  26. 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
  27. 24 Jun, 2020 1 commit
  28. 23 Jun, 2020 1 commit
  29. 11 May, 2020 1 commit
  30. 04 May, 2020 1 commit
  31. 15 Apr, 2020 1 commit
  32. 14 Apr, 2020 1 commit
  33. 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
  34. 25 Feb, 2020 1 commit
    • stuartmorgan's avatar
      Automatically add plugin projects to Windows .sln (#51246) · 22c80777
      stuartmorgan authored
      Adds utility code for managing list of plugin projects within a solution file, updating them as the plugins change.
      
      This is a prototype of an approach to solution-level portion of Windows plugin tooling; it may not be what the final plugin handling on Windows uses, but it makes things much better in the short term, and gives us a baseline to evaluate other possible solution management systems against.
      
      Part of #32719
      22c80777
  35. 11 Feb, 2020 1 commit
  36. 07 Feb, 2020 1 commit
  37. 27 Jan, 2020 1 commit