[protobuf] Re: decode tripUpdates protocol buffer files using protoc.exe and the gtfs-realtime.proto

2014-05-06 Thread René Harmsen
Hey Daniel, I'm trying to use the ovapi realtime feeds as well. I get the exact same error is you and including gtfs-realtime.proto in the folder doesn't help. Did you manage to solve this? Op dinsdag 25 maart 2014 00:46:02 UTC+1 schreef Daniel: > > Hi, > > I'm trying to decode some tripUpdates

[protobuf] Re: I don't understand why we use protocol buffer

2014-05-06 Thread Ramakanth Kunapuli
Adding to the confusion - How is it different from the erstwhile *I*nterface *D*efinition *L*anguage? There appears to be a pattern in the way Google developers try to rub their so called pet experiments on the community. On Saturday, April 26, 2014 5:17:20 AM UTC-7, Flowra white wrote: > > > >

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-05-06 Thread protobuf
Comment #9 on issue 447 by arnethed...@gmail.com: No C++11 move constructors http://code.google.com/p/protobuf/issues/detail?id=447 Attaching a compiler plugin which adds move construction, assignment and string move assignment to the generated C++ code - to use, simply add --cxx11_out=same_