summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2022-03-09install: Add --strip optionXavier Claessens
2022-03-08add early sanity check for test programs existingEli Schwartz
2022-03-08Revert "Add new env2cross command."Eli Schwartz
2022-03-08Add new env2cross command.Jussi Pakkanen
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-07Add support for rust proc-macro cratesDylan Baker
2022-03-07remove unused code after subproject conversion to typed_kwargsEli Schwartz
2022-03-07Fix mypy CI.Jussi Pakkanen
2022-03-07Merge pull request #10043 from dcbaker/submit/type-checking-for-subprojectJussi Pakkanen
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens
2022-03-07Merge pull request #9743 from mensinda/cmakeGeneratorFixedJussi Pakkanen
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz
2022-03-06i18n.merge_file: do not disable in the absence of gettext toolsEli Schwartz
2022-03-06i18n module: report initial call site when disabling translation supportEli Schwartz
2022-03-06i18n module: detect gettext tools at configure timeEli Schwartz
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz
2022-03-06i18n module: fix bug that made msgfmthelper die on combinations of argsEli Schwartz
2022-03-06wayland module: Allow building both client and server sidesXavier Claessens
2022-03-04Port JavaModule to NewExtensionModule APITristan Partin
2022-03-04Fix @typed_pos args on java.generate_native_headerTristan Partin
2022-03-04Add modules kwarg to JNI system depTristan Partin
2022-03-03interpreter: annotate the find_program chainDylan Baker
2022-03-03interpreter: fix some low hanging type annotations issuesDylan Baker
2022-03-03interpreter: fix mismatched type expectationsDylan Baker
2022-03-03interpreter: Fix type violation in do_subproject_cmakeDylan Baker
2022-03-03interpreter: replace build_def_files with OrderedSetDylan Baker
2022-03-03build: Add a couple of type annotations for the Interpreter to useDylan Baker
2022-03-03interpreter: fix Interpreter type annotationsDylan Baker
2022-03-03interpreter: add cm_interpreter to SubprojectHolderDylan Baker
2022-03-03interpreter: use typed_kwargs for subproject()Dylan Baker
2022-03-03interpreter: add some simple annotations to subproject methodsDylan Baker
2022-03-03interpreter: Use a literal for the do_subproject helperDylan Baker
2022-03-03interpreter: annotate subproject_stackDylan Baker
2022-03-03interpreter/dependencyfallbacks: fix a number of low hanging type issuesDylan Baker
2022-03-03coredata: fix annotations of get_optionDylan Baker
2022-03-03modules/cmake: add type annotations for subproject methodDylan Baker
2022-03-03add D features to InternalDependencyRemi Thebault
2022-03-02document and raise an error for disallowed combination of install_headers argsEli Schwartz
2022-03-02Rename JDK system dep to JNITristan Partin
2022-03-02compilers/gnu: set level 0 optimization to '-O0'Dylan Baker
2022-03-01fix missing encodingsEli Schwartz
2022-03-01use a more sane check instead of run_custom_lintEli Schwartz
2022-03-01compilers/d: fix mangling of rpath-link in DMD-like compilersEli Schwartz
2022-03-01Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin
2022-03-01mesonlib: use Literal to tighten configure_file formatsDylan Baker
2022-03-01interpreter: delete now unnecessary codeDylan Baker