1. 15 Oct, 2019 1 commit
  2. 14 Oct, 2019 1 commit
  3. 07 Oct, 2019 1 commit
  4. 05 Oct, 2019 1 commit
  5. 04 Oct, 2019 1 commit
  6. 16 Sep, 2019 1 commit
  7. 13 Sep, 2019 2 commits
  8. 11 Sep, 2019 1 commit
    • stuartmorgan's avatar
      Add an ephemeral directory to Windows projects (#40194) · e6ae95c4
      stuartmorgan authored
      Moves files generated in windows/flutter/ as part of the build to an ephemeral/ subdirectory, matching the approach used on macOS (and in the future, Windows).
      
      Adds that directory to the generated properties file to minimize hard-coding of paths in the project.
      e6ae95c4
  9. 10 Sep, 2019 1 commit
  10. 05 Sep, 2019 1 commit
  11. 04 Sep, 2019 1 commit
  12. 28 Aug, 2019 5 commits
  13. 23 Aug, 2019 1 commit
  14. 15 Aug, 2019 1 commit
  15. 06 Aug, 2019 1 commit
  16. 01 Aug, 2019 2 commits
  17. 31 Jul, 2019 1 commit
  18. 30 Jul, 2019 1 commit
  19. 29 Jul, 2019 1 commit
  20. 24 Jul, 2019 1 commit
    • Jiahao's avatar
      Parameterize CoverageCollector with a library name predicate (#36774) · 4de9b446
      Jiahao authored
      An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
      4de9b446
  21. 21 Jul, 2019 1 commit
  22. 19 Jul, 2019 1 commit
  23. 17 Jul, 2019 1 commit
  24. 16 Jul, 2019 1 commit
  25. 02 Jul, 2019 1 commit
  26. 01 Jul, 2019 2 commits
  27. 11 Jun, 2019 1 commit
  28. 31 May, 2019 1 commit
  29. 30 May, 2019 2 commits
    • Jonah Williams's avatar
      Devfs cleanup and testing (#33374) · 445505d6
      Jonah Williams authored
      445505d6
    • stuartmorgan's avatar
      Restructure macOS project files (#33608) · 932200ca
      stuartmorgan authored
      Rather than macos/Flutter containing a mixture of files that should and
      shouldn't be checked in, create clear locations for:
      - Files that are "owned" by Flutter, but should be checked in
        (Flutter/). This will contain files like the top-level Flutter
        xcconfigs, generated plugin registrants, etc.
      - Files that are generated by Flutter on the fly, and should not be
        checked in (Flutter/ephemeral/). This will contain Flutter SDK caches,
        the generated xcconfig, etc.
      
      Also adds Flutter-owned Debug and Release xcconfig variants, in
      preparation for PodSpec tooling.
      932200ca
  30. 29 May, 2019 1 commit
  31. 25 May, 2019 1 commit
  32. 24 May, 2019 1 commit