forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
594 lines (591 loc) · 27.8 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
Contributors to Emscripten may optionally add themselves to this list of
authors if they choose to do so. This is optional because the git history is
good enough for that purpose, and in fact most projects do not maintain such a
manual list.
While the file is not necessary, to preserve the history of the project we are
not removing it.
(Authors keep copyright of their contributions, of course; they just grant
a license to everyone to use it as detailed in LICENSE.)
* Alon Zakai <[email protected]> (copyright owned by Mozilla Foundation)
* Tim Dawborn <[email protected]>
* Max Shawabkeh <[email protected]>
* Sigmund Vik <[email protected]>
* Jeff Terrace <[email protected]>
* Benoit Tremblay <[email protected]>
* Andreas Bergmeier <[email protected]>
* Ben Schwartz <[email protected]>
* David Claughton <[email protected]>
* David Yip <[email protected]>
* Julien Hamaide <[email protected]>
* Ehsan Akhgari <[email protected]> (copyright owned by Mozilla Foundation)
* Adrian Taylor <[email protected]>
* Richard Assar <[email protected]>
* Nathan Hammond <[email protected]>
* Behdad Esfahbod <[email protected]>
* David Benjamin <[email protected]>
* Pierre Renaux <[email protected]>
* Brian Anderson <[email protected]>
* Jon Bardin <[email protected]>
* Jukka Jylänki <[email protected]>
* Aleksander Guryanov <[email protected]>
* Chad Austin <[email protected]> (copyright owned by IMVU)
* nandhp <[email protected]>
* YeZhongWen <[email protected]>
* Xingxing Pan <[email protected]>
* Justin Kerk <[email protected]>
* Andrea Bedini <[email protected]>
* James Pike <[email protected]>
* Mokhtar Naamani <[email protected]>
* Benjamin Stover <[email protected]>
* Riccardo Magliocchetti <[email protected]>
* Janus Troelsen <[email protected]>
* Lars Schneider <[email protected]> (copyright owned by Autodesk, Inc.)
* Joel Martin <[email protected]>
* Manuel Wellmann <[email protected]> (copyright owned by Autodesk, Inc.)
* Xuejie Xiao <[email protected]>
* Dominic Wong <[email protected]>
* Alan Kligman <[email protected]> (copyright owned by Mozilla Foundation)
* Anthony Liot <[email protected]>
* Michael Riss <[email protected]>
* Jasper St. Pierre <[email protected]>
* Manuel Schölling <[email protected]>
* Bruce Mitchener, Jr. <[email protected]>
* Michael Bishop <[email protected]>
* Roger Braun <[email protected]>
* Vladimir Vukicevic <[email protected]> (copyright owned by Mozilla Foundation)
* Lorant Pinter <[email protected]>
* Tobias Doerffel <[email protected]>
* Martin von Gagern <[email protected]>
* Ting-Yuan Huang <[email protected]>
* Joshua Granick <[email protected]>
* Felix H. Dahlke <[email protected]>
* Éloi Rivard <[email protected]>
* Alexander Gladysh <[email protected]>
* Arlo Breault <[email protected]>
* Jacob Lee <[email protected]> (copyright owned by Google, Inc.)
* Joe Lee <[email protected]> (copyright owned by IMVU)
* Andy Friesen <[email protected]> (copyright owned by IMVU)
* Bill Welden <[email protected]> (copyright owned by IMVU)
* Michael Ey <[email protected]> (copyright owned by IMVU)
* Llorens Marti Garcia <[email protected]> (copyright owned by IMVU)
* Jinsuck Kim <[email protected]> (copyright owned by IMVU)
* Todd Lee <[email protected]> (copyright owned by IMVU)
* Anthony Pesch <[email protected]>
* Robert Bragg <[email protected]> (copyright owned by Intel Corporation)
* Sylvestre Ledru <[email protected]>
* Tom Fairfield <[email protected]>
* Anthony J. Thibault <[email protected]>
* John Allwine <[email protected]>
* Martin Gerhardy <[email protected]>
* James Gregory <[email protected]> (copyright owned by Zynga, Inc.)
* Dan Gohman <[email protected]> (copyright owned by Google, Inc.)
* Jeff Gilbert <[email protected]> (copyright owned by Mozilla Foundation)
* Frits Talbot <[email protected]>
* Onno Jongbloed <[email protected]>
* Jez Ng <[email protected]>
* Marc Feeley <[email protected]> (copyright owned by Mozilla Foundation)
* Ludovic Perrine <[email protected]>
* David Barksdale <[email protected]>
* Manfred Manik Nerurkar <nerurkar*at*made-apps.biz> (copyright owned by MADE, GmbH)
* Joseph Gentle <[email protected]>
* Douglas T. Crosher <[email protected]> (copyright owned by Mozilla Foundation)
* Douglas T. Crosher <[email protected]> (copyright owned by Scieneer Pty Ltd.)
* Soeren Balko <[email protected]> (copyright owned by Clipchamp Pty Ltd.)
* Ryan Kelly ([email protected])
* Michael Lelli <[email protected]>
* Yu Kobayashi <[email protected]>
* Pin Zhang <[email protected]>
* Nick Bray <[email protected]> (copyright owned by Google, Inc.)
* Aidan Hobson Sayers <[email protected]>
* Charlie Birks <[email protected]>
* Ranger Harke <[email protected]> (copyright owned by Autodesk, Inc.)
* Tobias Vrinssen <[email protected]>
* Patrick R. Martin <[email protected]>
* Richard Quirk <[email protected]>
* Marcos Scriven <[email protected]>
* Antoine Lambert <[email protected]>
* Daniel Aquino <[email protected]>
* Remi Papillie <[email protected]>
* Fraser Adams <[email protected]>
* Michael Tirado <[email protected]>
* Ben Noordhuis <[email protected]>
* Bob Roberts <[email protected]>
* John Vilk <[email protected]>
* Daniel Baulig <[email protected]> (copyright owned by Facebook, Inc.)
* Lu Wang <[email protected]>
* Heidi Pan <[email protected]> (copyright owned by Intel)
* Vasilis Kalintiris <[email protected]>
* Adam C. Clifton <[email protected]>
* Volo Zyko <[email protected]>
* Andre Weissflog <[email protected]>
* Alexandre Perrot <[email protected]>
* Emerson José Silveira da Costa <[email protected]>
* Jari Vetoniemi <[email protected]>
* Sindre Sorhus <[email protected]>
* James S Urquhart <[email protected]>
* Boris Gjenero <[email protected]>
* jonas echterhoff <[email protected]>
* Sami Vaarala <[email protected]>
* Jack A. Arrington <[email protected]>
* Richard Janicek <[email protected]>
* Joel Croteau <[email protected]>
* Haneef Mubarak <[email protected]>
* Nicolas Peri <[email protected]> (copyright owned by ShiVa Technologies, SAS)
* Bernhard Fey <[email protected]>
* Dave Nicponski <[email protected]>
* Jonathan Jarri <[email protected]>
* Daniele Di Proietto <[email protected]>
* Dan Dascalescu <[email protected]>
* Thomas Borsos <[email protected]>
* Ori Avtalion <[email protected]>
* Guillaume Blanc <[email protected]>
* Usagi Ito <[email protected]>
* Camilo Polymeris <[email protected]>
* Markus Henschel <[email protected]>
* Ophir Lojkine <[email protected]>
* Ryan Sturgell <[email protected]> (copyright owned by Google, Inc.)
* Jason Green <[email protected]> (copyright owned by TransGaming, Inc.)
* Ningxin Hu <[email protected]> (copyright owned by Intel)
* Nicolas Guillemot <[email protected]>
* Sathyanarayanan Gunasekaran <[email protected]> (copyright owned by Mozilla Foundation)
* Nikolay Vorobyov <[email protected]>
* Jonas Platte <[email protected]>
* Sebastien Ronsse <[email protected]>
* Glenn R. Wichman <[email protected]>
* Hamish Willee <[email protected]> (copyright owned by Mozilla Foundation)
* Sylvain Chevalier <[email protected]>
* Nathan Ross <[email protected]>
* Zachary Pomerantz <[email protected]>
* Boris Tsarev <[email protected]>
* Mark Logan <[email protected]> (copyright owned by Artillery Games, Inc.)
* Коренберг Марк <[email protected]>
* Gauthier Billot <[email protected]>
* Árpád Goretity <[email protected]>
* Nicholas Wilson <[email protected]>
* Aaron Mandle <[email protected]>
* Bailey Hayes <[email protected]> (copyright owned by SAS Institute Inc.)
* Paul Holland <[email protected]>
* James Long <[email protected]>
* David Anderson <[email protected]> (copyright owned by Mozilla Foundation)
* Eric Rannaud <[email protected]> (copyright owned by Nanocritical Corp.)
* William Furr <[email protected]> (copyright owned by Google, Inc.)
* Dan Glastonbury <[email protected]> (copyright owned by Mozilla Foundation)
* Warren Seine <[email protected]> (copyright owned by Aerys SAS)
* Petr Babicka <[email protected]>
* Akira Takahashi <[email protected]>
* Victor Costan <[email protected]>
* Pepijn Van Eeckhoudt <[email protected]> (copyright owned by Luciad NV)
* Stevie Trujillo <[email protected]>
* Edward Rudd <[email protected]>
* Rene Eichhorn <[email protected]>
* Nick Desaulniers <[email protected]> (copyright owned by Mozilla Foundation)
* Luke Wagner <[email protected]> (copyright owned by Mozilla Foundation)
* Matt McCormick <[email protected]>
* Thaddée Tyl <[email protected]>
* Philipp Wiesemann <[email protected]>
* Jan Jongboom <[email protected]> (copyright owned by Telenor Digital AS)
* Tiago Quelhas <[email protected]>
* Reinier de Blois <[email protected]>
* Yuichi Nishiwaki <[email protected]>
* Jérôme Bernard <[email protected]> (copyright owned by Ercom)
* Chanhwi Choi <[email protected]>
* Fábio Santos <[email protected]>
* Thibaut Despoulain <[email protected]> (copyright owned by Artillery Games, Inc.)
* Wei Tjong Yao <[email protected]>
* Tim Guan-tin Chien <[email protected]>
* Krzysztof Jakubowski <[email protected]>
* Vladimír Vondruš <[email protected]>
* Brion Vibber <[email protected]>
* Philip Lafleur <[email protected]>
* Javier Meseguer de Paz <[email protected]>
* Michael A. Balazs <[email protected]>
* Andreas Blixt <[email protected]>
* Haofeng Zhang <[email protected]>
* Cody Welsh <[email protected]>
* Hoong Ern Ng <[email protected]>
* Kagami Hiiragi <[email protected]>
* Jan Bölsche <[email protected]>
* Sebastian Matthes <[email protected]> (copyright owned by Volkswagen AG)
* Robert Goulet <[email protected]> (copyright owned by Autodesk, Inc.)
* Juha Järvi <[email protected]>
* Louis Lagrange <[email protected]>
* Ying-Ruei Liang <[email protected]>
* Stuart Geipel <[email protected]>
* Yeonjun Lim <[email protected]>
* Andrew Karpushin <[email protected]>
* Felix Zimmermann <[email protected]>
* Sven-Hendrik Haase <[email protected]>
* Simon Sandström <[email protected]>
* Khaled Sami <[email protected]>
* Omar El-Mohandes <[email protected]>
* Florian Rival <[email protected]>
* Mark Achée <[email protected]>
* Piotr Paczkowski <[email protected]>
* Braden MacDonald <[email protected]>
* Kevin Cheung <[email protected]> (copyright owned by Autodesk, Inc.)
* Josh Peterson <[email protected]>
* eska <[email protected]>
* Nate Burr <[email protected]>
* Paul "TBBle" Hampson <[email protected]>
* Andreas Plesch <[email protected]>
* Brian Armstrong <[email protected]>
* Vincenzo Chianese <[email protected]>
* Noam T.Cohen <[email protected]>
* Nick Shin <[email protected]>
* Gregg Tavares <[email protected]>
* Tanner Rogalsky <[email protected]>
* Richard Cook <[email protected]> (copyright owned by Tableau Software, Inc.)
* Arnab Choudhury <[email protected]> (copyright owned by Tableau Software, Inc.)
* Charles Vaughn <[email protected]> (copyright owned by Tableau Software, Inc.)
* Pierre Krieger <[email protected]>
* Jakob Stoklund Olesen <[email protected]>
* Jérémy Anger <[email protected]>
* Derek Schuff <[email protected]> (copyright owned by Google, Inc.)
* Ashley Sommer <[email protected]>
* Dave Fletcher <[email protected]>
* Lars-Magnus Skog <[email protected]>
* Pieter Vantorre <[email protected]>
* Maher Sallam <[email protected]>
* Andrey Burov <[email protected]>
* Holland Schutte <[email protected]>
* Kerby Geffrard <[email protected]>
* cynecx <[email protected]>
* Chris Gibson <[email protected]>
* Harald Reingruber <code*at*h-reingruber.at>
* Aiden Koss <[email protected]>
* Dustin VanLerberghe <[email protected]>
* Philip Bielby <[email protected]> (copyright owned by Jagex Ltd.)
* Régis Fénéon <[email protected]>
* Dominic Chen <[email protected]> (copyright owned by Google, Inc.)
* Junji Hashimoto <[email protected]>
* Heejin Ahn <[email protected]> (copyright owned by Google, Inc.)
* Andras Kucsma <[email protected]>
* Mateusz Borycki <[email protected]>
* Franklin Ta <[email protected]>
* Jacob Gravelle <[email protected]> (copyright owned by Google, Inc.)
* Kagami Sascha Rosylight <[email protected]>
* Benny Jacobs <[email protected]>
* Ray Brown <[email protected]>
* Christopher Serr <[email protected]>
* Aaron Ruß <[email protected]> (copyright owned by DFKI GmbH)
* Vilibald Wanča <[email protected]>
* Alex Hixon <[email protected]>
* Vladimir Davidovich <[email protected]>
* Yuriy Levchenko <[email protected]>
* Dmitry Tolmachov <[email protected]>
* Dylan McKay <[email protected]>
* Christophe Gragnic <[email protected]>
* Murphy McCauley <[email protected]>
* Anatoly Trosinenko <[email protected]>
* Brad Grantham <[email protected]>
* Sam Clegg <[email protected]> (copyright owned by Google, Inc.)
* Joshua Lind <[email protected]>
* Hiroaki GOTO as "GORRY" <[email protected]>
* Mikhail Kremnyov <[email protected]> (copyright owned by XCDS International)
* Tasuku SUENAGA a.k.a. gunyarakun <[email protected]>
* Vitorio Miguel Prieto Cilia <[email protected]>
* Evan Wallace <[email protected]>
* Henning Pohl <[email protected]>
* Tim Neumann <[email protected]>
* Ondrej Stava <[email protected]> (copyright owned by Google, Inc.)
* Jakub Jirutka <[email protected]>
* Loo Rong Jie <[email protected]>
* Jean-François Geyelin <[email protected]>
* Matthew Collins <[email protected]>
* Satoshi N. M <[email protected]>
* Ryan Speets <[email protected]>
* Fumiya Chiba <[email protected]>
* Ryan C. Gordon <[email protected]>
* Inseok Lee <[email protected]>
* Yair Levinson (copyright owned by Autodesk, Inc.)
* Matjaž Drolc <[email protected]>
* James Swift <[email protected]> (copyright owned by PSPDFKit GmbH)
* Ryan Lester <[email protected]> (copyright owned by Cyph, Inc.)
* Nikolay Zapolnov <[email protected]>
* Nazar Mokrynskyi <[email protected]>
* Yury Delendik <[email protected]> (copyright owned by Mozilla Foundation)
* Kenneth Perry <[email protected]>
* Jim Mussared <[email protected]>
* Dirk Vanden Boer <[email protected]>
* Mitchell Foley <[email protected]> (copyright owned by Google, Inc.)
* Oleksandr Chekhovskyi <[email protected]>
* Michael Siebert <[email protected]>
* Jonathan Hale <[email protected]>
* Etienne Brateau <[email protected]>
* Zhiming Wang <[email protected]>
* Jameson Ernst <[email protected]>
* Yoan Lecoq <[email protected]>
* Jiajie Hu <[email protected]> (copyright owned by Intel Corporation)
* Kamil Klimek <[email protected]>
* José Carlos Pujol <josecpujol(at)gmail.com>
* Dannii Willis <[email protected]>
* Erik Dubbelboer <[email protected]>
* Sergey Tsatsulin <[email protected]>
* varkor <[email protected]>
* Stuart Knightley <[email protected]>
* Amadeus Guo <[email protected]>
* Nathan Froyd <[email protected]> (copyright owned by Mozilla Foundation)
* Daniel Wirtz <[email protected]>
* Kibeom Kim <[email protected]>
* Marcel Klammer <[email protected]>
* Axel Forsman <[email protected]>
* Ebrahim Byagowi <[email protected]>
* Thorsten Möller <[email protected]>
* Michael Droettboom <[email protected]>
* Nicolas Bouquet <[email protected]>
* Miguel Saldivar <[email protected]>
* Gert Van Hoey <[email protected]>
* Valtteri Heikkilä <[email protected]>
* Daniel McNab <daniel.mcnab6+emcc(at)gmail.com>
* Tyler Limkemann <tslimkemann42 gmail.com>
* Ben Smith <[email protected]> (copyright owned by Google, Inc.)
* Sylvain Beucler <[email protected]>
* Patrik Weiskircher <[email protected]>
* Tobias Widlund <widlundtobias(at)gmail.com>
* Rob Fors <[email protected]>
* Mike Frysinger <[email protected]> (copyright owned by Google, Inc.)
* Sébasiten Crozet <[email protected]>
* Andrey Nagikh <[email protected]>
* Dzmitry Malyshau <[email protected]> (copyright owned by Mozilla Foundation)
* Bjorn Swenson <[email protected]>
* Ryhor Spivak <[email protected]>
* Jan Schär <[email protected]>
* Ryhor Spivak <[email protected]>
* Alexander Bich <[email protected]>
* Ashleigh Thomas <[email protected]>
* Veniamin Petrenko <[email protected]>
* Ian Henderson <[email protected]>
* Siim Kallas <[email protected]>
* Carl Woffenden <[email protected]> (copyright owned by Numfum GmbH)
* Patrick Berger <[email protected]> (copyright owned by Compusoft Group)
* Alexander Frank Lehmann <[email protected]> (copyright owned by Compusoft Group)
* Tommy Nguyen <[email protected]>
* Thomas Schander <[email protected]> (copyright owned by Enscape GmbH)
* Benjamin S. Rodgers <[email protected]>
* Paul Shapiro <[email protected]>
* Elmo Todurov <[email protected]>
* Zoltán Žarkov <[email protected]>
* Roman Yurchak <[email protected]>
* Hampton Maxwell <[email protected]>
* Eric Fiselier <[email protected]> (copyright owned by Google, Inc.)
* Sirapop Wongstapornpat <[email protected]>
* Matt Kane <[email protected]>
* Altan Özlü <[email protected]>
* Mary S <[email protected]>
* Martin Birks <[email protected]>
* Kirill Smelkov <[email protected]> (copyright owned by Nexedi)
* Lutz Hören <[email protected]>
* Pedro K Custodio <[email protected]>
* Nicolas Allemand <[email protected]>
* Gabriel Cuvillier <[email protected]>
* Thomas Lively <[email protected]> (copyright owned by Google, Inc.)
* Brandon Surmanski <[email protected]>
* Rian Hunter <[email protected]>
* Kai Ninomiya <[email protected]> (copyright owned by Google, Inc.)
* Mickaël Schoentgen <[email protected]>
* Renaud Leroy <[email protected]>
* Florian Stellbrink <[email protected]>
* Shane Peelar <[email protected]>
* Alessandro Pignotti <[email protected]>
* Zheng Tao Lee <[email protected]> (copyright owned by Autodesk, Inc.)
* Martina Kraus <[email protected]>
* Jacob Adelgren <[email protected]>
* Ingvar Stepanyan <[email protected]>
* Ben Trapani <[email protected]> (copyright owned by Microsoft, Inc.)
* Tim Lander <tim57282@hotmail.com>
* Jacob Greenfield <[email protected]>
* Joseph Kogut <[email protected]>
* Yi Zhang <[email protected]>
* Marc Abramowitz <[email protected]>
* Daniel Ruf <[email protected]>
* Timothy Trindle <[email protected]> (copyright owned by Microsoft, Inc.)
* Matthew Andres Moreno <[email protected]>
* Eric Mandel <[email protected]>
* Anthony Catel <[email protected]>
* Simon Cooper <[email protected]>
* Amir Rasouli <[email protected]>
* Nico Weber <[email protected]>
* Bas Doorn <[email protected]> (copyright owned by Keyn B.V.)
* Adam Bujalski <[email protected]> (copyright owned by Samsung Electronics)
* Guanzhong Chen <[email protected]> (copyright owned by Google, Inc.)
* Denis Serebro <[email protected]>
* Lucas Ramage <[email protected]>
* Andy Wingo <[email protected]> (copyright owned by Igalia)
* Philipp Gloor <[email protected]> (copyright owned by PDF Tools AG)
* Jasmine Minter <[email protected]> (copyright owned by Clipchamp Pty Ltd.)
* Ferris Kwaijtaal <[email protected]>
* Konstantin Podsvirov <[email protected]>
* Eduardo Bart <[email protected]>
* Zoltan Varga <[email protected]> (copyright owned by Microsoft, Inc.)
* Fernando Serboncini <[email protected]>
* Christian Clauss <[email protected]> (copyright owned by IBM)
* Henry Kleynhans <[email protected]> (copyright owned by Bloomberg L.P.)
* FUJI Goro <[email protected]>
* Egor Suvorov <[email protected]> (copyright owned by think-cell Software GmbH)
* James Kuszmaul <[email protected]>
* Wei Mingzhi <[email protected]>
* Sergey karchevsky <[email protected]>
* Ajay Patel <[email protected]>
* Adrien Devresse <[email protected]>
* Petr Penzin <[email protected]> (copyright owned by Intel Corporation)
* Tayeb Al Karim <[email protected]> (copyright owned by Google, Inc.)
* Andrei Alexeyev <[email protected]>
* Cesar Guirao Robles <[email protected]>
* Ricky Claven <[email protected]>
* Mehdi Sabwat <[email protected]>
* MinganMuon <[email protected]>
* Jonathan Feinberg <[email protected]>
* Osman Turan <[email protected]>
* Jaikanth J <[email protected]>
* Gernot Lassnig <[email protected]>
* Christian Boos <[email protected]>
* Erik Scholz <[email protected]>
* Michael de Lang <[email protected]>
* Gergely Nagy <[email protected]>
* Jan Habermann <[email protected]>
* John Granström <[email protected]>
* Clemens Backes <[email protected]> (copyright owned by Google, Inc.)
* Tibor Klajnscek <[email protected]>
* Benjamin Golinvaux <[email protected]>
* Peter Salomonsen <[email protected]>
* Niklas Fiekas <[email protected]>
* Martín Lucas Golini <[email protected]>
* Bumsik Kim <[email protected]>
* Corentin Wallez <[email protected]> (copyright owned by Google, Inc.)
* Austin Eng <[email protected]> (copyright owned by Google, Inc.)
* Hugo Amiard <[email protected]>
* Diego Casorran <[email protected]>
* sssooonnnggg <[email protected]>
* Guillaume Racicot <[email protected]>
* SK Min <[email protected]>
* Fabio Alessandrelli <[email protected]>
* Kirill Gavrilov <[email protected]>
* Karl Semich <[email protected]>
* Louis DeScioli <[email protected]> (copyright owned by Google, LLC)
* Kleis Auke Wolthuizen <[email protected]>
* Michael Potthoff <[email protected]>
* Abigail Bunyan <[email protected]> (copyright owned by Microsoft Corporation)
* David García Paredes <[email protected]>
* Dan Field <[email protected]> (copyright owned by Google, Inc.)
* Mike Swierczek <[email protected]>
* Vasily <[email protected]>
* Jānis Rūcis <[email protected]>
* rssqian <[email protected]>
* Shachar Langbeheim <[email protected]>
* Laurin Agostini <[email protected]>
* David Carlier <[email protected]>
* Paul Du <[email protected]> (copyright owned by ARSKAN)
* Piotr Doan <[email protected]>
* Stuart Schechter <[email protected]>
* Brett Paterson <[email protected]>
* Robert Aboukhalil <[email protected]>
* Jonathan Poelen <[email protected]>
* Ashley Hauck <[email protected]>
* Junyue Cao <[email protected]>
* Elías Serrano <[email protected]>
* Philip Pfaffe <[email protected]> (copyright owned by Google, LLC)
* Troy Tae <[email protected]>
* Sky Wang <[email protected]>
* popomen <[email protected]>
* Artyom Lebedev <[email protected]>
* Sebastián Gurin (cancerberoSgx) <[email protected]>
* Benedikt Meurer <[email protected]> (copyright owned by Google, LLC)
* Jiulong Wang <[email protected]>
* pudinha <[email protected]>
* Nicholas Phillips <[email protected]>
* Colin Guyon <[email protected]> (copyright owned by InSimo, SAS)
* Mathias Westerdahl <[email protected]>
* Philip Rideout <[email protected]> (copyright owned by Google, LLC)
* Shrek Shao ([email protected]) (copyright owned by Google, LLC)
* Arran Ireland <[email protected]>
* Jia Yuan Lo <[email protected]>
* Philip Lassen <[email protected]>
* Antoine du Hamel <[email protected]>
* Alexander Köplinger <[email protected]> (copyright owned by Microsoft, Inc.)
* Kenneth Pouncey <[email protected]> (copyright owned by Microsoft, Inc.)
* Mitchell Hwang <[email protected]> (copyright owned by Microsoft, Inc.)
* Sean Maher <[email protected]> (copyright owned by Google, LLC)
* Paul Peny <[email protected]>
* Prashanth Nethi <[email protected]>
* Max Weisel <[email protected]>
* Georg Rottensteiner <[email protected]>
* Tristan Griffin <[email protected]> (Copyright owned by HCL)
* Julien Jorge <[email protected]>
* Benjamin Lee <[email protected]>
* Attila Oláh <[email protected]> (copyright owned by Google, LLC)
* Marat Dukhan <[email protected]> (copyright owned by Google, LLC)
* Raphael Siegel <[email protected]>
* Stephan Reiter <[email protected]> (copyright owned by Google, LLC)
* kamenokonyokonyoko <[email protected]>
* Lectem <[email protected]>
* Henrik Algestam <[email protected]>
* Rocco Musolino <[email protected]>
* Pawel Czarnecki <[email protected]> (copyright owned by 8th Wall, Inc.)
* Dhairya Bahl < [email protected] >
* Sam Gao <[email protected]>
* Sebastian Mayr <[email protected]>
* Vladimir Gamalyan <[email protected]>
* Jean-Sébastien Nadeau <[email protected]> (copyright owned by Foundry Interactive Inc.)
* Wouter van Oortmerssen <[email protected]> (copyright owned by Google, LLC)
* Alexey Sokolov <[email protected]> (copyright owned by Google, LLC)
* Lukas Rieger <[email protected]>
* Ivan Romanovski <[email protected]>
* Max Brunsfeld <[email protected]>
* Basil Fierz <[email protected]>
* Rod Hyde <[email protected]>
* Aleksey Kliger <[email protected]> (copyright owned by Microsoft, Inc.)
* Nicolas Ollinger <[email protected]>
* Michael R. Crusoe <[email protected]>
* Dexter Chua <[email protected]>
* Thomas Ballinger <[email protected]>
* Mehdi Sadeghi <[email protected]>
* Amin Yahyaabadi <[email protected]>
* Adam Leskis <[email protected]>
* Raffaele Pertile <[email protected]>
* Patric Stout <[email protected]>
* Jinoh Kang <[email protected]>
* Jorge Prendes <[email protected]>
* Alexey Shamrin <[email protected]>
* Wirtos <[email protected]>
* Ben den Hollander <[email protected]> (copyright owned by DynaScape Software Inc.)
* Akul Penugonda <[email protected]>
* Jan Wolff <[email protected]>
* Pawel Czarnecki <[email protected]> (copyright owned by 8th Wall, Inc.)
* Camil Staps <[email protected]>
* Michael Kircher <[email protected]>
* Sharad Saxena <[email protected]> (copyright owned by Autodesk, Inc.)
* Vasili Skurydzin <[email protected]>
* Jakub Nowakowski <[email protected]>
* Michael Taylor <[email protected]>
* Andrew Brown <[email protected]> (copyright owned by Intel Corporation)
* Benjamin Puzycki <[email protected]>
* Marco Buono <[email protected]> (copyright owned by InVisionApp, Inc.)
* Philip Gossweiler <[email protected]>
* Rafael Brune <[email protected]>
* Aleksi Sapon <[email protected]> (copyright owned by FARO Technologies, Inc.)
* Radek Doulik <[email protected]> (copyright owned by Microsoft, Inc.)
* Érico Porto <[email protected]>
* Albert Vaca Cintora <[email protected]>
* Zhi An Ng <[email protected]> (copyright owned by Google, Inc.)
* Ian Jackson <[email protected]>
* Brian Gontowski <[email protected]>
* Bobbie Chen <[email protected]>
* Nicholas Hollander <[email protected]>
* Camillo Lugaresi <[email protected]> (copyright owned by Google LLC)
* Chris Craig <[email protected]>
* Le Yao <[email protected]> (copyright owned by Intel Corporation)
* José Cadete <[email protected]>
* Cynthia K. Rey <[email protected]>
* Andrew Shaitorov <[email protected]>
* on-keyday <[email protected]>
* Matthew Balch <[email protected]>
* James Price <[email protected]> (copyright owned by Google, Inc.)
* Nathan Rugg <[email protected]> (copyright owned by Chess.com, LLC)
* Alexander O'Mara <[email protected]>
* Kamaron Peterson <[email protected]>
* Márton Marczell <[email protected]> (copyright owned by GRAPHISOFT SE)
* Alexander Vestin <[email protected]>
* Xiaobing Yang <[email protected]>
* Alexandra Cherdantseva <[email protected]>
* Michael Schmuki <[email protected]>
* Skye Gibney <[email protected]>