aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-01docs: fix inaccurate description of command targetsEli Schwartz2-2/+2
2022-03-31i18n: don't let our maintainer targets run via wrapped envEli Schwartz1-2/+2
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz3-9/+13
2022-03-31docs: note that find_program accepts file objectsEli Schwartz1-4/+6
2022-03-31Handle same Framework multiple times in Xcode.Jussi Pakkanen1-2/+4
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen1-1/+2
2022-03-31fix continued breakage in gnome module APIEli Schwartz1-2/+2
2022-03-31docs: correct documentation of shared_library soversionsEli Schwartz1-2/+2
2022-03-31Merge pull request #9989 from ePirat/epirat-fix-uscore-prefix-detectionJussi Pakkanen4-9/+130
2022-03-31unittests: move get_convincing_fake_env_and_cc to run_tests.pyMarvin Scholz2-15/+15
2022-03-31unittests: add underscore prefix testsMarvin Scholz1-0/+37
2022-03-31clike: print stderr instead of stdout for debuggingMarvin Scholz1-1/+1
2022-03-31visualstudio: do not query underscore define with MSVCMarvin Scholz1-0/+17
2022-03-31clike: add more reliable ways to check underscore prefixMarvin Scholz1-6/+73
2022-03-30compilers/gnu: use Popen_safe to prevent resource leaksMarvin Scholz1-8/+1
2022-03-30Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-03-30unittests: correctly use test asserts instead of regular onesMarvin Scholz1-2/+2
2022-03-30Add new debug() functionMarvin Scholz7-0/+46
2022-03-29Correctly handle --version argument to runpythonElliott Sales de Andrade1-4/+2
2022-03-30packaging: rework how pyinstaller gets its instructionsEli Schwartz3-50/+51
2022-03-29move typing-only definition to TYPE_CHECKINGEli Schwartz1-14/+15
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz9-23/+44
2022-03-29Target: Stop passing environment in method argsXavier Claessens2-58/+58
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens5-67/+57
2022-03-29Pass environment down to base Target classXavier Claessens11-18/+60
2022-03-29Fix CMake deprecation warning generated from interpreterTristan Partin1-1/+1
2022-03-29gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar4-32/+57
2022-03-29gnome: Fix typo in _get_dependencies_flagsJan Tojnar1-1/+1
2022-03-29runpython: support --versionEli Schwartz1-2/+6
2022-03-28fix regression in propagating depends in gtkdocEli Schwartz1-6/+11
2022-03-29Condense test directory names.Jussi Pakkanen575-177/+177
2022-03-27wrap: implement allow-insecure for 'meson wrap'Eli Schwartz2-16/+29
2022-03-27wrap: use shared function to connect to wrapdb with better errorsEli Schwartz1-5/+4
2022-03-27wrap: add functionality to specify whether insecure downloads should be usedEli Schwartz2-10/+30
2022-03-27Fix typoÖnder Görmez1-1/+1
2022-03-27docs: add missing docs for new pkgconfig featureEli Schwartz1-1/+2
2022-03-25cygwin CI: work around gcovr bugEli Schwartz1-0/+6
2022-03-24install_symlink: Handle $DESTDIR case for links with absolute pathMarco Trevisan (Treviño)1-2/+4
2022-03-24build.py: Simplify uses_rust()Xavier Claessens1-19/+1
2022-03-24build.py: Simplify validate_sources()Xavier Claessens1-15/+3
2022-03-24Make compilers list per subprojectXavier Claessens15-132/+157
2022-03-24Debian renamed cython to cython3, support bothXavier Claessens1-1/+1
2022-03-24hotdoc module: use typed_pos_args to check positional argumentsEli Schwartz1-6/+4
2022-03-24dub module: use typed_pos_args to check positional argumentsEli Schwartz1-4/+2
2022-03-24python 3 module: type-check all posargsEli Schwartz1-3/+4
2022-03-23gnome module: properly fallback to gtk-update-icon-cacheAntoine Jacoutot1-1/+1
2022-03-23Add support for cython_argsTristan Partin4-0/+39
2022-03-23Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens1-25/+8
2022-03-23boost: preserve compiler/linker argument orderHemmo Nieminen1-2/+2
2022-03-23add test d/14 dub with depsRemi Thebault2-0/+93