aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Condense test directory names.dircondense64Jussi 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
2022-03-23Fix DUB dependenciesRemi Thebault1-126/+295
2022-03-23ninja backend: do not fatally error on compdb failureEli Schwartz1-1/+1
2022-03-22Fix missing ' in custom_target docsrusty-snake1-2/+2
2022-03-22docs/rust: fix markdown titleDylan Baker1-1/+1
2022-03-22interpreter: Make compiler options per-subprojectXavier Claessens9-7/+67
2022-03-22coredata: Do not forget subproject's default_optionsXavier Claessens1-6/+9
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens2-17/+25
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens14-74/+70
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens5-25/+18
2022-03-22unittests: Fix rpath tests no nixosDylan Baker1-0/+3
2022-03-22envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfigDylan Baker1-0/+1
2022-03-22tests/common/44: Prepend to PKG_CONFIG_PATh instead of replacing itDylan Baker2-4/+10
2022-03-22tests/linuxlike: prepend rather than override PKG_CONFIG_PATHDylan Baker1-5/+17
2022-03-22tests/linuxlike: Honor PKG_CONFIG envvarDylan Baker1-14/+16
2022-03-22compilers: fix mypy warning in Rust detectionDylan Baker1-0/+1
2022-03-22Add ability to add resources to jarsTristan Partin9-7/+101
2022-03-22Bump version number for new development.Jussi Pakkanen1-1/+1
2022-03-21Prepare the 0.62.0 release.0.62.0Jussi Pakkanen34-373/+412
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen13-20/+54
2022-03-21tests/rust: renumber structred sources testDylan Baker10-0/+0
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker5-4/+42
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz1-1/+1
2022-03-18structured_sources: fix subdir handlingDylan Baker3-16/+12
2022-03-18gnome module: fix incorrect lookup of nonexistent dependencies in post_installEli Schwartz1-3/+3
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz1-6/+18
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz1-10/+6
2022-03-16unittests: convert python tests to project testsEli Schwartz7-39/+15
2022-03-16fix detection of language standard library pathsPaolo Bonzini2-20/+10
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini1-1/+1