2008-07-10 06:12:20 +04:00
|
|
|
|
This file contains a list of people who have made large contributions
|
|
|
|
|
to the public version of Protocol Buffers.
|
|
|
|
|
|
|
|
|
|
Original Protocol Buffers design and implementation:
|
|
|
|
|
Sanjay Ghemawat <sanjay@google.com>
|
|
|
|
|
Jeff Dean <jeff@google.com>
|
|
|
|
|
Daniel Dulitz <daniel@google.com>
|
|
|
|
|
Craig Silverstein
|
|
|
|
|
Paul Haahr <haahr@google.com>
|
|
|
|
|
Corey Anderson <corin@google.com>
|
|
|
|
|
(and many others)
|
|
|
|
|
|
|
|
|
|
Proto2 C++ and Java primary author:
|
|
|
|
|
Kenton Varda <kenton@google.com>
|
|
|
|
|
|
|
|
|
|
Proto2 Python primary authors:
|
|
|
|
|
Will Robinson <robinson@google.com>
|
|
|
|
|
Petar Petrov <petar@google.com>
|
|
|
|
|
|
|
|
|
|
Large code contributions:
|
2009-04-25 06:53:47 +04:00
|
|
|
|
Jason Hsueh <jasonh@google.com>
|
2008-07-10 06:12:20 +04:00
|
|
|
|
Joseph Schorr <jschorr@google.com>
|
|
|
|
|
Wenbo Zhu <wenboz@google.com>
|
|
|
|
|
|
|
|
|
|
Large quantity of code reviews:
|
|
|
|
|
Scott Bruce <sbruce@google.com>
|
|
|
|
|
Frank Yellin
|
|
|
|
|
Neal Norwitz <nnorwitz@google.com>
|
|
|
|
|
Jeffrey Yasskin <jyasskin@google.com>
|
|
|
|
|
Ambrose Feinstein <ambrose@google.com>
|
|
|
|
|
|
|
|
|
|
Documentation:
|
|
|
|
|
Lisa Carey <lcarey@google.com>
|
|
|
|
|
|
|
|
|
|
Maven packaging:
|
|
|
|
|
Gregory Kick <gak@google.com>
|
2008-07-17 00:57:56 +04:00
|
|
|
|
|
2009-04-17 02:30:56 +04:00
|
|
|
|
Patch contributors:
|
2008-07-17 00:57:56 +04:00
|
|
|
|
Kevin Ko <kevin.s.ko@gmail.com>
|
2008-08-06 05:12:21 +04:00
|
|
|
|
* Small patch to handle trailing slashes in --proto_path flag.
|
2008-07-27 22:38:54 +04:00
|
|
|
|
Johan Euphrosine <proppy@aminche.com>
|
2009-04-25 06:53:47 +04:00
|
|
|
|
* Small patch to fix Python CallMethod().
|
2008-07-27 22:38:54 +04:00
|
|
|
|
Ulrich Kunitz <kune@deine-taler.de>
|
2008-08-06 05:12:21 +04:00
|
|
|
|
* Small optimizations to Python serialization.
|
2008-07-31 05:43:34 +04:00
|
|
|
|
Leandro Lucarella <llucax@gmail.com>
|
2008-08-06 05:12:21 +04:00
|
|
|
|
* VI syntax highlighting tweaks.
|
|
|
|
|
* Fix compiler to not make output executable.
|
|
|
|
|
Dilip Joseph <dilip.antony.joseph@gmail.com>
|
|
|
|
|
* Heuristic detection of sub-messages when printing unknown fields in
|
|
|
|
|
text format.
|
2008-09-17 06:41:14 +04:00
|
|
|
|
Brian Atkinson <nairb774@gmail.com>
|
|
|
|
|
* Added @Override annotation to generated Java code where appropriate.
|
2008-11-14 20:29:32 +03:00
|
|
|
|
Vincent Choini<6E>re <Choiniere.Vincent@hydro.qc.ca>
|
|
|
|
|
* Tru64 support.
|
2008-12-04 23:34:50 +03:00
|
|
|
|
Monty Taylor <monty.taylor@gmail.com>
|
2009-05-02 01:53:10 +04:00
|
|
|
|
* Solaris 10 + Sun Studio fixes.
|
2008-12-24 04:07:22 +03:00
|
|
|
|
Alek Storm <alek.storm@gmail.com>
|
|
|
|
|
* Slicing support for repeated scalar fields for the Python API.
|
2009-04-15 23:50:54 +04:00
|
|
|
|
Oleg Smolsky <oleg.smolsky@gmail.com>
|
|
|
|
|
* MS Visual Studio error format option.
|
2009-12-21 21:58:23 +03:00
|
|
|
|
* Detect unordered_map in stl_hash.m4.
|
2009-04-17 02:30:56 +04:00
|
|
|
|
Brian Olson <brianolson@google.com>
|
|
|
|
|
* gzip/zlib I/O support.
|
2009-04-17 02:43:40 +04:00
|
|
|
|
Michael Poole <mdpoole@troilus.org>
|
|
|
|
|
* Fixed warnings about generated constructors not explicitly initializing
|
|
|
|
|
all fields (only present with certain compiler settings).
|
2009-04-18 04:02:12 +04:00
|
|
|
|
* Added generation of field number constants.
|
2009-04-18 05:24:27 +04:00
|
|
|
|
Wink Saville <wink@google.com>
|
|
|
|
|
* Fixed initialization ordering problem in logging code.
|
2009-04-18 06:01:27 +04:00
|
|
|
|
Will Pierce <willp@nuclei.com>
|
|
|
|
|
* Small patch improving performance of in Python serialization.
|
2009-05-02 01:03:20 +04:00
|
|
|
|
Alexandre Vassalotti <alexandre@peadrop.com>
|
|
|
|
|
* Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
|
2009-06-25 23:05:36 +04:00
|
|
|
|
Scott Stafford <scott.stafford@gmail.com>
|
|
|
|
|
* Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
|
2009-08-18 00:34:29 +04:00
|
|
|
|
Alexander Melnikov <alm@sibmail.ru>
|
|
|
|
|
* HPUX support.
|
2009-09-15 21:15:43 +04:00
|
|
|
|
Oliver Jowett <oliver.jowett@gmail.com>
|
|
|
|
|
* Detect whether zlib is new enough in configure script.
|
2009-12-24 01:12:22 +03:00
|
|
|
|
* Fixes for Solaris 10 32/64-bit confusion.
|
2009-11-02 21:50:19 +03:00
|
|
|
|
Evan Jones <evanj@mit.edu>
|
|
|
|
|
* Optimize Java serialization code when writing a small message to a stream.
|
2010-02-01 20:41:59 +03:00
|
|
|
|
* Optimize Java serialization of strings so that UTF-8 encoding happens only
|
|
|
|
|
once per string per serialization call.
|
2010-01-22 01:10:55 +03:00
|
|
|
|
* Clean up some Java warnings.
|
2009-11-12 21:13:33 +03:00
|
|
|
|
Michael Kucharski <m.kucharski@gmail.com>
|
|
|
|
|
* Added CodedInputStream.getTotalBytesRead().
|