Re: [protobuf] new code generator: protobuf-nginx

2013-04-22 Thread Dave Bailey
Thank you, that sounds good to me.

-dave

On Apr 22, 2013, at 11:36, Feng Xiao  wrote:

> I think it's better to list it in the other utilities section as it's not a 
> general C solution but specified for nginx. Does this sound good to you? I'll 
> add it to the wiki page if you are ok with it.
> 
> On Mon, Apr 22, 2013 at 11:28 AM, Dave Bailey  wrote:
> The generated code relies on nginx-specific types such as its typedefs for 
> strings, arrays, and rbtrees, and also its memory pools and so on.   The 
> generated code is meant to be compiled into the nginx binary, which is 
> currently the way all module development is done with nginx.
> 
> -dave
> 
> On Apr 22, 2013, at 11:15, Feng Xiao  wrote:
> 
>> What's special for nginx? Can this code generator be used for 
>> not-nginx-releated projects?
>> 
>> On Mon, Apr 22, 2013 at 9:27 AM,  wrote:
>> Hi,
>> 
>> I've written a Google Protocol Buffers code generator for nginx module 
>> developers interested in using protobuf messages within nginx natively.  The 
>> project is on Github here:
>> 
>> https://github.com/dbcode/protobuf-nginx/
>> 
>> Please let me know if you can add it to the Third Party Add-Ons wiki page:
>> 
>> http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
>> 
>> I suppose it would go under the "C" programming language section, although 
>> the generated code is only suitable for use within nginx itself.
>> 
>> -dave
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Protocol Buffers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to protobuf+unsubscr...@googlegroups.com.
>> To post to this group, send email to protobuf@googlegroups.com.
>> Visit this group at http://groups.google.com/group/protobuf?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>> 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [protobuf] new code generator: protobuf-nginx

2013-04-22 Thread Feng Xiao
I think it's better to list it in the other utilities section as it's not a
general C solution but specified for nginx. Does this sound good to you?
I'll add it to the wiki page if you are ok with it.

On Mon, Apr 22, 2013 at 11:28 AM, Dave Bailey  wrote:

> The generated code relies on nginx-specific types such as its typedefs for
> strings, arrays, and rbtrees, and also its memory pools and so on.   The
> generated code is meant to be compiled into the nginx binary, which is
> currently the way all module development is done with nginx.
>
> -dave
>
> On Apr 22, 2013, at 11:15, Feng Xiao  wrote:
>
> What's special for nginx? Can this code generator be used for
> not-nginx-releated projects?
>
> On Mon, Apr 22, 2013 at 9:27 AM, < d...@daveb.net> wrote:
>
>> Hi,
>>
>> I've written a Google Protocol Buffers code generator for nginx module
>> developers interested in using protobuf messages within nginx natively.
>> The project is on Github here:
>>
>> https://github.com/dbcode/**
>> protobuf-nginx/
>>
>> Please let me know if you can add it to the Third Party Add-Ons wiki page:
>>
>> 
>> http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
>>
>> I suppose it would go under the "C" programming language section,
>> although the generated code is only suitable for use within nginx itself.
>>
>> -dave
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Protocol Buffers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to 
>> protobuf+unsubscr...@googlegroups.com.
>> To post to this group, send email to 
>> protobuf@googlegroups.com.
>> Visit this group at 
>> http://groups.google.com/group/protobuf?hl=en.
>> For more options, visit 
>> https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [protobuf] new code generator: protobuf-nginx

2013-04-22 Thread Dave Bailey
The generated code relies on nginx-specific types such as its typedefs for 
strings, arrays, and rbtrees, and also its memory pools and so on.   The 
generated code is meant to be compiled into the nginx binary, which is 
currently the way all module development is done with nginx.

-dave

On Apr 22, 2013, at 11:15, Feng Xiao  wrote:

> What's special for nginx? Can this code generator be used for 
> not-nginx-releated projects?
> 
> On Mon, Apr 22, 2013 at 9:27 AM,  wrote:
> Hi,
> 
> I've written a Google Protocol Buffers code generator for nginx module 
> developers interested in using protobuf messages within nginx natively.  The 
> project is on Github here:
> 
> https://github.com/dbcode/protobuf-nginx/
> 
> Please let me know if you can add it to the Third Party Add-Ons wiki page:
> 
> http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
> 
> I suppose it would go under the "C" programming language section, although 
> the generated code is only suitable for use within nginx itself.
> 
> -dave
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at http://groups.google.com/group/protobuf?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [protobuf] new code generator: protobuf-nginx

2013-04-22 Thread Feng Xiao
What's special for nginx? Can this code generator be used for
not-nginx-releated projects?

On Mon, Apr 22, 2013 at 9:27 AM,  wrote:

> Hi,
>
> I've written a Google Protocol Buffers code generator for nginx module
> developers interested in using protobuf messages within nginx natively.
> The project is on Github here:
>
> https://github.com/dbcode/**protobuf-nginx/
>
> Please let me know if you can add it to the Third Party Add-Ons wiki page:
>
> http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns
>
> I suppose it would go under the "C" programming language section, although
> the generated code is only suitable for use within nginx itself.
>
> -dave
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To post to this group, send email to protobuf@googlegroups.com.
> Visit this group at http://groups.google.com/group/protobuf?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.