aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-07dependencies: Dependency Sources can be StructuredSourcesDylan Baker1-3/+6
2022-03-07build: Add structured sourcesDylan Baker1-0/+55
2022-03-07backend/ninja: add rules to copy files to the build dirDylan Baker1-0/+12
2022-03-07scripts: Add a script to copy files.Dylan Baker1-0/+18
2022-03-07build: fix typo in type aliasDylan Baker1-1/+1
2022-03-07build: fix type annotation issueDylan Baker1-1/+1
2022-03-07mesonlib: Add a from_node initializer to MesonExceptionDylan Baker1-0/+10
2022-03-07remove unused code after subproject conversion to typed_kwargsEli Schwartz1-2/+0
2022-03-07Fix mypy CI.Jussi Pakkanen1-1/+1
2022-03-07Merge pull request #10043 from dcbaker/submit/type-checking-for-subprojectJussi Pakkanen9-113/+192
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens5-28/+38
2022-03-07Merge pull request #9743 from mensinda/cmakeGeneratorFixedJussi Pakkanen5-9/+102
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz1-0/+12
2022-03-06i18n.merge_file: do not disable in the absence of gettext toolsEli Schwartz1-4/+1
2022-03-06i18n module: report initial call site when disabling translation supportEli Schwartz1-4/+5
2022-03-06i18n module: detect gettext tools at configure timeEli Schwartz1-13/+27
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz3-11/+18
2022-03-06i18n module: fix bug that made msgfmthelper die on combinations of argsEli Schwartz1-2/+1
2022-03-06wayland module: Allow building both client and server sidesXavier Claessens1-14/+18
2022-03-04Port JavaModule to NewExtensionModule APITristan Partin1-18/+25
2022-03-04Fix @typed_pos args on java.generate_native_headerTristan Partin1-2/+1