1. 01 Sep, 2020 1 commit
    • stuartmorgan's avatar
      Put the unbundled Linux executable in a subdirectory (#64992) · bcfad206
      stuartmorgan authored
      People frequently assume they can run the executable they find at the
      top level of the build directory, and don't understand why they get
      resource errors from the engine. To avoid that, this puts the unbundled
      copy of the executable in a subdirectory with a name that should warn
      people away from running it.
      
      Fixes #64963
      bcfad206
  2. 31 Aug, 2020 1 commit
  3. 21 Aug, 2020 2 commits
  4. 18 Aug, 2020 1 commit
  5. 14 Aug, 2020 2 commits
  6. 13 Aug, 2020 1 commit
  7. 11 Aug, 2020 1 commit
  8. 08 Aug, 2020 1 commit
  9. 06 Aug, 2020 2 commits
  10. 05 Aug, 2020 2 commits
  11. 04 Aug, 2020 2 commits
  12. 03 Aug, 2020 1 commit
  13. 29 Jul, 2020 1 commit
  14. 17 Jul, 2020 1 commit
  15. 16 Jul, 2020 2 commits
  16. 11 Jul, 2020 1 commit
  17. 09 Jul, 2020 1 commit
  18. 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
  19. 24 Jun, 2020 1 commit
    • stuartmorgan's avatar
      Consider the Linux template stable (#60163) · d9902a54
      stuartmorgan authored
      Remove the version checking and associated warnings. The Linux template
      and build process will now be subject to more typical Flutter breaking
      change policy, and should no longer require regularly deleting and
      recreating the platform directory.
      d9902a54
  20. 23 Jun, 2020 2 commits
  21. 19 Jun, 2020 1 commit
  22. 18 Jun, 2020 2 commits
  23. 16 Jun, 2020 1 commit
    • stuartmorgan's avatar
      Switch Linux to the GTK embedding (#59287) · 61c198e7
      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.
      61c198e7
  24. 15 Jun, 2020 1 commit
  25. 13 Jun, 2020 1 commit
  26. 11 Jun, 2020 1 commit
    • Marcus Tomlinson's avatar
      Remove use of BundleUtilities in Linux build (#59080) · 1fe0f226
      Marcus Tomlinson authored
      * Explicitly install the Flutter library
      
      * Publish ${FLUTTER_LIBRARY} to parent scope
      
      * Bundle plugin libraries
      
      * Bundle <plugin_name>_bundled_libraries too
      
      * BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES
      
      * Update Linux plugin test
      
      * Address review comments
      1fe0f226
  27. 08 Jun, 2020 2 commits
  28. 03 Jun, 2020 2 commits
  29. 29 May, 2020 2 commits