1. 15 Jul, 2022 1 commit
  2. 15 Apr, 2022 1 commit
  3. 17 Dec, 2020 1 commit
  4. 15 Dec, 2020 1 commit
  5. 09 Dec, 2020 2 commits
  6. 08 Dec, 2020 2 commits
  7. 10 Jun, 2020 1 commit
  8. 03 Mar, 2020 1 commit
  9. 02 Jan, 2020 2 commits
  10. 31 Dec, 2019 1 commit
    • Ian Hickson's avatar
      Add many more global analyses. (#47875) · e768c92f
      Ian Hickson authored
      * Update packages.
      
      * Add many more global analyses.
      
      * Catch trailing spaces and trailing newlines in all text files.
        Before we were only checking newly added files, but that means we
        missed some.
      
      * Port the trailing spaces logic to work on Windows too.
      
      * Correct all the files with trailing spaces and newlines.
      
      * Refactor some of the dev/bots logic into a utils.dart library.
        Notably, the "exit" and "print" shims for testing are now usable
        from test.dart, analyze.dart, and run_command.dart.
      
      * Add an "exitWithError" function that prints the red lines and
        then exits. This is the preferred way to exit from test.dart,
        analyze.dart, and run_command.dart.
      
      * More consistency in the output of analyze.dart.
      
      * Refactor analyze.dart to use the _allFiles file enumerating logic
        more widely.
      
      * Add some double-checking logic to the _allFiles logic to catch
        cases where changes to that logic end up catching fewer files
        than expected (helps prevent future false positives).
      
      * Add a check to prevent new binary files from being added to
        the repository. Grandfather in the binaries that we've already
        added.
      
      * Update all the dependencies (needed because we now import crypto in
        dev/bots/analyze.dart).
      e768c92f
  11. 17 Oct, 2019 1 commit
  12. 15 Oct, 2019 2 commits
  13. 04 Oct, 2019 1 commit
  14. 30 Sep, 2019 1 commit
  15. 30 Aug, 2019 1 commit
  16. 17 Aug, 2019 1 commit
  17. 06 Aug, 2019 1 commit
  18. 10 Jun, 2019 1 commit
  19. 06 Jun, 2019 1 commit
  20. 04 Jun, 2019 3 commits
  21. 03 Jun, 2019 1 commit
  22. 31 May, 2019 1 commit
    • stuartmorgan's avatar
      Implement plugin tooling support for macOS (#33636) · 3ebebebb
      stuartmorgan authored
      Enables the CocoaPods-based plugin workflow for macOS. This allows a
      macOS project to automatically fetch and add native plugin
      implementations via CocoaPods for anything in pubspec.yaml, as is done
      on iOS.
      3ebebebb
  23. 21 May, 2019 1 commit
  24. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  25. 08 May, 2018 1 commit
  26. 04 May, 2018 2 commits
  27. 12 Apr, 2018 1 commit
  28. 05 Apr, 2018 1 commit
  29. 12 Mar, 2018 1 commit
  30. 19 Feb, 2018 1 commit
  31. 14 Feb, 2018 1 commit
  32. 18 Jan, 2018 1 commit
  33. 04 Jan, 2018 1 commit