Dylan Baker
827fa95de1
update codeowners with the rust module
4 years ago
Dylan Baker
a3e628092f
CODEOWNERS: don't use * [skip ci]
...
strangely enough the syntax is:
/foo/* (files in foo, but not in foo/dir/)
/foo/ (files in foo and any subfolder of foo (recursively)
4 years ago
Dylan Baker
60f78e7981
CODEOWNERS: add dcbaker for compilers and linkers [skip ci]
...
I probably know more about that code than anyone else, so I'm probably
the right person to be reviewing stuff in there.
4 years ago
Xavier Claessens
9d338200da
external-project: New module to build configure/make projects
...
This adds an experimental meson module to build projects with other
build systems.
Closes : #4316
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Daniel Mensinger
8b98585e6c
Add mesonbuild/ast to CODEOWNERS [skip ci]
5 years ago
Xavier Claessens
7a51f8bd11
Add CODEOWNERS file [skip ci]
...
Following proposal in #6485 we would like to delegate maitainership
of parts of the Meson project (modules) to selected volunteers.
Fixes : #6485 .
5 years ago