aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
AgeCommit message (Collapse)AuthorFilesLines
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis1-0/+1
2021-10-03docs: Add myself to CODEOWNERS for docs/refmanDaniel Mensinger1-0/+1
2021-09-29CODEOWNERS: add myself as "meson test" ownerPaolo Bonzini1-0/+1
2021-01-05update codeowners with the rust moduleDylan Baker1-0/+1
2020-09-28CODEOWNERS: don't use * [skip ci]Dylan Baker1-3/+3
strangely enough the syntax is: /foo/* (files in foo, but not in foo/dir/) /foo/ (files in foo and any subfolder of foo (recursively)
2020-09-15CODEOWNERS: add dcbaker for compilers and linkers [skip ci]Dylan Baker1-0/+2
I probably know more about that code than anyone else, so I'm probably the right person to be reviewing stuff in there.
2020-09-13external-project: New module to build configure/make projectsXavier Claessens1-0/+1
This adds an experimental meson module to build projects with other build systems. Closes: #4316
2020-02-03Add mesonbuild/ast to CODEOWNERS [skip ci]Daniel Mensinger1-0/+1
2020-01-30Add CODEOWNERS file [skip ci]Xavier Claessens1-0/+4
Following proposal in #6485 we would like to delegate maitainership of parts of the Meson project (modules) to selected volunteers. Fixes: #6485.