[libcxx-commits] [libcxx] 0edcd91 - [libc++][NFC] Update and alphabetize CREDITS.TXT
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 19 16:14:26 PDT 2021
Author: Kent Ross
Date: 2021-08-19T23:13:44Z
New Revision: 0edcd91d11d912467a78a3220caf5fedc46d4d69
URL: https://github.com/llvm/llvm-project/commit/0edcd91d11d912467a78a3220caf5fedc46d4d69
DIFF: https://github.com/llvm/llvm-project/commit/0edcd91d11d912467a78a3220caf5fedc46d4d69.diff
LOG: [libc++][NFC] Update and alphabetize CREDITS.TXT
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D108263
Added:
Modified:
libcxx/CREDITS.TXT
Removed:
################################################################################
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT
index 49f095d29645..e65a82b7b9f5 100644
--- a/libcxx/CREDITS.TXT
+++ b/libcxx/CREDITS.TXT
@@ -24,10 +24,6 @@ N: Holger Arnold
E: holgerar at gmail.com
D: Minor fix.
-N: Ruben Van Boxem
-E: vanboxem dot ruben at gmail dot com
-D: Initial Windows patches.
-
N: David Chisnall
E: theraven at theravensnest dot org
D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
@@ -41,6 +37,10 @@ N: Jonathan B Coe
E: jbcoe at me.com
D: Implementation of propagate_const.
+N: Matthew Dempsky
+E: matthew at dempsky.org
+D: Minor patches and bug fixes.
+
N: Christopher Di Bella
E: cjdb at google.com
E: cjdb.ns at gmail.com
@@ -58,10 +58,6 @@ N: Bill Fisher
E: william.w.fisher at gmail.com
D: Regex bug fixes.
-N: Matthew Dempsky
-E: matthew at dempsky.org
-D: Minor patches and bug fixes.
-
N: Google Inc.
D: Copyright owner and contributor of the CityHash algorithm
@@ -113,6 +109,10 @@ N: Jon Roelofs
E: jroelofS at jroelofs.com
D: Remote testing, Newlib port, baremetal/single-threaded support.
+N: Kent Ross
+E: k at mad.cash
+D: C++20 language feature support
+
N: Jonathan Sauer
D: Minor patches, mostly related to constexpr
@@ -131,6 +131,10 @@ N: Stephan Tolksdorf
E: st at quanttec.com
D: Minor <atomic> fix
+N: Ruben Van Boxem
+E: vanboxem dot ruben at gmail dot com
+D: Initial Windows patches.
+
N: Michael van der Westhuizen
E: r1mikey at gmail dot com
@@ -149,11 +153,11 @@ N: Xing Xue
E: xingxue at ca.ibm.com
D: AIX port
-N: Zhihao Yuan
-E: lichray at gmail.com
-D: Standard compatibility fixes.
-
N: Jeffrey Yasskin
E: jyasskin at gmail.com
E: jyasskin at google.com
D: Linux fixes.
+
+N: Zhihao Yuan
+E: lichray at gmail.com
+D: Standard compatibility fixes.
More information about the libcxx-commits
mailing list