-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCONTRIBUTORS.txt
74 lines (66 loc) · 2.66 KB
/
CONTRIBUTORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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 <[email protected]>
Jeff Dean <[email protected]>
Daniel Dulitz <[email protected]>
Craig Silverstein
Paul Haahr <[email protected]>
Corey Anderson <[email protected]>
(and many others)
Proto2 C++ and Java primary author:
Kenton Varda <[email protected]>
Proto2 Python primary authors:
Will Robinson <[email protected]>
Petar Petrov <[email protected]>
Large code contributions:
Jason Hsueh <[email protected]>
Joseph Schorr <[email protected]>
Wenbo Zhu <[email protected]>
Large quantity of code reviews:
Scott Bruce <[email protected]>
Frank Yellin
Neal Norwitz <[email protected]>
Jeffrey Yasskin <[email protected]>
Ambrose Feinstein <[email protected]>
Documentation:
Lisa Carey <[email protected]>
Maven packaging:
Gregory Kick <[email protected]>
Patch contributors:
Kevin Ko <[email protected]>
* Small patch to handle trailing slashes in --proto_path flag.
Johan Euphrosine <[email protected]>
* Small patch to fix Python CallMethod().
Ulrich Kunitz <[email protected]>
* Small optimizations to Python serialization.
Leandro Lucarella <[email protected]>
* VI syntax highlighting tweaks.
* Fix compiler to not make output executable.
Dilip Joseph <[email protected]>
* Heuristic detection of sub-messages when printing unknown fields in
text format.
Brian Atkinson <[email protected]>
* Added @Override annotation to generated Java code where appropriate.
Vincent Choinière <[email protected]>
* Tru64 support.
Monty Taylor <[email protected]>
* Solaris 10 + Sun Studio fixes.
Alek Storm <[email protected]>
* Slicing support for repeated scalar fields for the Python API.
Oleg Smolsky <[email protected]>
* MS Visual Studio error format option.
Brian Olson <[email protected]>
* gzip/zlib I/O support.
Michael Poole <[email protected]>
* Fixed warnings about generated constructors not explicitly initializing
all fields (only present with certain compiler settings).
* Added generation of field number constants.
Wink Saville <[email protected]>
* Fixed initialization ordering problem in logging code.
Will Pierce <[email protected]>
* Small patch improving performance of in Python serialization.
Alexandre Vassalotti <[email protected]>
* Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
Scott Stafford <[email protected]>
* Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.