1. 10 Sep, 2021 1 commit
  2. 07 Sep, 2021 1 commit
  3. 04 Sep, 2021 1 commit
  4. 03 Sep, 2021 1 commit
  5. 13 May, 2021 1 commit
  6. 10 May, 2021 1 commit
  7. 22 Apr, 2021 1 commit
  8. 20 Apr, 2021 1 commit
  9. 30 Mar, 2021 1 commit
  10. 08 Mar, 2021 1 commit
  11. 26 Feb, 2021 1 commit
  12. 22 Feb, 2021 1 commit
  13. 14 Jan, 2021 1 commit
  14. 03 Dec, 2020 1 commit
  15. 02 Dec, 2020 1 commit
  16. 01 Dec, 2020 1 commit
  17. 23 Nov, 2020 1 commit
  18. 20 Nov, 2020 1 commit
  19. 18 Nov, 2020 1 commit
  20. 14 Nov, 2020 1 commit
  21. 13 Nov, 2020 1 commit
  22. 22 Oct, 2020 1 commit
  23. 19 Oct, 2020 1 commit
  24. 30 Sep, 2020 1 commit
  25. 25 Aug, 2020 2 commits
  26. 14 Aug, 2020 1 commit
  27. 11 Aug, 2020 1 commit
  28. 04 Aug, 2020 3 commits
  29. 30 Jul, 2020 1 commit
  30. 11 Jul, 2020 1 commit
  31. 08 Jul, 2020 1 commit
  32. 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
  33. 24 Jun, 2020 1 commit
  34. 23 Jun, 2020 1 commit
  35. 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
  36. 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
  37. 27 May, 2020 1 commit
    • stuartmorgan's avatar
      Fix Linux plugin template build visibility (#58069) · 27e652c8
      stuartmorgan authored
      The CMake plugin build wasn't setting visibility to hidden by default,
      which meant that plugins exported everything by default. This would make
      bad interactions between plugins much more likely; only the intended API
      should be exported by the shared library.
      27e652c8