summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper/Buildsystem/meson.pm
AgeCommit message (Expand)AuthorFilesLines
2019-10-20meson.pm: Fix broken call to NAMENiels Thykier1-2/+2
2019-02-09meson: Dump meson-logs/testlog.txt on test errorNiels Thykier1-12/+20
2018-11-04meson: Run tests with meson [c13]Niels Thykier1-0/+24
2018-09-15Replace all calls to Cwd::cwd with Cwd::getcwdJosh Triplett1-1/+1
2018-09-14{meson,autoconf}.pm: Fix inverted boolean logicNiels Thykier1-1/+1
2018-09-04meson.pm: Add missing import of compatNiels Thykier1-1/+1
2018-08-04autoconf,meson: Use usr/libexec dir by default [c12]Niels Thykier1-1/+1
2018-04-08Buildsystems: Avoid picking a redundant build system during cleanNiels Thykier1-1/+1
2018-04-07Buildsystem.pm: Add a getter for targetbuildsystemNiels Thykier1-1/+1
2018-04-06Rewrite build system to support a "target build system"Niels Thykier1-2/+18
2018-02-12meson.pm: Fix locale nameJakub Wilk1-2/+2
2017-12-30meson.pm: Remove redundant boilerplate methodNiels Thykier1-5/+0
2017-12-30meson.pm: Set LC_ALL=C.UTF-8 when invoking mesonNiels Thykier1-2/+9
2017-11-16meson.pm: Fix typoDmitry Shachnev1-1/+1
2017-10-26meson.pm: Add missing import of generating_fileNiels Thykier1-1/+1
2017-10-24meson.pm: Keep cross file until dh_clean timeNiels Thykier1-3/+1
2017-10-10meson.pm: Add prototype cross build supportNiels Thykier1-4/+25
2017-08-24Support building on case-insensitive filesystemsGeoffrey Thomas1-0/+70