aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-22envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfigDylan Baker1-0/+1
2022-03-22compilers: fix mypy warning in Rust detectionDylan Baker1-0/+1
2022-03-22Add ability to add resources to jarsTristan Partin2-7/+15
2022-03-22Bump version number for new development.Jussi Pakkanen1-1/+1
2022-03-21Prepare the 0.62.0 release.0.62.0Jussi Pakkanen1-2/+2
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen3-20/+23
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker1-4/+11
2022-03-20modules/rust: set bindgen include_dirs for both build and source dirDylan Baker1-1/+2
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-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 Schwartz1-43/+6
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 Bonzini1-2/+4
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 Pakkanen11-41/+285
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 Schwartz1-1/+3
2022-03-10Remove a spurious debug print in Python moduleRalf Gommers1-1/+0
2022-03-10Bump version numbers for rc1 release.0.62.0rc1Jussi Pakkanen1-1/+1
2022-03-09Add new env2mfile command.Jussi Pakkanen2-1/+371
2022-03-09Move dataonly pkgconfig file to datadir/pkgconfigTristan Partin1-0/+1
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 Claessens2-11/+18
2022-03-08add early sanity check for test programs existingEli Schwartz1-1/+4
2022-03-08Revert "Add new env2cross command."Eli Schwartz2-371/+1
2022-03-08Add new env2cross command.Jussi Pakkanen2-1/+371
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 Partin1-5/+6
2022-03-07Add support for rust proc-macro cratesDylan Baker1-2/+4
2022-03-07backends/ninja: Add support for structured sources with rustDylan Baker1-0/+43
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker5-35/+104
2022-03-07interpreter: add an implementation for structured_sourcesDylan Baker2-0/+27
2022-03-07interpreter: Add a holder for StructuredSourcesDylan Baker2-0/+7
2022-03-07interpreter: teach source_strings_to_files about StructuredSourcesDylan Baker1-1/+1