[protobuf] Build tagged versions of protobuf?

2011-10-22 Thread JonathonS
Hi all, is there a way to have protobuf build the libraries with tags? (like boost does) For example... - the static debug version of protobuf lite will be named: protobuf-lite-sd.a - the dynamic debug version of protobuf lite will be named: protobuf-lite-d.so - the static version of protobuf

[protobuf] validating utf-8 strings in protobuf lite

2012-09-26 Thread JonathonS
Hi, I am interested in validating my UTF-8 strings in protobuf lite. After some research, I've come across the macro GOOGLE_PROTOBUF_UTF8_VALIDATION_ENABLED which seems to do what I want. However, this only seems possible in the NON-lite version and therefore I cannot use this. Is this correct?

[protobuf] Tool to convert binary back to string representation

2012-10-05 Thread JonathonS
Hi Is there a tool that will convert the serialized binary to its string representation so that I can see all the fields and their values? Thanks, J -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to