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 |
| 26 | D: FreeBSD port and libcxxrt support. |
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. |