Chris Lattner | 4c9fa8a | 2010-11-16 21:39:15 | [diff] [blame] | 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 | |
| 6 | The list is sorted by surname and formatted to allow easy grepping and |
| 7 | beautification by scripts. The fields are: name (N), email (E), web-address |
| 8 | (W), PGP key ID and fingerprint (P), description (D), and snail-mail address |
| 9 | (S). |
| 10 | |
| 11 | N: Howard Hinnant |
| 12 | E: [email protected] |
| 13 | D: Architect and primary author of libc++ |
| 14 | |
Howard Hinnant | ab061a6 | 2011-01-04 19:21:05 | [diff] [blame] | 15 | N: Marshall Clow |
| 16 | E: [email protected] |
| 17 | E: [email protected] |
| 18 | D: Minor patches and bug fixes. |
Howard Hinnant | 30b7d27 | 2011-06-09 16:53:33 | [diff] [blame] | 19 | |
| 20 | N: Bjorn Reese |
| 21 | E: [email protected] |
| 22 | D: Initial regex prototype |
Dave Zarzycki | 6ab85f9 | 2011-07-22 17:08:57 | [diff] [blame] | 23 | |
David Chisnall | 8972813 | 2011-09-21 08:39:44 | [diff] [blame] | 24 | N: David Chisnall |
| 25 | E: theraven at theravensnest dot org |
David Chisnall | 14c25b8 | 2012-02-29 13:05:08 | [diff] [blame] | 26 | D: FreeBSD and Solaris ports, libcxxrt support, some atomics work. |
Howard Hinnant | 3c78ca0 | 2011-09-22 19:10:18 | [diff] [blame] | 27 | |
| 28 | N: Ruben Van Boxem |
| 29 | E: vanboxem dot ruben at gmail dot com |
| 30 | D: Initial Windows patches. |
Howard Hinnant | a33d4bc | 2011-10-11 16:00:46 | [diff] [blame] | 31 | |
| 32 | N: Arvid Picciani |
| 33 | E: aep at exys dot org |
| 34 | D: Minor patches and musl port. |
Howard Hinnant | 53d2fb0 | 2011-12-10 20:28:56 | [diff] [blame] | 35 | |
| 36 | N: Craig Silverstein |
| 37 | E: [email protected] |
| 38 | D: Implemented Cityhash as the string hash function on 64-bit machines |
| 39 | |
| 40 | N: Google Inc. |
| 41 | D: Copyright owner and contributor of the CityHash algorithm |
Jeffrey Yasskin | 1c075b8 | 2012-02-19 18:22:03 | [diff] [blame] | 42 | |
| 43 | N: Jeffrey Yasskin |
| 44 | E: [email protected] |
| 45 | E: [email protected] |
| 46 | D: Linux fixes. |
Howard Hinnant | 338eb31 | 2012-04-02 19:23:15 | [diff] [blame] | 47 | |
| 48 | N: Jonathan Sauer |
| 49 | D: Minor patches, mostly related to constexpr |
Richard Smith | 99f15d6 | 2012-04-19 00:50:47 | [diff] [blame] | 50 | |
| 51 | N: Richard Smith |
| 52 | D: Minor patches. |
Howard Hinnant | c2e9354 | 2012-07-26 20:22:37 | [diff] [blame] | 53 | |
| 54 | N: Andrew Morrow |
| 55 | E: [email protected] |
| 56 | D: Minor patches and Linux fixes. |
Howard Hinnant | bad901b | 2012-08-24 21:45:19 | [diff] [blame^] | 57 | |
| 58 | N: Hyeon-bin Jeong |
| 59 | E: [email protected] |
| 60 | D: Minor patches and bug fixes. |