1. 17 May, 2022 1 commit
  2. 26 Apr, 2022 1 commit
  3. 02 Nov, 2021 1 commit
  4. 20 Oct, 2021 1 commit
  5. 12 Aug, 2021 1 commit
  6. 28 Jun, 2021 1 commit
  7. 13 May, 2021 1 commit
  8. 31 Mar, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 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
  11. 06 Jan, 2020 1 commit
  12. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  13. 26 Aug, 2019 1 commit
    • stuartmorgan's avatar
      Add profile support on macOS (#39264) · 74076958
      stuartmorgan authored
      Fix some places where Debug/Release was treated as a binary switch.
      
      Makes similar changes to Windows and Linux to simplify adding profile
      support to those platforms in the future. This means `--profile` builds
      will fail on Linux and Windows for now, but that's fine since they
      aren't actually supported, and unlike `--release` don't provide useful
      functionality at the native code level.
      
      Also fixes 'stopApp' always using Debug on macOS, to avoid showing an
      error when running Profile (or Release).
      
      Fixes #33203
      74076958
  14. 15 May, 2019 1 commit
    • stuartmorgan's avatar
      Streamline Windows build process (#32783) · 4e1bfca8
      stuartmorgan authored
      Allows Windows builds to use the same structure and script as Linux
      builds now use, calling into tool_backend to manage copying resources to
      the project directory and building the bundle.
      
      Also switches from expecting name_update.bat to expecting flutter\exe_filename
      to be written during the build, as with the recent changes to the macOS build, to
      reduce the amount of boilerplate needed in a windows\ project directory.
      4e1bfca8
  15. 19 Apr, 2019 1 commit