Re: [protobuf] Protobuf 3 for C

2020-11-02 Thread 'Adam Cozzette' via Protocol Buffers
I'm not sure of the answer to that because I have not worked with upb much myself. You might have to experiment and see which files you need. On Sun, Nov 1, 2020 at 11:44 PM Luke Galea wrote: > Hi Adam, I am using Segger Embedded Studio for my embedded implementation. > Which files can I use

Re: [protobuf] Protobuf 3 for C

2020-11-01 Thread Luke Galea
Hi Adam, I am using Segger Embedded Studio for my embedded implementation. Which files can I use instead of including *upb *as a git repository? Thank you Luke On Friday, October 30, 2020 at 8:21:53 PM UTC+1 Luke Galea wrote: > Hi Adam, > > Great to hear. I didn't see it mentioned in the home

Re: [protobuf] Protobuf 3 for C

2020-10-30 Thread Luke Galea
Hi Adam, Great to hear. I didn't see it mentioned in the home webpage for protobuf and made a wrong assumption. Regards Luke On Fri, 30 Oct 2020, 18:10 Adam Cozzette, wrote: > Actually upb is supported by Google, though we have not mentioned it very > prominently in our docs. We have mostly

Re: [protobuf] Protobuf 3 for C

2020-10-30 Thread 'Adam Cozzette' via Protocol Buffers
Actually upb is supported by Google, though we have not mentioned it very prominently in our docs. We have mostly used upb as the underlying implementation for other languages like PHP and Ruby, but you could also use it in a plain C codebase. On Fri, Oct 30, 2020 at 9:57 AM Luke Galea wrote: >

Re: [protobuf] Protobuf 3 for C

2020-10-30 Thread Luke Galea
Amazing thank you. Perhaps a stupid question, but would you still recommend them since they are not officially supported by Google? (Google released C++ etc. but not C) On Fri, 30 Oct 2020, 17:40 Adam Cozzette, wrote: > There are a bunch of C implementations but I think the most common ones >

Re: [protobuf] Protobuf 3 for C

2020-10-30 Thread 'Adam Cozzette' via Protocol Buffers
There are a bunch of C implementations but I think the most common ones are upb , protobuf-c , and nanopb . On Fri, Oct 30, 2020 at 3:45 AM Luke Galea wrote: > I'm new to the world of

[protobuf] Protobuf 3 for C

2020-10-30 Thread Luke Galea
I'm new to the world of protobuf but am interested in using it with CoAP. Are there protobuf implementations for C language? Since I am coding an embedded system. Thank you Luke -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To

Re: [protobuf] Protobuf 3 - using c++11 version

2018-09-18 Thread 'Adam Cozzette' via Protocol Buffers
Starting from version 3.6 we require C++11. You shouldn't have to manually edit any makefiles, though--could you provide some more details on the problem and what version you're using? On Tue, Sep 18, 2018 at 12:18 PM wrote: > I am wondering if it is needed the c++11 version to compile protobuf

[protobuf] Protobuf 3 - using c++11 version

2018-09-18 Thread alex1 . alvarez . trejo
I am wondering if it is needed the c++11 version to compile protobuf 3 because when I run the make file it is asking me to change the line in it and write -std=c++11 -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this