[protobuf] Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-02-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 607 by gli...@google.com: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion http://code.google.com/p/protobuf/issues/detail?id=607 The attached patch replaces the TSan API

[protobuf] Re: Issue 575 in protobuf: Google Protobuf will not build under ARM64

2014-02-18 Thread protobuf
Comment #3 on issue 575 by molind: Google Protobuf will not build under ARM64 http://code.google.com/p/protobuf/issues/detail?id=575 I checked on device (iPhone 5s). It works fine with this workaround. -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-02-18 Thread protobuf
Comment #1 on issue 607 by xiaof...@google.com: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion http://code.google.com/p/protobuf/issues/detail?id=607 Where does this header file come from? Does it mean that users will need to install these header files

[protobuf] ruby read messages from a file

2014-02-18 Thread Jay Wilson
I am new to GPB and a bit new to ruby, but the project I am working on requires ruby. I have successful installed the protocol_buffer gem and successfully generated a test file with 10 GPB messages in it. I have verified with a hex editor that all 10 messages are in the file. Now I want to

[protobuf] ruby parse_from_file ?

2014-02-18 Thread Jay Wilson
I created some code that puts 10 GPB messages into a file. When I look at the file with a hex editor all of the messages are in the file. I now want to read the messages back in, processing them 1 at a time. The following produces only the last record in the input file. What am I missing? How

[protobuf] Re: Instructions to build Google Protobuf 2.5.0 for Xcode 5 / iOS 7

2014-02-18 Thread xue wen
Thank you for the great job ~ 在 2013年10月25日星期五UTC+8下午2时41分25秒,Bennett Smith写道: I posted a script (https://gist.github.com/BennettSmith/7150245) that contains instructions for building Google Protobuf 2.5.0 for Xcode 5 / iOS 7. I have used this to successfully port a protobuf-based project

Re: [protobuf] ruby parse_from_file ?

2014-02-18 Thread Ilia Mirkin
On Sun, Feb 16, 2014 at 11:09 AM, Jay Wilson jawro...@gmail.com wrote: I created some code that puts 10 GPB messages into a file. When I look at the file with a hex editor all of the messages are in the file. I now want to read the messages back in, processing them 1 at a time. The following