forked from wine-mirror/wine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAINTAINERS
165 lines (131 loc) · 3.76 KB
/
MAINTAINERS
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
List of Wine subsection maintainers
When submitting patches to Wine, the guidelines at
<http://wiki.winehq.org/SubmittingPatches> should be followed. This file
contains a list of maintainers for subsections of Wine. When submitting
patches, you may want to CC relevant people from this list. If you have
questions about your work in an area of Wine, you may find a list of
knowledgeable people here.
Many areas of Wine don't have a specific maintainer, although there may
be people with knowledge of those areas. If an area is not listed here
at all, you can use the git log to find developers working in that area
recently. Or, you can send a mail to wine-devel, but be aware that there
may simply be no one knowledgeable about that subject on the list.
This file uses a similar format to the Linux kernel MAINTAINERS file.
Descriptions of section entries used here:
M: Primary maintainer. CC patches to: FullName <address@domain>
P: Other knowledgeable person. FullName <address@domain>
F: Files and directories with wildcard patterns.
One pattern per line. Multiple F: lines acceptable.
Maintainers List
-----------------------------------
Audio I/O
M: Andrew Eikum <[email protected]>
F: dlls/dsound/
F: dlls/dswave/
F: dlls/mmdevapi/
F: dlls/winealsa.drv/
F: dlls/winecoreaudio.drv/
F: dlls/wineoss.drv/
F: dlls/winmm/
F: dlls/x3daudio*/
F: dlls/xapofx*/
F: dlls/xaudio*/
ARM, ARM64
M: André Hentschel <[email protected]>
F: dlls/dbghelp/cpu_arm*
F: dlls/msvcrt/except_arm.c
F: dlls/ntdll/signal_arm*
F: programs/winedbg/be_arm*
Common Controls Library
P: Nikolay Sivov <[email protected]>
F: dlls/comctl32/
Direct2D
M: Henri Verbeet <[email protected]>
F: dlls/d2d*/
Direct3D
M: Henri Verbeet <[email protected]>
P: Stefan Dösinger <[email protected]>
P: Józef Kucia <[email protected]>
P: Matteo Bruni <[email protected]>
F: dlls/d3d10*/
F: dlls/d3d11/
F: dlls/d3d8/
F: dlls/d3d9/
F: dlls/d3drm/
F: dlls/ddraw*/
F: dlls/dxgi/
F: dlls/wined3d/
Direct3D helper libraries
M: Matteo Bruni <[email protected]>
P: Henri Verbeet <[email protected]>
P: Stefan Dösinger <[email protected]>
P: Józef Kucia <[email protected]>
F: dlls/d3dcompiler*/
F: dlls/d3dx10*/
F: dlls/d3dx11*/
F: dlls/d3dx9*/
DirectInput
P: Andrew Eikum <[email protected]>
F: dlls/dinput/
DirectWrite
M: Nikolay Sivov <[email protected]>
F: dlls/dwrite/
HID support
M: Aric Stewart <[email protected]>
F: dlls/hid/
F: dlls/hidclass.sys/
HTML rendering (Gecko)
M: Jacek Caban <[email protected]>
F: dlls/mshtml/
F: dlls/ieframe/
F: dlls/shdocvw/
Input methods
M: Aric Stewart <[email protected]>
F: dlls/imm32/
JavaScript
M: Jacek Caban <[email protected]>
F: dlls/jscript/
Mac OS X graphics driver
M: Ken Thomases <[email protected]>
F: dlls/winemac.drv/
Media format conversion
M: Andrew Eikum <[email protected]>
F: dlls/msacm32/
F: dlls/*.acm/
Microsoft C Runtime
M: Piotr Caban <[email protected]>
F: dlls/msvc*/
MSI installers
M: Hans Leidekker <[email protected]>
F: dlls/msi/
Netstat
M: André Hentschel <[email protected]>
F: programs/netstat/
OLE Typelibs
P: Andrew Eikum <[email protected]>
F: dlls/oleaut32/typelib.c
OpenMP
M: Sebastian Lackner <[email protected]>
F: dlls/vcomp*/
Threadpool
M: Sebastian Lackner <[email protected]>
F: dlls/ntdll/threadpool.c
Uniscribe
M: Aric Stewart <[email protected]>
F: dlls/usp10/
Wine server, IPC
M: Alexandre Julliard <[email protected]>
P: Sebastian Lackner <[email protected]>
F: server/
Winemaker
M: André Hentschel <[email protected]>
F: tools/winemaker
WPcap
M: André Hentschel <[email protected]>
F: dlls/wpcap/
VB Script
M: Jacek Caban <[email protected]>
F: dlls/vbscript/
XML parsing
M: Nikolay Sivov <[email protected]>
F: dlls/msxml*/