Skip to content
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: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.20.1
Choose a base ref
...
head repository: protocolbuffers/protobuf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.20.2
Choose a head ref
  • 16 commits
  • 56 files changed
  • 6 contributors

Commits on May 3, 2022

  1. Remove cuda.list from apt sources (#9896) (#9901)

    This will fix the collect_all_artifacts.sh script, which was broken
    recently when NVidia stopped publishing Cuda packages for Ubuntu 16.04.
    acozzette authored May 3, 2022
    Configuration menu
    Copy the full SHA
    6e9e603 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

  1. Update phpunit version

    deannagarcia committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    bd6afa3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10225 from deannagarcia/3.20.x

    Cherry-pick composer fix
    deannagarcia authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    fb6f8da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fix Kokoro tests to work on Monterey machines (#10474)

    * Disabling broken mac php tests
    
    * Fix ruby permissions after Monterey upgrade
    
    * Install m4 via Homebrew
    
    * Adding ruby/python fixes to presubmits
    
    * Adding homebrew prefix command
    
    * More fixes for objc, python, and benchmark build
    
    * Properly disabling C++ benchmark warning
    
    * Use python 2 for testing
    
    * Splitting venv and python 2
    
    * Setup tox-pyenv
    
    * Silencing more warnings
    
    * Cleanup
    
    * Upgrade python tests to 3.7 on mac
    
    * Switch to python 2 by default (googletest requires it)
    
    * Remove venv for python tests, use python 3.7
    
    * Disable all compiler warnings for benchmark builds
    
    * Enable benchmark LTO to silence warnings
    
    * Fix locale issues in cocoapods
    
    * Upgrade iOS simulator for cocoapods
    
    * Remove benchmark build from C++ tests
    
    * Removing python 3.6 mac build, since Monterey doesn't support it
    mkruskal-google authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    50bdb17 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Add version file

    deannagarcia committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7639a71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10505 from deannagarcia/3.20.x

    Add version file
    deannagarcia authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a826282 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Fix python release on macos (#10512)

    * Disabling broken mac php tests
    
    * Adding explicit arena.h include
    
    * Revert "Adding explicit arena.h include"
    
    This reverts commit e4395e7.
    
    * Removing extra protobuf directory
    
    * Revert "Removing extra protobuf directory"
    
    This reverts commit ae77ebd.
    
    * Uninstall system protobuf to prevent version conflicts
    mkruskal-google authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c1a2d2e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update version.json

    Change top version to match branch name
    deannagarcia authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    22c79e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    6439c5c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Apply patch

    deannagarcia committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b4c395a View commit details
    Browse the repository at this point in the history
  2. Add missing includes

    deannagarcia committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ae718b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    806d7e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c49fe79 View commit details
    Browse the repository at this point in the history
  5. Updating changelog

    mkruskal-google committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a20c65f View commit details
    Browse the repository at this point in the history
Loading