8000 Comparing v3.23.1...v3.23.2 · protocolbuffers/protobuf · GitHub
[go: up one dir, main page]

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.23.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.23.2
Choose a head ref
  • 8 commits
  • 48 files changed
  • 6 contributors

Commits on May 16, 2023

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

Commits on May 17, 2023

  1. Merge pull request #12845 from protocolbuffers/23.x-202305171614

    23.x 202305171614
    haberman authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a171d20 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix missing int32_t (#12554)

    Fix for unknown type `int32_t` in `src/google/protobuf/compiler/objectivec/text_format_decode_data.h`
    
    Issue encountered when building with GCC 13 (MinGW-w64 on Windows 64-bit).
    
    Error:
    ```
    In file included from R:/winlibs-gcc13-64/protobuf-22.3/src/google/protobuf/compiler/objectivec/text_format_decode_data.cc:31:
    R:/winlibs-gcc13-64/protobuf-22.3/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:59:18: error: 'int32_t' has not been declared
       59 |   void AddString(int32_t key, const std::string& input_for_decode,
          |                  ^~~~~~~
    R:/winlibs-gcc13-64/protobuf-22.3/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:68:21: error: 'int32_t' was not declared in this scope
       68 |   typedef std::pair<int32_t, std::string> DataEntry;
          |                     ^~~~~~~
    R:/winlibs-gcc13-64/protobuf-22.3/src/google/protobuf/compiler/objectivec/text_format_decode_data.h:40:1: note: 'int32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       39 | #include "google/protobuf/port_def.inc"
      +++ |+#include <cstdint>
       40 |
    ```
    
    Closes #12554
    
    COPYBARA_INTEGRATE_REVIEW=#12554 from brechtsanders:patch-1 0ab04b4
    PiperOrigin-RevId: 527667592
    brechtsanders authored and fowles committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5bc7e02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12852 from fowles/23.x

    fix missing int32_t (#12554)
    fowles authored May 18, 2023
    Configuration menu
    Copy the full SHA
    ab367ad View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Automated rollback of commit 4d76f12.

    PiperOrigin-RevId: 535306235
    mkruskal-google committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b556b88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12906 from mkruskal-google/java-fix-23

    Automated rollback of commit 4d76f12.
    mkruskal-google authored May 25, 2023
    Configuration menu
    Copy the full SHA
    91e5e6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ddc11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a74f54b View commit details
    Browse the repository at this point in the history
Loading
0