1. 28 Jun, 2018 3 commits
  2. 15 Jun, 2018 1 commit
  3. 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
  4. 12 Jun, 2018 1 commit
  5. 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
  6. 30 May, 2018 1 commit
  7. 07 May, 2018 2 commits
    • Chris Bracken's avatar
      Support multi-arch iOS binaries (#17312) · 849676fc
      Chris Bracken authored
      This change adds support for armv7, arm64, and universal iOS apps.
      
      This change eliminates iOS target architecture hardcoding (previously
      arm64 only) and uses the target architecture(s) specified in Xcode's
      ARCHS setting ('Architectures' in Xcode Build Settings).
      
      For universal binaries, set ARCHS to its default value, $(ARCHS_STANDARD).
      
      Note that after changing the architecture in Xcode, developers should
      run 'pod install' from the ios subdirectory of their project. A separate
      change (that will land before this one) will add support for
      automatically detecting project file and Podfile changes and re-running
      pod install if necessary.
      
      This change also adds an --ios-arch option to flutter build aot. In iOS
      AOT builds (in profile and release mode), this dictates which
      architectures are built into App.framework. This flag should generally
      be unnecessary to set manually since flutter build aot is typically only
      invoked internally by flutter itself.
      849676fc
    • Chris Bracken's avatar
      Build App.framework for all requested architectures (#17296) (#17317) · 5834f417
      Chris Bracken authored
      In debug mode iOS builds, we build a stub App.framework with no
      functionality, since the engine itself loads the code from the included
      bundle and subsequently via hot reload. This is simply done for
      consistency with profile/release AOT app structure.
      
      To satisfy the linker, ensure that we're building this code for all
      build architectures, not just CURRENT_ARCH.
      
      This is pre-work for supporting arbitrary iOS architectures (armv7,
      arm64, universal) in Flutter.
      
      This re-lands feb16d8d, which was reverted due to a flaky test.
      5834f417
  8. 05 May, 2018 1 commit
  9. 04 May, 2018 1 commit
    • Chris Bracken's avatar
      Build App.framework for all requested architectures (#17296) · feb16d8d
      Chris Bracken authored
      In debug mode iOS builds, we build a stub App.framework with no
      functionality, since the engine itself loads the code from the included
      bundle and subsequently via hot reload. This is simply done for
      consistency with profile/release AOT app structure.
      
      To satisfy the linker, ensure that we're building this code for all
      build architectures, not just CURRENT_ARCH.
      
      This is pre-work for supporting arbitrary iOS architectures (armv7,
      arm64, universal) in Flutter.
      feb16d8d
  10. 03 May, 2018 1 commit
  11. 01 May, 2018 1 commit
    • Chris Bracken's avatar
      Simplify iOS debug build (#17145) · 68a1e2f7
      Chris Bracken authored
      iOS debug builds always run in interpreted mode whether on device or on
      simulator. In both cases, we can skip snapshotting and link against an
      empty App.framework. Previously, we did this for iOS simulator builds.
      This does the same for device builds.
      
      Previously, debug iOS builds used gen_snapshot to generate a core
      snapshot, then used 'xxd' to generate C files containing the snapshot
      data in buffers named kDartVmSnapshotData and kDartIsolateSnapshotData,
      which are then compiled/linked into App.framework. This is unnecessary
      since the VM compiled into Flutter.framework already contains this data.
      68a1e2f7
  12. 27 Apr, 2018 1 commit
    • Chris Bracken's avatar
      Eliminate build aot --interpreter flag (#17025) (#17033) · ebcd08c6
      Chris Bracken authored
      This is required for iOS debug builds, but unused otherwise. In theory,
      Android debug builds could be run in this mode, but this is historically
      untested and adds unnecessary complexity to the code. If ad-hoc testing
      is required, it can be patched in when necessary.
      
      This re-lands 8c4f0c0d with a fix to
      xcode_backend.sh to eliminate the use of --interpreter.
      ebcd08c6
  13. 19 Apr, 2018 1 commit
  14. 12 Apr, 2018 2 commits
  15. 28 Mar, 2018 1 commit
  16. 22 Mar, 2018 1 commit
  17. 16 Mar, 2018 1 commit
  18. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  19. 15 Feb, 2018 1 commit
    • xster's avatar
      Break up and show more progression during an Xcode build (#14715) · 1e397d3f
      xster authored
      * Created plumbing but has stream problem
      
      * testing with makePipe
      
      * Trying pipe but not really getting anywhere
      
      * works by repeatedly reading line
      
      * Minor cleanup
      
      * works
      
      * Clean up pipe after use.
      
      * Move the last status forward
      
      * Make sure failed script commands bubble up
      1e397d3f
  20. 14 Feb, 2018 1 commit
  21. 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
  22. 12 Feb, 2018 1 commit
  23. 11 Feb, 2018 1 commit
  24. 09 Feb, 2018 2 commits
  25. 08 Feb, 2018 1 commit
  26. 01 Feb, 2018 1 commit
  27. 11 Jan, 2018 1 commit
  28. 14 Dec, 2017 2 commits
    • Sarah Zakarias's avatar
      Reapply flutter_assets (#13567) · 5e18c076
      Sarah Zakarias authored
      * Revert "Revert engine (#13547)"
      
      This reverts commit ee65db11.
      
      * Keep flaky mark
      5e18c076
    • Yegor's avatar
      Revert engine (#13547) · ee65db11
      Yegor authored
      * Revert "Include a directory with Flutter assets (#12944)"
      
      This reverts commit 3af6b9cb.
      
      * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)"
      
      This reverts commit 08128cb2.
      
      * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)"
      
      This reverts commit 35f1a041.
      
      * mark complex_layout_ios__start_up as flaky
      ee65db11
  29. 13 Dec, 2017 1 commit
  30. 30 Nov, 2017 1 commit
  31. 30 Oct, 2017 1 commit
    • Adam Barth's avatar
      Don't collect usage data during Fuchsia build (#12780) · 21145144
      Adam Barth authored
      Previously, the usage analytics would generate a write to the user's
      HOME directory during the Fuchsia build. We're tightening down the
      environment in which we run the Fuchsia build, and these writes are now
      more obvious.
      
      This patch removes the usage analytics during the Fuchsia build,
      avoiding the write to the user's HOME directory.
      21145144
  32. 28 Oct, 2017 1 commit