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.3
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.4
Choose a head ref
  • 7 commits
  • 38 files changed
  • 4 contributors

Commits on Mar 2, 2021

  1. Copy the full SHA
    dfa5457 View commit details
  2. Create a CMake option to control whether or not RTTI is enabled

    This is useful for Conan recipes that build Protobuf, in which
    whatever we want to enable has to be enabled in the initial command line.
    Without this, the people maintaining the recipe have to patch the CMake
    setup of Protobuf before building the binaries.
    
    Closes #5541
    Florian Simon authored and acozzette committed Mar 2, 2021
    Copy the full SHA
    1add7a7 View commit details
  3. Copy the full SHA
    7d63b99 View commit details

Commits on Mar 3, 2021

  1. Merge pull request #8363 from haberman/ruby-nil-fix

    Fixed SEGV when users pass nil messages. This also disallows `nil` in RepeatedField or Map.
    haberman authored Mar 3, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf7d81f View commit details
  2. read_property() handler is not supposed to return NULL

    NULL is never expected as a result of read_property() handler,
    it should return &EG(uninitialized_zval) if there is no such property in
    the object
    tony2001 authored and acozzette committed Mar 3, 2021
    Copy the full SHA
    aa41d90 View commit details
  3. Copy the full SHA
    e5c067f View commit details
  4. Update protobuf version

    acozzette committed Mar 3, 2021
    Copy the full SHA
    fd8aabf View commit details
Loading