1. 23 Aug, 2019 1 commit
  2. 20 Aug, 2019 1 commit
  3. 16 Aug, 2019 2 commits
  4. 02 Aug, 2019 1 commit
  5. 01 Aug, 2019 2 commits
  6. 30 Jul, 2019 1 commit
  7. 29 Jul, 2019 1 commit
  8. 19 Jul, 2019 1 commit
  9. 16 Jul, 2019 1 commit
  10. 11 Jul, 2019 1 commit
  11. 02 Jul, 2019 1 commit
  12. 27 Jun, 2019 1 commit
  13. 25 Jun, 2019 1 commit
  14. 23 Jun, 2019 1 commit
  15. 11 Jun, 2019 1 commit
    • Jason Simmons's avatar
      Strip debug symbols from ELF library snapshots (#34250) · 89d887f3
      Jason Simmons authored
      AOT compiled code is now packaged as an ELF library for Android targets.
      By default gen_snapshot's output contains debug symbols.  The symbols could
      be stripped as a separate step, but that requires NDK tools that the user
      may not have available.
      
      This change passes a gen_snapshot flag that omits the symbols, and it filters
      out a warning printed when that flag is used.
      89d887f3
  16. 10 Jun, 2019 1 commit
  17. 09 Jun, 2019 2 commits
  18. 07 Jun, 2019 1 commit
  19. 30 May, 2019 1 commit
  20. 25 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement macOS support in `flutter doctor` (#33277) · 81c38b22
      stuartmorgan authored
      Splits Xcode validation out of the iOS validator and into a stand-alone
      validator, and groups the CocoaPods validator with that top-level
      validator instead of the iOS validator. iOS now validates only the
      iOS-specific tools (e.g., ideviceinstaller).
      
      Reorganizes many of the associated clases so that those that are used by
      both macOS and iOS live in macos/ rather than ios/. Moves some
      validators to their own files as part of the restructuring.
      
      This is the macOS portion of #31368
      81c38b22
  21. 02 May, 2019 1 commit
    • Jonas Termansen's avatar
      Report CompileTime metric in flutter build aot --report-timings. (#31895) · 8b9eb3e2
      Jonas Termansen authored
      This is the correct metric to report for compilation time benchmarks rather
      than RunTime. Rename the 'gen_snapshot' value to merely 'snapshot' for
      backwards compatibility and overall simplicity.
      
      This change simplifies Dart's benchmarking of Flutter by making it easier to
      adopt --report-timings (made for Dart to use), which makes the benchmarks
      much more robust.
      8b9eb3e2
  22. 29 Apr, 2019 1 commit
  23. 25 Apr, 2019 1 commit
  24. 23 Apr, 2019 1 commit
  25. 22 Apr, 2019 1 commit
  26. 16 Apr, 2019 1 commit
  27. 03 Apr, 2019 1 commit
  28. 27 Mar, 2019 1 commit
  29. 26 Mar, 2019 2 commits
  30. 21 Mar, 2019 1 commit
  31. 20 Mar, 2019 1 commit
  32. 06 Mar, 2019 1 commit
  33. 26 Feb, 2019 1 commit
  34. 21 Feb, 2019 2 commits
  35. 15 Feb, 2019 1 commit