aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-16python: Remove warning about invalid install pathXavier Claessens1-9/+0
2022-03-15Bump version number for rc2.0.62.0rc2Jussi Pakkanen1-1/+1
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz8-94/+7
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini1-10/+10
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini1-0/+12
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini1-2/+2
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini2-4/+6
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini1-6/+6
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz1-3/+3
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz2-3/+5
2022-03-13give subproject interpreters a view of user defined optionsEli Schwartz1-1/+2
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen32-42/+534
2022-03-12remove unused type ignore that mypy 0.940 no longer needsEli Schwartz1-1/+1
2022-03-12fix regression in vcs_tag when the VCS program is not installedEli Schwartz2-1/+9
2022-03-10Remove a spurious debug print in Python moduleRalf Gommers1-1/+0
2022-03-10Bump version numbers for rc1 release.0.62.0rc1Jussi Pakkanen2-2/+2
2022-03-09Add new env2mfile command.Jussi Pakkanen4-1/+440
2022-03-09Fix exponential regex in doc regeneration.Jussi Pakkanen1-1/+18
2022-03-09Move dataonly pkgconfig file to datadir/pkgconfigTristan Partin3-2/+7
2022-03-09fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz1-2/+4
2022-03-09install: Add --strip optionXavier Claessens6-11/+47
2022-03-09Replace freezing regex with plain text operations.Jussi Pakkanen1-2/+14
2022-03-08add early sanity check for test programs existingEli Schwartz1-1/+4
2022-03-08Revert "Add new env2cross command."Eli Schwartz3-411/+1
2022-03-08tests: bitcode: add missing b_bitcode optionMarvin Scholz1-1/+2
2022-03-08Add new env2cross command.Jussi Pakkanen3-1/+411
2022-03-07docs: add forgotten documentation for the new openssl dependencyEli Schwartz2-0/+17
2022-03-07fix correctly detecting whether python is found if link args are emptyEli Schwartz1-1/+1
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz11-22/+32
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz17-37/+39
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz6-65/+52
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin6-22/+39
2022-03-07docs: document the rust_crate_type build_target keywordDylan Baker1-0/+20
2022-03-07Add support for rust proc-macro cratesDylan Baker6-3/+55
2022-03-07docs: Add a document on using Rust in MesonDylan Baker2-0/+57
2022-03-07docs: Add docs for structured_sourcesDylan Baker4-1/+51
2022-03-07tests/rust: Add a test for structured inputsDylan Baker13-0/+139
2022-03-07backends/ninja: Add support for structured sources with rustDylan Baker1-0/+43
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker6-35/+105
2022-03-07interpreter: add an implementation for structured_sourcesDylan Baker3-0/+28
2022-03-07interpreter: Add a holder for StructuredSourcesDylan Baker2-0/+7