[protobuf] Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 183 by t.broyer: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 What steps will reproduce the problem? Run protoc with

[protobuf] Re: Issue 182 in protobuf: chromium protoc.exe linker errors when compiled, vs2005

2010-04-28 Thread protobuf
Comment #1 on issue 182 by ken...@google.com: chromium protoc.exe linker errors when compiled, vs2005 http://code.google.com/p/protobuf/issues/detail?id=182 These look like standard library symbols. Are you possibly compiling against a different C++ runtime library version than you are

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #1 on issue 183 by ken...@google.com: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 Yeah, this cannot be fixed without design changes. Perhaps you could instead take advantage of .jar output

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #2 on issue 183 by t.broyer: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 I actually do not have a need for it myself, I just stumbled upon it while working on my Java-based plugin (where I

[protobuf] Re: Java UTF-8 encoding/decoding: possible performance improvements

2010-04-28 Thread Evan Jones
Evan Jones wrote: Problem 2: Using the NIO encoders/decoders can be faster than String.getBytes, but only if it is used = 4 times. If used only once, it is worse. The same is approximately true about decoding. Lame results: http://evanjones.ca/software/java-string-encoding.html I'm

[protobuf] Re: Issue 183 in protobuf: --java_out=output_list_file= parameter fails when compiling multiple proto files

2010-04-28 Thread protobuf
Comment #3 on issue 183 by ken...@google.com: --java_out=output_list_file= parameter fails when compiling multiple proto files http://code.google.com/p/protobuf/issues/detail?id=183 Well, you're the first person ever to report this. I suspect no one actually uses this feature... -- You