thrift pull request: Add @Generated annotation to Thrift classes

2013-11-05 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/thrift/pull/63 Add @Generated annotation to Thrift classes This allows other tools to introspect on the class and determine that it is machine-generated. Original patch by Arvind Jayaprakash apa

thrift pull request: Defensively copy binary fields (THRIFT-2233)

2013-10-22 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/thrift/pull/60 Defensively copy binary fields (THRIFT-2233) This ensures that one consumer of a ByteBuffer does not interfere with another, e.g., MyStruct myStruct = ...; byte[] array = new byte

thrift pull request: Do not line buffer code generator output

2013-01-04 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/thrift/pull/30

thrift pull request: Do not line buffer code generator output

2013-01-03 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/thrift/pull/30 Do not line buffer code generator output Line buffering results in slow performance on FUSE- and network-based file systems, e.g., eCryptfs. std::ostream std::endl emits a newline