Re: [protobuf] protobuf::Any Message vs MessageLite interface

2016-12-07 Thread Mohamed Koubaa
Hi Adams, Nice to see there is an issue I could follow. FYI I'm going with (1). To add a data point, we're interested in the lite runtime not for mobile but to avoid exacerbating long link times when adding protobuf to an (already) large project. Thanks, Mohamed Koubaa Software Developer ANSYS

[protobuf] is it possible to compile protobuf 3.0 on windows? (protobuf)

2016-12-07 Thread lucidbee
I may be missing something obvious. I am trying to compile protobuf 3.0.0.2 on windows 10 using msvs 2015 update 3. Using cmake. Seems like this should work but it insists on pthreads and fails. Is this not supported? If I have to make a single threaded version of protobuf on my own then i

[protobuf] Add serialized message to the repeated without deserialization

2016-12-07 Thread Pranav_IN
Hi, Is it possible to add a serialized message/buffer to the repeated field without desirialization and serialize the repeated message? Message Person{ required string Name; required string Mobile; } Message PhoneBook { repeated Person; } -- You received this message because you are sub