Counter Strike : Global Offensive Source Code

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 <sanjay@google.com>
  5. Jeff Dean <jeff@google.com>
  6. Daniel Dulitz <daniel@google.com>
  7. Craig Silverstein
  8. Paul Haahr <haahr@google.com>
  9. Corey Anderson <corin@google.com>
  10. (and many others)
  11. Proto2 C++ and Java primary author:
  12. Kenton Varda <kenton@google.com>
  13. Proto2 Python primary authors:
  14. Will Robinson <robinson@google.com>
  15. Petar Petrov <petar@google.com>
  16. Large code contributions:
  17. Jason Hsueh <jasonh@google.com>
  18. Joseph Schorr <jschorr@google.com>
  19. Wenbo Zhu <wenboz@google.com>
  20. Large quantity of code reviews:
  21. Scott Bruce <sbruce@google.com>
  22. Frank Yellin
  23. Neal Norwitz <nnorwitz@google.com>
  24. Jeffrey Yasskin <jyasskin@google.com>
  25. Ambrose Feinstein <ambrose@google.com>
  26. Documentation:
  27. Lisa Carey <lcarey@google.com>
  28. Maven packaging:
  29. Gregory Kick <gak@google.com>
  30. Patch contributors:
  31. Kevin Ko <kevin.s.ko@gmail.com>
  32. * Small patch to handle trailing slashes in --proto_path flag.
  33. Johan Euphrosine <proppy@aminche.com>
  34. * Small patch to fix Python CallMethod().
  35. Ulrich Kunitz <kune@deine-taler.de>
  36. * Small optimizations to Python serialization.
  37. Leandro Lucarella <llucax@gmail.com>
  38. * VI syntax highlighting tweaks.
  39. * Fix compiler to not make output executable.
  40. Dilip Joseph <dilip.antony.joseph@gmail.com>
  41. * Heuristic detection of sub-messages when printing unknown fields in
  42. text format.
  43. Brian Atkinson <nairb774@gmail.com>
  44. * Added @Override annotation to generated Java code where appropriate.
  45. Vincent Choini�re <Choiniere.Vincent@hydro.qc.ca>
  46. * Tru64 support.
  47. Monty Taylor <monty.taylor@gmail.com>
  48. * Solaris 10 + Sun Studio fixes.
  49. Alek Storm <alek.storm@gmail.com>
  50. * Slicing support for repeated scalar fields for the Python API.
  51. Oleg Smolsky <oleg.smolsky@gmail.com>
  52. * MS Visual Studio error format option.
  53. * Detect unordered_map in stl_hash.m4.
  54. Brian Olson <brianolson@google.com>
  55. * gzip/zlib I/O support.
  56. Michael Poole <mdpoole@troilus.org>
  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 <wink@google.com>
  61. * Fixed initialization ordering problem in logging code.
  62. Will Pierce <willp@nuclei.com>
  63. * Small patch improving performance of in Python serialization.
  64. Alexandre Vassalotti <alexandre@peadrop.com>
  65. * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
  66. Scott Stafford <scott.stafford@gmail.com>
  67. * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
  68. Alexander Melnikov <alm@sibmail.ru>
  69. * HPUX support.
  70. Oliver Jowett <oliver.jowett@gmail.com>
  71. * Detect whether zlib is new enough in configure script.
  72. * Fixes for Solaris 10 32/64-bit confusion.
  73. Evan Jones <evanj@mit.edu>
  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 <m.kucharski@gmail.com>
  80. * Added CodedInputStream.getTotalBytesRead().
  81. Kacper Kowalik <xarthisius.kk@gmail.com>
  82. * Fixed m4/acx_pthread.m4 problem for some Linux distributions.