[protobuf] multi arch build of protobuf on macosx

2010-04-07 Thread Romain Francois
can get it through fink or something but I wondered if there was some other way to grab the information. Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://bit.ly/9aKDM9 : embed images in Rd documents |- http://tr.im/OIXN : raster

[protobuf] protobuf and nixysa ?

2010-03-17 Thread Romain Francois
Hello, I was wondering if anyone tried to use nixysa to build NPAPI plugins for compatible browsers to deal with protocol buffers. One example use for such a thing would be a GWT application talking to a server in terms of protocol buffers. Romain -- Romain Francois Professional R

Re: [protobuf] how to get RepeatedField object

2010-02-17 Thread Romain Francois
On 02/17/2010 12:51 AM, Kenton Varda wrote: On Tue, Feb 16, 2010 at 2:47 PM, Romain Francois romain.francois.r.enthusi...@gmail.com mailto:romain.francois.r.enthusi...@gmail.com wrote: Thanks for the feedback. On 02/16/2010 10:44 PM, Kenton Varda wrote

Re: [protobuf] how to get RepeatedField object

2010-02-16 Thread Romain Francois
, you are doing this, so that should be fine. On Sat, Feb 13, 2010 at 1:16 AM, Romain Francois romain.francois.r.enthusi...@gmail.com mailto:romain.francois.r.enthusi...@gmail.com wrote: Hello, Thanks for the answers. Maybe I should give some more background on why this is of interest

Re: [protobuf] how to get RepeatedField object

2010-02-12 Thread Romain Francois
to use RepeatedField ? Romain On 02/11/2010 06:50 PM, Jason Hsueh wrote: No, there isn't a way to get the RepeatedField from the reflection interface. You can only do so via the generated interface. On Thu, Feb 11, 2010 at 5:57 AM, Romain Francois romain.francois.r.enthusi...@gmail.com

[protobuf] how to get RepeatedField object

2010-02-11 Thread Romain Francois
a pointer to the beginning of the int array we are filling. I'd like to replace this using e.g std::copy RepeatedField field ; std::copy( field.begin(), field.end(), INTEGER(res) ) ; but I can't find how to actually get hold of a RepeatedField object. Is it possible ? Romain -- Romain Francois