1. 14 Apr, 2023 1 commit
  2. 09 Mar, 2023 1 commit
  3. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  4. 13 Nov, 2022 1 commit
  5. 12 Nov, 2022 1 commit
  6. 05 Oct, 2022 1 commit
  7. 30 Aug, 2022 1 commit
  8. 27 Jun, 2022 1 commit
  9. 14 May, 2022 1 commit
  10. 27 Apr, 2022 1 commit
  11. 13 Jan, 2022 1 commit
  12. 07 Nov, 2021 1 commit
  13. 02 Nov, 2021 1 commit
  14. 20 Oct, 2021 1 commit
  15. 28 Jun, 2021 1 commit
  16. 04 Jun, 2021 1 commit
  17. 01 Jun, 2021 1 commit
  18. 22 May, 2021 1 commit
  19. 13 Apr, 2021 1 commit
  20. 16 Feb, 2021 1 commit
  21. 12 Feb, 2021 1 commit
  22. 27 Jan, 2021 1 commit
  23. 14 Jan, 2021 1 commit
  24. 22 Dec, 2020 1 commit
  25. 21 Dec, 2020 1 commit
  26. 15 Dec, 2020 1 commit
  27. 03 Dec, 2020 2 commits
  28. 14 Oct, 2020 1 commit
  29. 13 Oct, 2020 1 commit
  30. 12 Oct, 2020 4 commits
  31. 17 Sep, 2020 1 commit
  32. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
      Jonah Williams authored
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
      
      Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
      
      Adds support for size analysis on android on windows, switching to package:archive
      
      Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
      059de153
  33. 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
  34. 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
  35. 29 May, 2020 1 commit
  36. 18 May, 2020 1 commit
    • stuartmorgan's avatar
      Fix CMake invocation for 3.10 compat (#57415) · f991308e
      stuartmorgan authored
      The -S/-B format of specifying source and build directories wasn't added
      until 3.13. For 3.10 compatibility, use the older form of having the
      working directory as the build directory, and the last argument as the
      source directory.
      
      Fixes #57409
      f991308e