[protobuf] Issue 600 in protobuf: Add a flag to generate C++ includes using "" instead of <>

2014-01-21 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 600 by amis...@google.com: Add a flag to generate C++ includes using "" instead of <> http://code.google.com/p/protobuf/issues/detail?id=600 Right now, the generated C++ code uses #include <> for the protobuf

Re: [protobuf] Patch to restore Solaris support to Protocol Buffers

2014-01-21 Thread Feng Xiao
Hi Lars, We don't have people actively working on open-source protobuf right now and that's why you haven't seen these patches been applied. We have planed a major release in Q2/Q3 though. At that time we'll go through all the open issues. It's better to submit this patch to the issue tracker becau

[protobuf] Re: Issue 599 in protobuf: Fails to compile for Intel Phi

2014-01-21 Thread Peter Burka
If accepted, please attribute the patch to my work address: peter dot burka at twosigma dot com On Tuesday, January 21, 2014 2:27:06 PM UTC-5, prot...@googlecode.com wrote: > > Status: New > Owner: liu...@google.com > Labels: Type-Defect Priority-Medium > > New issue 599 by pe...@quux.net: Fa

[protobuf] Patch to restore Solaris support to Protocol Buffers

2014-01-21 Thread Lars Olsson
Hello, I need Protobuf to work on Solaris, so attached is a patch to fix Solaris 10 and and Solaris 11 support. After I had already made the patch, I discovered in the issue tracker (issues 561 and 565) that someone else has tried to fix this before, but it doesn't appear their patch has been

[protobuf] Update entry in data buffer

2014-01-21 Thread sandeep kr
I have following classes message StudentInfo { required int32 id = 1; required string name = 2; required string class = 3; optional string age = 4; } message StudentList{ repeated StudentInfo studentInfo = 1; } and i wrote StudentList Google Protocol buffer as given below StudentList List;

[protobuf] Update entry in Google protocol buffer

2014-01-21 Thread sandeep kr
I have following information in buffer file message StudentInfo { required int32 id = 1; required string name = 2; required string class = 3; optional string age = 4; } message StudentList{ repeated StudentInfo studentInfo = 1; } How to modify or delete a particular StudentInfo ? -- You receiv

[protobuf] Issue 599 in protobuf: Fails to compile for Intel Phi

2014-01-21 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 599 by pe...@quux.net: Fails to compile for Intel Phi http://code.google.com/p/protobuf/issues/detail?id=599 What steps will reproduce the problem? 1. Install Intel Composer XE with Intel Xeon Phi support 2. Conf

[protobuf] Re: Issue 597 in protobuf: Add sbt-cppp to ThirdPartyAddOns wiki page, please

2014-01-21 Thread protobuf
Updates: Status: Fixed Comment #1 on issue 597 by xiaof...@google.com: Add sbt-cppp to ThirdPartyAddOns wiki page, please http://code.google.com/p/protobuf/issues/detail?id=597 Done. Added to the "Other utilities" section. -- You received this message because this project is configu

[protobuf] Re: Issue 598 in protobuf: unused parameter warnings

2014-01-21 Thread protobuf
Updates: Status: Accepted Comment #1 on issue 598 by liuj...@google.com: unused parameter warnings http://code.google.com/p/protobuf/issues/detail?id=598 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notific