summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16fix detection of language standard library pathsPaolo Bonzini
2022-03-16coredata: be even more robust on unpickling errorsPaolo Bonzini
2022-03-16python: Remove warning about invalid install pathXavier Claessens
2022-03-15Bump version number for rc2.Jussi Pakkanen
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz
2022-03-14sourceset: reorder fields in SourceSetRulePaolo Bonzini
2022-03-14sourceset: document fields of SourceSetRulePaolo Bonzini
2022-03-14sourceset: improve typing of SourceSetRulePaolo Bonzini
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini
2022-03-14sourceset: rename "dependencies" fields to depsPaolo Bonzini
2022-03-13gnome module: fix crash due to misused function while generating gir commandEli Schwartz
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz
2022-03-13give subproject interpreters a view of user defined optionsEli Schwartz
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-12remove unused type ignore that mypy 0.940 no longer needsEli Schwartz
2022-03-12fix regression in vcs_tag when the VCS program is not installedEli Schwartz
2022-03-10Remove a spurious debug print in Python moduleRalf Gommers
2022-03-10Bump version numbers for rc1 release.Jussi Pakkanen
2022-03-09Add new env2mfile command.Jussi Pakkanen
2022-03-09Fix exponential regex in doc regeneration.Jussi Pakkanen
2022-03-09Move dataonly pkgconfig file to datadir/pkgconfigTristan Partin
2022-03-09fix python traceback when gtkdoc needs an exe_wrapper but doesn't have oneEli Schwartz
2022-03-09install: Add --strip optionXavier Claessens
2022-03-09Replace freezing regex with plain text operations.Jussi Pakkanen
2022-03-08add early sanity check for test programs existingEli Schwartz
2022-03-08Revert "Add new env2cross command."Eli Schwartz
2022-03-08tests: bitcode: add missing b_bitcode optionMarvin Scholz
2022-03-08Add new env2cross command.Jussi Pakkanen
2022-03-07docs: add forgotten documentation for the new openssl dependencyEli Schwartz
2022-03-07fix correctly detecting whether python is found if link args are emptyEli Schwartz
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-03-07merge various TYPE_CHECKING blocks into oneEli Schwartz
2022-03-07Fix @typed_pos_args on java.generate_native_headersTristan Partin
2022-03-07docs: document the rust_crate_type build_target keywordDylan Baker
2022-03-07Add support for rust proc-macro cratesDylan Baker
2022-03-07docs: Add a document on using Rust in MesonDylan Baker
2022-03-07docs: Add docs for structured_sourcesDylan Baker
2022-03-07tests/rust: Add a test for structured inputsDylan Baker
2022-03-07backends/ninja: Add support for structured sources with rustDylan Baker
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker
2022-03-07interpreter: add an implementation for structured_sourcesDylan Baker
2022-03-07interpreter: Add a holder for StructuredSourcesDylan Baker
2022-03-07interpreter: teach source_strings_to_files about StructuredSourcesDylan Baker
2022-03-07dependencies: Dependency Sources can be StructuredSourcesDylan Baker
2022-03-07build: Add structured sourcesDylan Baker
2022-03-07backend/ninja: add rules to copy files to the build dirDylan Baker
2022-03-07scripts: Add a script to copy files.Dylan Baker
2022-03-07build: fix typo in type aliasDylan Baker
2022-03-07build: fix type annotation issueDylan Baker