CREDITS.TXT 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. This file is a partial list of people who have contributed to the LLVM/libc++
  2. project. If you have contributed a patch or made some other contribution to
  3. LLVM/libc++, please submit a patch to this file to add yourself, and it will be
  4. done!
  5. The list is sorted by surname and formatted to allow easy grepping and
  6. beautification by scripts. The fields are: name (N), email (E), web-address
  7. (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
  8. (S).
  9. N: Saleem Abdulrasool
  10. E: compnerd@compnerd.org
  11. D: Minor patches and Linux fixes.
  12. N: Muiez Ahmed
  13. E: muiez@ibm.com
  14. D: z/OS port.
  15. N: Dan Albert
  16. E: danalbert@google.com
  17. D: Android support and test runner improvements.
  18. N: Dimitry Andric
  19. E: dimitry@andric.com
  20. D: Visibility fixes, minor FreeBSD portability patches.
  21. N: Holger Arnold
  22. E: holgerar@gmail.com
  23. D: Minor fix.
  24. N: David Chisnall
  25. E: theraven at theravensnest dot org
  26. D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
  27. N: Marshall Clow
  28. E: mclow.lists@gmail.com
  29. E: marshall@idio.com
  30. D: C++14 support, patches and bug fixes.
  31. N: Jonathan B Coe
  32. E: jbcoe@me.com
  33. D: Implementation of propagate_const.
  34. N: Matthew Dempsky
  35. E: matthew@dempsky.org
  36. D: Minor patches and bug fixes.
  37. N: Christopher Di Bella
  38. E: cjdb@google.com
  39. E: cjdb.ns@gmail.com
  40. D: Library concepts.
  41. N: Glen Joseph Fernandes
  42. E: glenjofe@gmail.com
  43. D: Implementation of to_address.
  44. N: Eric Fiselier
  45. E: eric@efcs.ca
  46. D: LFTS support, patches and bug fixes.
  47. N: Bill Fisher
  48. E: william.w.fisher@gmail.com
  49. D: Regex bug fixes.
  50. N: Google Inc.
  51. D: Copyright owner and contributor of the CityHash algorithm
  52. N: Howard Hinnant
  53. E: hhinnant@apple.com
  54. D: Architect and primary author of libc++
  55. N: Sergej Jaskiewicz
  56. E: jaskiewiczs@icloud.com
  57. D: Minor improvements in the testing infrastructure
  58. N: Hyeon-bin Jeong
  59. E: tuhertz@gmail.com
  60. D: Minor patches and bug fixes.
  61. N: Argyrios Kyrtzidis
  62. E: kyrtzidis@apple.com
  63. D: Bug fixes.
  64. N: Bruce Mitchener, Jr.
  65. E: bruce.mitchener@gmail.com
  66. D: Emscripten-related changes.
  67. N: Michel Morin
  68. E: mimomorin@gmail.com
  69. D: Minor patches to is_convertible.
  70. N: Andrew Morrow
  71. E: andrew.c.morrow@gmail.com
  72. D: Minor patches and Linux fixes.
  73. N: Michael Park
  74. E: mcypark@gmail.com
  75. D: Implementation of <variant>.
  76. N: Arvid Picciani
  77. E: aep at exys dot org
  78. D: Minor patches and musl port.
  79. N: Bjorn Reese
  80. E: breese@users.sourceforge.net
  81. D: Initial regex prototype
  82. N: Nico Rieck
  83. E: nico.rieck@gmail.com
  84. D: Windows fixes
  85. N: Jon Roelofs
  86. E: jroelofS@jroelofs.com
  87. D: Remote testing, Newlib port, baremetal/single-threaded support.
  88. N: Kent Ross
  89. E: k@mad.cash
  90. D: Patches for operator<=> support
  91. N: Jonathan Sauer
  92. D: Minor patches, mostly related to constexpr
  93. N: Craig Silverstein
  94. E: csilvers@google.com
  95. D: Implemented Cityhash as the string hash function on 64-bit machines
  96. N: Richard Smith
  97. D: Minor patches.
  98. N: Joerg Sonnenberger
  99. E: joerg@NetBSD.org
  100. D: NetBSD port.
  101. N: Stephan Tolksdorf
  102. E: st@quanttec.com
  103. D: Minor <atomic> fix
  104. N: Ruben Van Boxem
  105. E: vanboxem dot ruben at gmail dot com
  106. D: Initial Windows patches.
  107. N: Michael van der Westhuizen
  108. E: r1mikey at gmail dot com
  109. N: Larisse Voufo
  110. D: Minor patches.
  111. N: Klaas de Vries
  112. E: klaas at klaasgaaf dot nl
  113. D: Minor bug fix.
  114. N: Zhang Xiongpang
  115. E: zhangxiongpang@gmail.com
  116. D: Minor patches and bug fixes.
  117. N: Xing Xue
  118. E: xingxue@ca.ibm.com
  119. D: AIX port
  120. N: Jeffrey Yasskin
  121. E: jyasskin@gmail.com
  122. E: jyasskin@google.com
  123. D: Linux fixes.
  124. N: Zhihao Yuan
  125. E: lichray@gmail.com
  126. D: Standard compatibility fixes.