[protobuf] Re: Issue 658 in protobuf: use cmake for builds

2014-10-02 Thread protobuf
Comment #7 on issue 658 by dina...@gmail.com: use cmake for builds https://code.google.com/p/protobuf/issues/detail?id=658 We're now switching our project to VC12 and I need to recompile protobuf with the new VS version. I'm encountering lots of problems with the currently provided VS

[protobuf] Re: error in repeated_field.h:613

2014-10-02 Thread BKonz
So, what I found out until now, that for some reasons in //pack spd, acc, jrk no values are stored. However, pose works. So the error message is shown because I want to access non existing data. I can print all data in the for-loops and spd[i], acc[i[, and jrk[i] contain values. I also can

[protobuf] Re: Issue 658 in protobuf: use cmake for builds

2014-10-02 Thread protobuf
Comment #8 on issue 658 by dina...@gmail.com: use cmake for builds https://code.google.com/p/protobuf/issues/detail?id=658 In the meantime, I created a VS2013 solution with both Win32 and x64 configurations. Two of the test projects didn't compile with a weird message about cmd.exe but I

[protobuf] Re: Plans to support C#?

2014-10-02 Thread Jon Skeet
Yes, oneof support would probably be the top of my list :) We clearly need to support the whole proto language - but there are Java API changes which may not be as useful in the C# community which aren't really part of the proto language itself. This quarter is becoming incredibly busy for me,

[protobuf] c++ why no set_allocated for repeated nested messages?

2014-10-02 Thread chris
Always having to obtain a new instance of a repeated nested message from it's parent is really cumbersome.I fail to see the logic behind it being that singular message fields have set_allocated. Chris -- You received this message because you are subscribed to the Google Groups Protocol