1. 13 Sep, 2019 1 commit
  2. 08 Apr, 2019 1 commit
  3. 30 Mar, 2019 2 commits
  4. 08 Mar, 2019 2 commits
  5. 13 Feb, 2019 2 commits
  6. 08 Feb, 2019 2 commits
  7. 25 Jan, 2019 2 commits
  8. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  9. 11 Jan, 2019 1 commit
  10. 05 Oct, 2018 1 commit
  11. 04 Sep, 2018 1 commit
    • Chris Bracken's avatar
      Eliminate --preview-dart-2 flag (#21304) · 041ff621
      Chris Bracken authored
      This patch eliminates the --preview-dart-2/--no-preview-dart-2 flag,
      hardcoding all uses to true. It also defaults all previewDart2 method
      parameters to true, where they hadn't yet been.
      
      A series of subsequent patches will eliminate all previewDart2
      parameters and the associated code from within the codebase.
      041ff621
  12. 31 Aug, 2018 1 commit
  13. 30 Aug, 2018 1 commit
  14. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      Chris Bracken authored
      fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
      from source, flutter_platform.dart automatically runs a kernel compile when
      operating in Dart 2 mode, but this assumes a functional Dart SDK is available
      in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
      directory with an empty temp dir.
      
      Remaining work is:
      1. Get the frontend server building as a dependency on Fuchsia.
      2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.
      
      This also reverts migration to Dart 2 typedef syntax.
      
      This reverts commit 6c56bb24. (#18362)
      This reverts commit 3daebd05. (#18316)
      2ae48845
  15. 08 Jun, 2018 3 commits
    • Chris Bracken's avatar
      It's time to #deleteDart1 (again) (#18316) · 3daebd05
      Chris Bracken authored
      * It's time to #deleteDart1 (#18293)
      
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      
      * Fix indentation, remove no longer necessary .toList()
      
      * Only push udpated kernel if >0 invalidated srcs
      3daebd05
    • Chris Bracken's avatar
      Revert "It's time to #deleteDart1 (#18293)" (#18313) · 9495df4b
      Chris Bracken authored
      Several benchmarks started failing during kernel compile:
      1. Timeouts:
         * commands_test
         * hot_mode_dev_cycle__benchmark
         * run_machine_concurrent_hot_reload
         * service_extensions_test
      
      2. Kernel compiler crash:
         * hot_mode_dev_cycle_linux__benchmark
         * routing_test
      
      3. Unexpected termination:
         * hot_mode_dev_cycle_win__benchmark
      
      This reverts commit ed63e708.
      9495df4b
    • Chris Bracken's avatar
      It's time to #deleteDart1 (#18293) · ed63e708
      Chris Bracken authored
      Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1
      benchmarks. All commands now run in Dart 1 mode only.
      
      Eliminates --preview-dart-2 / --no-preview-dart-2 support.
      ed63e708
  16. 05 Jun, 2018 1 commit
  17. 21 May, 2018 1 commit
  18. 29 Mar, 2018 1 commit
  19. 16 Mar, 2018 1 commit
  20. 13 Feb, 2018 1 commit
    • xster's avatar
      Reduce Xcode noise #3 (#14663) · d401bd78
      xster authored
      * Revert "Revert "Reduce xcodebuild noise #2" (#14641)"
      
      This reverts commit 2d47481f.
      
      * Stop scrapping xcodebuild output, get the right build settings
      
      * clone the command params first
      d401bd78
  21. 08 Feb, 2018 1 commit
  22. 04 Jan, 2018 1 commit
    • Siva's avatar
      support for --strong option (#13859) · 426d6b06
      Siva authored
      * Plumb a --strong option through to the front end server and the engine
      so that we can run flutter apps in preview-dart-2 and strong mode
      
      * - Address analyzer lint issues
      *- correctly set up strong mode option in the case of AOT builds
      426d6b06
  23. 01 Dec, 2017 1 commit
  24. 30 Nov, 2017 2 commits
  25. 23 Aug, 2017 1 commit
  26. 22 Aug, 2017 2 commits
  27. 29 Jun, 2017 1 commit
  28. 07 Jun, 2017 1 commit
  29. 27 Mar, 2017 1 commit
    • Jakob Andersen's avatar
      Make pod install a long-running step. (#8999) · eedc5d9f
      Jakob Andersen authored
      The very first time `pod install` is invoked, CocoaPods downloads the master spec repository, which takes quite a while. Before this change, the build appeared to have stalled. With this change, at least the spinner is moving.
      
      Added `pod setup` to the install instructions for CocoaPods, so the spec repo is downloaded while setting up Flutter, instead of during the first build.
      eedc5d9f
  30. 04 Mar, 2017 1 commit
  31. 25 Feb, 2017 1 commit