Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-09-04 14:10:47 +0300
committerMarek Safar <marek.safar@gmail.com>2017-09-04 20:20:03 +0300
commit6a95fac6d39e7afdd54999b3cbecdb10ae187470 (patch)
tree339c582c33623b8390890d39edcfd9f31461873d /CODEOWNERS
parente2a86a54f1052c9bd4d0d4e5e125aafe56d1f067 (diff)
More codeowners update
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS34
1 files changed, 33 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 66819f70284..8c203a4b093 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -16,15 +16,33 @@
# https://github.com/blog/2392-introducing-code-owners
# https://help.github.com/articles/about-codeowners
+/ @luhenry @marek-safar
+
/acceptance-tests @akoeplinger
/acceptance-tests/profiler-stress* @alexrp
+/data @marek-safar @akoeplinger
+/data/gdb @vargaz
+/data/lldb @lewurm @vargaz
+
/docs @luhenry @marek-safar
/docs/sources/mono-api-profiler.html @alexrp
+/external @marek-safar @luhenry
+/external/binary-reference-assemblies @marek-safar @akoeplinger
+/external/bockbuild @akoeplinger @alexischr
+/external/boringssl @baulig
+/external/nuget-buildtasks @radical @akoeplinger
+
+/libgc @BrzVlad @vargaz
+
+/llvm @vargaz
+
/man @marek-safar @miguel
/man/mprof-report.1 @alexrp
+/mcs @marek-safar
+
/mcs/build @marek-safar @akoeplinger
/mcs/class @marek-safar @akoeplinger
@@ -39,12 +57,19 @@
/mcs/class/System/Mono.Btls @baulig
/mcs/class/System/Mono.Net.Security @baulig
/mcs/class/System/Mono.Security.Interface @baulig
-/mcs/class/System.Data @egorbo
+/mcs/class/System.Data* @egorbo
/mcs/errors @marek-safar
+/mcs/ilasm @marek-safar
+/mcs/jay @marek-safar
/mcs/mcs @marek-safar
/mcs/tests @marek-safar
+/mcs/tools @marek-safar @akoeplinger
+
+/mono @luhenry
+/mono/btls @baulig
+/mono/dis @lambdageek @vargaz
/mono/eglib @kumpera @vargaz @luhenry
/mono/metadata @vargaz @kumpera
@@ -63,6 +88,7 @@
/mono/mini/*type-check* @lewurm
/mono/mini/interp/* @lewurm
/mono/mini/*profiler* @alexrp
+/mono/mini/debugger-agent.c @DavidKarlas
/mono/profiler @alexrp @kumpera
@@ -74,12 +100,16 @@
/mono/utils/mono-mem* @alexrp
/mono/utils/mono-threads* @luhenry @kumpera
+/msvc @ntherning
/msvc/*profiler* @alexrp
/msvc/scripts @akoeplinger
/packaging/ @alexischr @akoeplinger
/packaging/MacSDK/msbuild.py @radical @akoeplinger
+/runtime @akoeplinger @marek-safar
+
+/samples @luhenry
/samples/profiler @alexrp
/samples/size @alexrp
@@ -87,6 +117,8 @@
/scripts/ci @akoeplinger
/scripts/ci/run-test-profiler-stress-tests.sh @alexrp
+/support @luhenry @vargaz
+
/tools @kumpera
/tools/checker @tritao
/tools/crash-bisector @kumpera