Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd7dfb78d8f9
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 60982c335b75
Choose a head ref
  • 10 commits
  • 202 files changed
  • 5 contributors

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    36d592f View commit details
    Browse the repository at this point in the history
  2. Enforce asterisk alignment for C++ and ObjC pointers (#4703)

    So far we've been using the default mode of prevailing-in-file, which
    means we aren't consistent within each language what mode we use. Now
    that clang-format can identify ObjC headers (which didn't used to be the
    case), we can enforce different styles for the two languages.
    
    This sets left-aligned for C++ to match the Flutter engine, and
    right-aligned for ObjC to match the prevaling Apple style.
    stuartmorgan-g authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    411f09e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb6e912 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    e282dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc18d9 View commit details
    Browse the repository at this point in the history
  3. [ci] Pin master for LUCI tests (#4681)

    Update LUCI to match recent Cirrus change, using a pinned version of
    master instead of latest master.
    
    Part of flutter/flutter#93811
    stuartmorgan-g authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    26f6438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c27b257 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0ed4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    609d643 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    60982c3 View commit details
    Browse the repository at this point in the history
Loading