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.15.0
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.15.1
Choose a head ref
  • 7 commits
  • 36 files changed
  • 2 contributors

Commits on Feb 19, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    256f132 View commit details
  2. Merge pull request #8313 from haberman/ruby-crash-fix

    [Ruby] Bugfix for Message.[] for repeated or map fields.
    haberman authored Feb 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4f961c8 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b3aac9 View commit details
  4. Merge pull request #8320 from haberman/ruby-duration-fix

    [Ruby] Fix for truncating behavior when converting Float to Duration.
    haberman authored Feb 19, 2021
    Copy the full SHA
    b12ab0c View commit details
  5. Made some small fixes for MinGW and for C++20 with GCC

    Our use of constinit does not seem to work with GCC yet (see
    #8310), so this
    commit disables it on GCC for now.
    
    This commit also updates mutex.h to work around the fact that MinGW's
    std::mutex apparently does not have a constexpr constructor. We already
    have this kind of workaround for MSVC, so we can just use the same
    workaround.
    acozzette committed Feb 19, 2021
    Copy the full SHA
    d721e36 View commit details
  6. Updated CHANGES.txt

    acozzette committed Feb 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    24d8a55 View commit details
  7. Update protobuf version

    acozzette committed Feb 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    052dc79 View commit details
Loading