mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
Meson is a modern build system that has seen a rise in adoption and some version of it is available in almost every platform supported. Compared to automake, meson has the following advantages: * Meson provides a significant boost to the build and configuration time by better exploiting parallelism. * Meson is subjectively considered to be better in readability. These merits alone justify experimenting with meson as a way of improving development time and ergonomics. However, there are some compromises to ensure the transition goes relatively smooth: * The system tests currently rely on various files within the source directory. Changing this requirement is a non-trivial task that can't be currently justified. Currently the last compiled build directory writes into the source tree which is in turn used by pytest. * The minimum version supported has been fixed at 0.61. Increasing this value will require choosing a baseline of distributions that can package with meson. On the contrary, there will likely be an attempt to decrease this value to ensure almost universal support for building BIND 9 with meson.
32 lines
948 B
Text
32 lines
948 B
Text
*.sln.in eol=crlf
|
|
*.vcxproj.* eol=crlf
|
|
|
|
/fuzz/dns_rdata_fromwire_text.in/input-* -text
|
|
|
|
.clang-format* export-ignore
|
|
.dir-locals.el export-ignore
|
|
.editorconfig export-ignore
|
|
.git-blame-ignore-revs export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.gitlab-ci.yml export-ignore
|
|
.pylintrc export-ignore
|
|
.readthedocs.yaml export-ignore
|
|
.tsan-suppress export-ignore
|
|
.uncrustify.cfg export-ignore
|
|
dangerfile.py export-ignore
|
|
/.github/** export-ignore
|
|
/.gitlab/** export-ignore
|
|
/.mailmap export-ignore
|
|
/.reuse/** export-ignore
|
|
/ci export-ignore
|
|
/conftools export-ignore
|
|
/doc/design export-ignore
|
|
/doc/dev export-ignore
|
|
/util/** export-ignore
|
|
/util/bindkeys.pl -export-ignore
|
|
/util/check-make-install.in -export-ignore
|
|
/util/dtrace.sh -export-ignore
|
|
/util/meson.build -export-ignore
|
|
/util/meson-system-test-init.sh -export-ignore
|
|
/util/meson-dist-package.sh -export-ignore
|