[protobuf] Re: Version 2.5.0?

2012-12-02 Thread Дмитрий Дьяченко
and any chance to fix https://groups.google.com/forum/?fromgroups=#!topic/protobuf/-KIxKmUm3o0 ? -- missing headers from 'make install' Thanks, Dmitry вторник, 23 октября 2012 г., 19:19:58 UTC+4 пользователь BJ Neilsen написал: > > Sorry if this has been discussed previously, I was unable to fi

[protobuf] Re: Multiple messages using std::streams

2012-12-02 Thread Denys Yurchenko
Brilliant post! I had spent a lot of time to solve a problem of getting messages from a boost::asio::ip::tcp::iostream without closing it. assert(messageSize > 0) NOT good for me. I use condition messageSize == 0 in order to know if boost::asio::ip::tcp::iostream A.K.A TCP/IP connection has be

[protobuf] Issue 435 in protobuf: Compilation fail with GCC flag combination

2012-12-02 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 435 by i...@cjhanks.name: Compilation fail with GCC flag combination http://code.google.com/p/protobuf/issues/detail?id=435 What steps will reproduce the problem? 1. Using gcc with flags (-DNDEBUG=1 -Werror -Wall) compile

[protobuf] Re: Issue 435 in protobuf: Compilation fail with GCC flag combination

2012-12-02 Thread protobuf
Comment #1 on issue 435 by i...@cjhanks.name: Compilation fail with GCC flag combination http://code.google.com/p/protobuf/issues/detail?id=435 Duplicates: http://code.google.com/p/protobuf/issues/detail?id=430 -- You received this message because you are subscribed to the Google Groups "Pro