This repository has been archived by the owner on May 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
/
CODEOWNERS
Validating CODEOWNERS rules...
76 lines (63 loc) · 1.76 KB
/
CODEOWNERS
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
# Default owners
* @kuck @johnk
# CODEOWNERS
CODEOWNERS @kuck @rain
# ----------------
# Conda/RPM/Distro
# ----------------
conda_recipe/ @dbarber @kuck
conda_recipe_py36/ @dbarber @kuck
debian/ @dbarber @kuck
rpm_files/ @dbarber @kuck
# -----------
# Python/Swig
# -----------
swig/ @kuck @malik
# -------------
# Documentation
# -------------
docs/ @johnk @rain
ref/papers/ @renfrob @rain @kuck
ref/usersguide/ @johnk @renfrob @rain
# ---------------------
# Major module sections
# ---------------------
# Core apps
core/apps/ @johnk @btolman
core/apps/positioning/ @btolman @renfrob
core/apps/Rinextools/ @btolman @renfrob
# Core lib
core/lib/ @johnk
core/lib/AppFrame/ @johnk @anthony
core/lib/CommandLine/CommandLine.cpp @anthony @btolman @johnk
core/lib/CommandLine/CommandLine.hpp @anthony @btolman @johnk
core/lib/CommandLine/ @johnk @anthony
core/lib/FileDirProc/ @johnk @anthony
core/lib/FileHandling/ @anthony @johnk
core/lib/Geomatics/ @btolman @johnk
core/lib/GNSSCore/ @anthony @johnk
core/lib/GNSSEph/ @renfrob @johnk @anthony
core/lib/Math/ @anthony @btolman
core/lib/NavFilter/ @johnk @anthony @renfrob
core/lib/ORD/ @kuck @rcathriner
core/lib/PosSol/ @btolman @renfrob
core/lib/RefTime/ @btolman @renfrob
core/lib/TestFramework/ @anthony @johnk
core/lib/TimeHandling/ @anthony @renfrob @johnk
core/lib/Utilities/ @johnk @anthony
# Core tests
core/tests/ @johnk @anthony @renfrob
# Ext
ext/ @johnk @dbarber
ext/apps/filetools/ @btolman @renfrob
ext/apps/geomatics/ @btolman
ext/apps/misc/ @renfrob @johnk
ext/apps/rfw/ @johnk @renfrob
ext/apps/Rinextools/ @btolman @renfrob
ext/lib/Geomatics/ @btolman @renfrob
ext/lib/GNSSEph/ @renfrob @rcathriner
ext/lib/PosSol/ @btolman @johnk
# Other
data/ @dbarber @kuck
deprecated/ @dbarber @kuck
examples/ @johnk @btolman @renfrob