protobuf
protobuf copied to clipboard
Protocol Buffers - Google's data interchange format
Fix: https://github.com/protocolbuffers/protobuf/issues/10280 This allows Ruby to report a more correct estimation of the memory used by these objects. It's useful when running memory profilers against applications. cc @zhangskz @haberman
**What version of protobuf and what language are you using?** Version: v3.6.1 Language: C++ **What operating system (Linux, Windows, ...) and version?** Linux: Ubuntu 18.04 (KDE Neon) **What runtime /...
**What version of protobuf and what language are you using?** Version: cpp v3.21.4 Language: C++ Windows 7 GCC 12.0 CMake 3.24 mingw32-make -j4 All compiling well until 83% here log...
This change adds a `static_cast` to `parse_function_generator.cc` so that generated C++ files do not emit a warning ([C4244 – 'conversion' conversion from 'type1' to 'type2', possible loss of data](https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-levels-3-and-4-c4244?view=msvc-170)) when...
**What version of protobuf and what language are you using?** Version: compiled from current (9 aug 2022) main branch Language: C++ **What operating system (Linux, Windows, ...) and version?** Linux,...
We'd like to have reference documentation for [the protobuf classes](https://github.com/protocolbuffers/protobuf-php/tree/master/src/Google/Protobuf) in PHP's `google/protobuf` package. The idea is to link to them from our own reference documentation on [cloud.google.com](http://cloud.google.com/). Some examples...
Since v3.20.0 generated protobuf files trigger pylint `no-name-in-module` when importing the message types. Compiling `foo.proto` (see below) on two different protobuf versions obviously different results, however the old (3.19.x) can...
**What version of protobuf and what language are you using?** Version: main/v3.21.4 Language: C++ **What operating system Linux and version? - ubuntu18.04 **What runtime / compiler are you using: g++7.5.0...
I am new to gRPC, I hope you can help me.I'm having trouble writing the.proto file on Android Studio.I want to implement my client on an Android phone. **What version...
Recently, the `--pyi_out` flag was added to protoc, which is really great. I have a project where protos are compiled using bazel/py_proto_library. From everything that I have seen, there is...