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

2014-07-07 Thread protobuf
Comment #5 on issue 607 by nialldouglas14: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion http://code.google.com/p/protobuf/issues/detail?id=607 Can you revert this patch please? I don't have the header file sanitizer/tsan_interface_atomic.h on my

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

2014-07-07 Thread protobuf
Comment #6 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 Hi Niall, Do you mean the Clang version you installed supports ThreadSanitizer but without header file

[protobuf] Find the message type during processing of serialized message at run time!

2014-07-07 Thread Andrew Klitovchenko
Hi, I am writing an app that uses google protobuf to decode the serialized messages which were coded using .proto definitions. If I have the .proto file and during run time I have different types of messages coming to my app. I wan to be able to identify which message it is according to

[protobuf] Re: Compiling Protobuf with Matlab Addon

2014-07-07 Thread Forrest
I've successfully compiled protobuf-matlab into protobuf-2.5.0 but I did have to do make some modifications to the Makefiles. I also used Gradle instead of Maven since our build system is Gradle based. I've attached a shell archive (run 'sh protobuf-matlab.shar -l' to get a listing of what's

[protobuf] How to compile protoBuf on HP-UX

2014-07-07 Thread Prashant Singh
Hi All, Can anybody give explanation about compiling protobuf lib on HP-UX 11.31 ia64 machine? Which aCC compiler version will be require? What are the compiler options for it? Thanks in advance Prashant -- You received this message because you are subscribed to the Google Groups Protocol

Re: [protobuf] Find the message type during processing of serialized message at run time!

2014-07-07 Thread Ilia Mirkin
The serialized message does not contain any type information. You would either have to create a super-message for that, or have some other sort of knowledge of what type to expect. (A problem with the super-message approach is all the copying involved, so if that's a concern, you can just manually

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

2014-07-07 Thread protobuf
Comment #7 on issue 607 by nialldouglas14: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion http://code.google.com/p/protobuf/issues/detail?id=607 Correct, Ubuntu's clang supports ThreadSanitiser but without the header file mentioned. You can see the CI