You cannot post messages because only members can post, and you are not currently a member.
Description:
In which we discuss the Protocol Buffers Google open source project.
|
|
|
Using enum as extension id?
|
| |
Is it possible to define an extension and use an enum value as the extension id? Say with the following files defined: *file: MessageType.proto:* enum MessageType { MSG_TYPE_1 = 100; MSG_TYPE_2 = 101; ...*file: AMessage.proto:* import "MessageType.proto"; message AMessage { required MessageType type = 1;... more »
|
|
Enforcing backward compatibility rules
|
| |
Hi, To maintain backward compatibility with released .proto definitions, there are certain rules that needs to be followed while extending them(they are well documented). I am wondering if there are existing tools that enforce these rules by comparing the released .proto files. May be the protoc compiler itself can be enhanced for this, by taking input... more »
|
|
Issue 510 in protobuf: Make fails on FreeBSD 9.0
|
| |
Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium
New issue 510 by peter.robinett: Make fails on FreeBSD 9.0
[link]
What steps will reproduce the problem?
1. portsnap fetch; portsnap update
2. cd /usr/ports/net/mosh
3. make... more »
|
|
protobuf 2.5.0 linux version mismatch
|
| |
I tried to build protobuf 2.5.0 on linux - ubuntu kernel 2.6.32 but the protoc executable file with the command --version give the result ver 2.2.0
|
|
Maintenance effort with protobuf
|
| |
Hi folks,
I am just integrating protobuf in our distributed system to replace the slowly java serialization. Our system is written in Scala and we have much traffic of sending immutable data (Updates) among client and server.
So, I think we can improve our performance with protobuf.
Firstly I have serialized some easy objects, like a person:... more »
|
|
Export Control information for Protobuf
|
| |
Hello; Our product uses Protobuf v2.4.0, and to expand its market we need to perform Export Control for our product software. Is there an ECCN and/or CCATS or any other export control designation for this component? If not, does this component perform any encryption (other than that used for authentication)?... more »
|
|
|