1. 25 7月, 2020 3 次提交
  2. 23 7月, 2020 1 次提交
  3. 17 7月, 2020 2 次提交
  4. 16 7月, 2020 1 次提交
  5. 15 7月, 2020 2 次提交
  6. 08 7月, 2020 2 次提交
  7. 05 7月, 2020 1 次提交
  8. 04 7月, 2020 1 次提交
  9. 01 7月, 2020 2 次提交
    • J
      generate package config during runhooks (#19428) · 9837bb06
      Jonah Williams 提交于
      The dart SDK needs to ship several packages which have opted into null safety for the tech preview. This requires the use of a package_config.json for compilation as this file contains the language versions. Use a dart script to generate the package_config file from the .packages file, and include that in the DEPS hooks section.
      
      Fixes flutter/flutter#60628
      9837bb06
    • A
      Operator equals (#19303) · 218d98f4
      Alexandre Ardhuin 提交于
      * use Object for operator==
      
      * apply style guide for operator==
      218d98f4
  10. 30 6月, 2020 1 次提交
  11. 26 6月, 2020 1 次提交
  12. 23 6月, 2020 1 次提交
    • F
      [fuchsia] Adds --targets arg for build_fuchsia_artifacts.py (#19109) · 2a5053f2
      Filip Filmar 提交于
      The Fuchsia artifact builder didn't allow the end user to add more
      packages to build for Fuchsia.  The current default is building only
      the platform-specific packages; but packages like
      `flutter/shell/common:shell_tests` are also defined for Fuchsia but
      not compiled by default.
      
      This change makes it less of a hassle to compile such packages.
      2a5053f2
  13. 19 6月, 2020 1 次提交
  14. 17 6月, 2020 1 次提交
    • S
      Manual roll of Dart 6d4e7d6830...021a49e88c (#19074) · 60a9b85f
      Siva 提交于
      * 1. Manual roll of Dart 6d4e7d6830...021a49e88c
      
      dart-lang/sdk@021a49e88c Update the way to get feature set and language version.
      dart-lang/sdk@d1638508c1 Migration: streamline behavior injection in migration_cli_test.dart.
      
      2. Update ICU dependency and adjust license script to account for this
         change.
      
      * Update license tool signature.
      60a9b85f
  15. 10 6月, 2020 1 次提交
  16. 09 6月, 2020 1 次提交
  17. 19 5月, 2020 2 次提交
  18. 09 5月, 2020 1 次提交
  19. 07 5月, 2020 1 次提交
  20. 05 5月, 2020 1 次提交
  21. 30 4月, 2020 1 次提交
    • D
      use clang on Windows (#17407) · fa0e464a
      Dan Field 提交于
      * use clang on Windows for everything but Android
      
      This pulls the Clang build from Chromium. We should eventually switch to use the Fuchsia toolchain when it is available.
      fa0e464a
  22. 29 4月, 2020 1 次提交
  23. 25 4月, 2020 1 次提交
    • N
      Change the repo fetch script used in integration tests (#17943) · 4f888d66
      Nurhan Turgut 提交于
      * change the repo fetch script to recognize candidate versions such as flutter-1.17-candidate.3. Originally the script only accepted branches such as v0.7.3 as valid engine branches.
      
      * addressing reviewer comments: changing the release regular expression
      4f888d66
  24. 18 4月, 2020 3 次提交
  25. 15 4月, 2020 2 次提交
    • S
      Add a gn flag to disable desktop embeddings (#17708) · e6a2534b
      stuartmorgan 提交于
      Desktop embedding dependencies can trigger gn-generation-time
      requiremenets; e.g., the Linux embeddings have pkg-config dependencies.
      This can be problematic in some build environments, such as building
      flutter_engine.so with a custom sysroot where those higher-level
      dependencies aren't available.
      
      This flag allows generating build files that don't have those
      dependencies.
      e6a2534b
    • S
      Adjust the GLFW build options (#17704) · dfe13788
      stuartmorgan 提交于
      - Adds an explicit option for not building the GLFW embedding.
      - Disables GLFW by default on Windows, where it's no longer the
        uploaded embedding.
      - Moves the X11 pkg-config, which is only used by the GLFW embedding,
        behind the GLFW build flag.
      dfe13788
  26. 14 4月, 2020 2 次提交
    • G
      fd1db54e
    • N
      Run integration tests on ci (#17598) · deef2663
      Nurhan Turgut 提交于
      * changing felt script to fetch flutter
      
      * changing the clone_flutter.sh code
      
      * running integration tests with felt on cirrus. fetch framework in CI (not in local).
      
      * only run cirrus tests on chrome. fix a comma in the flutter command path
      
      * adding comments to public flags
      
      * use local engine parameter for flutter pub get
      
      * change flutter executable used for flutter drive command
      
      * fix a cleanup issue. address comments. add toolException. enable web in flutter
      
      * address reviwer comments. fix issue with local-engine
      
      * address reviwer comments. fix issue with local-engine
      
      * using engine/flutter/.dart_tools as clone directory. enabling clone script for local usage
      
      * clean flutter repo with felt clean. add a flag to skip cloning the repo. always clone the repo even for local development, unless this flag is set
      
      * fixing typos. updating readme for the new flag.
      
      * fix directory error
      
      * addressing reviewer comments
      deef2663
  27. 10 4月, 2020 1 次提交
    • J
      [tools][fuchsia] Reland 'Do not tar debug symbol CIPD uploads' (#17597) · 9101b63f
      Joshua Seaton 提交于
      Fuchsia is the main consumer of these CIPD packages and - to simplify
      its infrastructure - it is migrating its SDK partners over to producing
      a CIPD package containing a flat .build-id directory.
      
      This change also updates the CIPD package so that the .build-id
      directory is placed at the root.
      
      Bug: fxbug.dev/41443
      9101b63f
  28. 07 4月, 2020 2 次提交