Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary « Newer  Topics 11 - 20 of 2572  Older »

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 »
By crotty.christop...@gmail.com  - May 7 - 1 new of 1 message    

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 »
By Suresh  - May 7 - 1 new of 1 message    

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 »
By proto...@googlecode.com  - May 7 - 3 new of 3 messages    

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
By fed.ver...@gmail.com  - May 7 - 3 new of 3 messages    

Issue 509 in protobuf: import public generates wrong python code 
  Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 509 by Pyro...@gmail.com: import public generates wrong python code [link] What steps will reproduce the problem? 1. Put all 3 attached files in one folder... more »
By proto...@googlecode.com  - May 7 - 1 new of 1 message    

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 »
By Florian Johannßen  - May 6 - 1 new of 1 message    

Issue 508 in protobuf: error: declaration shadows a member of this 
  Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 508 by jonrin...@gmail.com: error: declaration shadows a member of this [link] What steps will reproduce the problem? test.proto: message Foo { required string bar = 1;... more »
By proto...@googlecode.com  - May 4 - 3 new of 3 messages    

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 »
By SEN Miezitis  - May 3 - 2 new of 2 messages    

Issue 507 in protobuf: /usr/include/google/protobuf/s tubs/platform_macros.h should check for __powerpc__ 
  Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 507 by j...@rawbw.com: /usr/include/google/protobuf/s tubs/platform_macros.h should check for __powerpc__ [link] What steps will reproduce the problem?... more »
By proto...@googlecode.com  - Apr 26 - 1 new of 1 message    

Issue 506 in protobuf: Java DynamicMessage.Builder#getFiel d doesn't return empty list for unset repeated Message fields, but a default Message instead. 
  Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 506 by dav.co...@gmail.com: Java DynamicMessage.Builder#getFiel d doesn't return empty list for unset repeated Message fields, but a default Message instead. [link]... more »
By proto...@googlecode.com  - Apr 26 - 2 new of 2 messages    

11 - 20 of 2572   « Newer | Older »

XML       Send email to this group: protobuf@googlegroups.com