[protobuf] Re: Issue 370 in protobuf: static initialization problem with dlopen

2013-03-06 Thread protobuf
Comment #11 on issue 370 by ek.k...@gmail.com: static initialization problem with dlopen http://code.google.com/p/protobuf/issues/detail?id=370 Great! My solution in the original post requires updating protoc compiler (libprotoc.so*) and re-generating *.pb.cc files in application side and

[protobuf] Any examples of a SHA1 or MD5 ZeroCopy{Input/Output}Stream?

2013-03-06 Thread Kevin Regan
I'd like to be able to compute a SHA1 or MD5 checksum while writing out and reading in a file (which I'm doing through a CodedStream/GzipStream/FileStream stack). I'd like to throw the checksum ZeroCopyStream in there (probably between the GzipStream and FileStream). Are there any examples out

[protobuf] Re: Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-06 Thread protobuf
Comment #6 on issue 476 by sergei.s...@gmail.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 Uploading to Maven Central with the current co-ordinates won't be possible, because the plugin uses naming pattern that is reserved for cor

[protobuf] Re: Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-06 Thread protobuf
Comment #5 on issue 476 by jsill...@gmail.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 This comment is meant to back up Sergei's and Paul's points. I've led the migration from Ant to Maven within my company and this wouldn't have

[protobuf] Re: Issue 477 in protobuf: [Python] Experimental C++ implementation doesn't compile

2013-03-06 Thread protobuf
Comment #3 on issue 477 by remy.bl...@pobox.com: [Python] Experimental C++ implementation doesn't compile http://code.google.com/p/protobuf/issues/detail?id=477 Indeed, I'm unable to reproduce the issue by compiling "by hand" (i.e. without Gentoo's package manager). Removing the previously

[protobuf] Re: Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-06 Thread protobuf
Comment #4 on issue 476 by sergei.s...@gmail.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 Hi, This thread has been brought to my attention by Paul, and I am going to use this opportunity to provide an update (and some history) b

[protobuf] Re: Issue 479 in protobuf: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called

2013-03-06 Thread protobuf
Updates: Status: CannotReproduce Comment #3 on issue 479 by xiaof...@google.com: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called http://code.google.com/p/protobuf/issues/detail?id=479 I can't reproduce the problem. The code

[protobuf] Re: Issue 477 in protobuf: [Python] Experimental C++ implementation doesn't compile

2013-03-06 Thread protobuf
Updates: Status: CannotReproduce Comment #2 on issue 477 by xiaof...@google.com: [Python] Experimental C++ implementation doesn't compile http://code.google.com/p/protobuf/issues/detail?id=477 I can't produce this problem with the latest version. I think you might have a old version

[protobuf] Re: Issue 479 in protobuf: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called

2013-03-06 Thread protobuf
Updates: Status: Accepted Owner: xiaof...@google.com Comment #2 on issue 479 by xiaof...@google.com: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called http://code.google.com/p/protobuf/issues/detail?id=479 (No comment

[protobuf] Re: Issue 477 in protobuf: [Python] Experimental C++ implementation doesn't compile

2013-03-06 Thread protobuf
Updates: Status: Accepted Owner: xiaof...@google.com Comment #1 on issue 477 by xiaof...@google.com: [Python] Experimental C++ implementation doesn't compile http://code.google.com/p/protobuf/issues/detail?id=477 (No comment was entered for this change.) -- You received this

[protobuf] Re: Issue 478 in protobuf: 2.5.0 not available in Maven central

2013-03-06 Thread protobuf
Updates: Status: Accepted Owner: xiaof...@google.com Comment #1 on issue 478 by xiaof...@google.com: 2.5.0 not available in Maven central http://code.google.com/p/protobuf/issues/detail?id=478 (No comment was entered for this change.) -- You received this message because this

[protobuf] Re: Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-06 Thread protobuf
Comment #3 on issue 476 by xiaof...@google.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 Done. Thanks, Paul. -- You received this message because this project is configured to send all issue notifications to this address. You ma

[protobuf] Re: Issue 370 in protobuf: static initialization problem with dlopen

2013-03-06 Thread protobuf
Comment #10 on issue 370 by richardg...@gmail.com: static initialization problem with dlopen http://code.google.com/p/protobuf/issues/detail?id=370 I attach a quick fix to test for identical duplicate message definitons. Build libprotobuf.so with this & link to it with your .so and binaries

[protobuf] Re: Issue 479 in protobuf: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called

2013-03-06 Thread protobuf
Comment #1 on issue 479 by csmn...@gmail.com: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called http://code.google.com/p/protobuf/issues/detail?id=479 forget to specify i'm using the lite version. -- You received this message becaus

[protobuf] Issue 479 in protobuf: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called

2013-03-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 479 by csmn...@gmail.com: Deallocating an proto class(with a string) in C++ gives a heap error when "delete stringvariable" is called http://code.google.com/p/protobuf/issues/detail?id=479 What steps will repr

[protobuf] Issue 478 in protobuf: 2.5.0 not available in Maven central

2013-03-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 478 by ear...@gmail.com: 2.5.0 not available in Maven central http://code.google.com/p/protobuf/issues/detail?id=478 Hello The latest version available as a Maven artifact is 2.4.1, would you please release

[protobuf] Issue 477 in protobuf: [Python] Experimental C++ implementation doesn't compile

2013-03-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 477 by remy.bl...@pobox.com: [Python] Experimental C++ implementation doesn't compile http://code.google.com/p/protobuf/issues/detail?id=477 What steps will reproduce the problem? 1. Compile Python implementat

[protobuf] Re: Issue 476 in protobuf: please document how to use protobuf with maven

2013-03-06 Thread protobuf
Comment #2 on issue 476 by paul.nyh...@gmail.com: please document how to use protobuf with maven http://code.google.com/p/protobuf/issues/detail?id=476 Please change from https://github.com/usmanismail/maven-protoc-plugin to https://github.com/sergei-ivanov/maven-protoc-plugin Both of the