Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.4 KiB

  1. This file contains a list of people who have made large contributions
  2. to the public version of Protocol Buffers.
  3. Original Protocol Buffers design and implementation:
  4. Sanjay Ghemawat <[email protected]>
  5. Jeff Dean <[email protected]>
  6. Daniel Dulitz <[email protected]>
  7. Craig Silverstein
  8. Paul Haahr <[email protected]>
  9. Corey Anderson <[email protected]>
  10. (and many others)
  11. Proto2 C++ and Java primary author:
  12. Kenton Varda <[email protected]>
  13. Proto2 Python primary authors:
  14. Will Robinson <[email protected]>
  15. Petar Petrov <[email protected]>
  16. Large code contributions:
  17. Jason Hsueh <[email protected]>
  18. Joseph Schorr <[email protected]>
  19. Wenbo Zhu <[email protected]>
  20. Large quantity of code reviews:
  21. Scott Bruce <[email protected]>
  22. Frank Yellin
  23. Neal Norwitz <[email protected]>
  24. Jeffrey Yasskin <[email protected]>
  25. Ambrose Feinstein <[email protected]>
  26. Documentation:
  27. Lisa Carey <[email protected]>
  28. Maven packaging:
  29. Gregory Kick <[email protected]>
  30. Patch contributors:
  31. Kevin Ko <[email protected]>
  32. * Small patch to handle trailing slashes in --proto_path flag.
  33. Johan Euphrosine <[email protected]>
  34. * Small patch to fix Python CallMethod().
  35. Ulrich Kunitz <[email protected]>
  36. * Small optimizations to Python serialization.
  37. Leandro Lucarella <[email protected]>
  38. * VI syntax highlighting tweaks.
  39. * Fix compiler to not make output executable.
  40. Dilip Joseph <[email protected]>
  41. * Heuristic detection of sub-messages when printing unknown fields in
  42. text format.
  43. Brian Atkinson <[email protected]>
  44. * Added @Override annotation to generated Java code where appropriate.
  45. Vincent Choini�re <[email protected]>
  46. * Tru64 support.
  47. Monty Taylor <[email protected]>
  48. * Solaris 10 + Sun Studio fixes.
  49. Alek Storm <[email protected]>
  50. * Slicing support for repeated scalar fields for the Python API.
  51. Oleg Smolsky <[email protected]>
  52. * MS Visual Studio error format option.
  53. * Detect unordered_map in stl_hash.m4.
  54. Brian Olson <[email protected]>
  55. * gzip/zlib I/O support.
  56. Michael Poole <[email protected]>
  57. * Fixed warnings about generated constructors not explicitly initializing
  58. all fields (only present with certain compiler settings).
  59. * Added generation of field number constants.
  60. Wink Saville <[email protected]>
  61. * Fixed initialization ordering problem in logging code.
  62. Will Pierce <[email protected]>
  63. * Small patch improving performance of in Python serialization.
  64. Alexandre Vassalotti <[email protected]>
  65. * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
  66. Scott Stafford <[email protected]>
  67. * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
  68. Alexander Melnikov <[email protected]>
  69. * HPUX support.
  70. Oliver Jowett <[email protected]>
  71. * Detect whether zlib is new enough in configure script.
  72. * Fixes for Solaris 10 32/64-bit confusion.
  73. Evan Jones <[email protected]>
  74. * Optimize Java serialization code when writing a small message to a stream.
  75. * Optimize Java serialization of strings so that UTF-8 encoding happens only
  76. once per string per serialization call.
  77. * Clean up some Java warnings.
  78. * Fix bug with permanent callbacks that delete themselves when run.
  79. Michael Kucharski <[email protected]>
  80. * Added CodedInputStream.getTotalBytesRead().
  81. Kacper Kowalik <[email protected]>
  82. * Fixed m4/acx_pthread.m4 problem for some Linux distributions.