-
Notifications
You must be signed in to change notification settings - Fork 1
/
MAINTAINERS
102 lines (89 loc) · 2.33 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
SPDX-License-Identifier: MPL-2.0
List of Opusarium maintainers
Descriptions of section entries:
M: Maintainer's full name <address@domain>
B: Git branch name
One name per line. Multiple R: lines acceptable.
If this field set as *, it exceptionally means "all branches that including this area".
C: The maintaining tag
If the maintaining tag can not be determined for changes, use 'undef' as default.
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone acutally looks after it.
Broken: It has maintainer but they don't have time to fix issues.
Deprecated: Old code. It was replaced by a better one and you should not use this.
Orphaned: No current maintainer. If you contribute to this, you should take the role.
F: Files and directories with wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: lib/lfqueue/ all files in and below lib/lfqueue
F: lib/lfqueue/* all files in lib/lfqueue, but not below
F: */lfqueue/* all files in "any top level directory"/lfqueue
One pattern per line. Multiple F: lines acceptable.
X: Files and directories that are NOT maintained, same rules as F:
Miscellaneous files
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: misc
S: Maintained
F: .git/
F: .gitignore
F: LICENSE
F: README.md
F: MAINTAINERS
F: CONTRIBUTORS.md
Build supports
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: build
S: Maintained
F: mktools/
F: CMakeLists.txt
Git submodules
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: submod
S: Maintained
F: .gitmodules
F: submodules/
Compiler dependencies - common
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: compdeps
S: Maintained
F: compdeps/*
Compiler dependencies - gcc
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: compdeps-gcc
S: Maintained
F: compdeps/gcc/
Architecture dependencies - common
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: archdeps
S: Maintained
F: archdeps/*
Architecture dependencies - amd64
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: compdeps-amd64
S: Maintained
F: compdeps/amd64
Library commons
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: libs
S: Maintained
F: libs/*
Threading library
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: libthread
S: Maintained
F: crosslibs/opusarium_thread/*
Threading library - linux
M: Hyeonho Seo <seohho@gmail.com>
B: *
C: libthread-linux
S: Maintained
F: crosslibs/opusarium_thread/linux/