aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters4-0/+282
2021-12-09tests/rust polyglot: we need to link with bcrypt.lib as wellDylan Baker1-1/+1
2021-12-06gnome module: deprecate passing false to install_dir_girEli Schwartz3-5/+11
2021-12-06gnome module: document and fix install_dir x3, by allowing false *_gir and *_...Eli Schwartz2-3/+3
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini2-0/+18
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini2-2/+2
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini2-3/+6
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger2-0/+14
2021-12-01add install_symlink functionPablo Correa Gómez5-0/+27
2021-11-27Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen1-1/+1
2021-11-25interpreter: fix `feature.require` handling of error messageBenoit Pierre3-0/+11
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan3-1/+19
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker5-1/+47
2021-11-23rust: clean up inputs and outputs to bindgenPaolo Bonzini4-0/+44
2021-11-22typed_kwargs: use | for type unions, not ,Dylan Baker1-1/+1
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker1-1/+1
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz1-1/+1
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz1-1/+1
2021-11-20Update expected skip condition for llvm framework test on msys2Jon Turney1-1/+1
2021-11-18tests: remove extraframework test for pythonDylan Baker1-3/+0
2021-11-15Merge pull request #9520 from dcbaker/submit/gnome-first-typed-kwargsJussi Pakkanen2-2/+0
2021-11-15Merge pull request #9565 from bonzini/invalid-run-targetJussi Pakkanen6-0/+41
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy1-2/+2
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini3-0/+23
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini3-0/+18
2021-11-08tests/vala: remove useless keyword argumentDylan Baker2-2/+0
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+1
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-0/+4
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan1-0/+5
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann24-50/+50
2021-10-27modules/gnome: ensure that `install_dir` is setDylan Baker1-3/+3
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-0/+3
2021-10-27Fix crash when getting cuda optionsXavier Claessens3-2/+12
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger1-0/+3
2021-10-24interpreter: Fix missing featuer check (fixes #9425)Daniel Mensinger2-0/+14
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger1-0/+11
2021-10-10Fix typos discovered by codespellChristian Clauss11-11/+11
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz2-8/+1
2021-10-10Be more strict about target names with slashes.Jussi Pakkanen1-1/+1
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens3-0/+59
2021-10-09optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()Xavier Claessens1-1/+1
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens3-0/+16
2021-10-08add install_emptydir functionEli Schwartz2-0/+11
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger4-4/+4
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger2-1/+5
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger2-1/+11
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund6-0/+76
2021-10-04backend/vs: process link dependencies.Andres Freund3-15/+0
2021-10-04various python neatness cleanupsEli Schwartz2-3/+3
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker3-0/+32