aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-03interpreter: add some simple annotations to subproject methodsDylan Baker1-2/+3
2022-03-03interpreter: Use a literal for the do_subproject helperDylan Baker1-1/+3
2022-03-03interpreter: annotate subproject_stackDylan Baker1-1/+1
2022-03-03interpreter/dependencyfallbacks: fix a number of low hanging type issuesDylan Baker1-8/+10
2022-03-03coredata: fix annotations of get_optionDylan Baker1-1/+1
2022-03-03modules/cmake: add type annotations for subproject methodDylan Baker2-27/+46
2022-03-03add release snippet for declare_dependencyRemi Thebault1-0/+14
2022-03-03ignore dub.json in test "d/11 dub"Remi Thebault1-0/+1
2022-03-03Document D features in `declare_dependency`Remi Thebault1-0/+17
2022-03-03add test d/13 declare depRemi Thebault3-0/+29
2022-03-03add D features to InternalDependencyRemi Thebault5-12/+29
2022-03-02document and raise an error for disallowed combination of install_headers argsEli Schwartz2-4/+10
2022-03-02Rename JDK system dep to JNITristan Partin15-64/+100
2022-03-02compilers/gnu: set level 0 optimization to '-O0'Dylan Baker1-1/+1
2022-03-01fix missing encodingsEli Schwartz2-1/+7
2022-03-01use a more sane check instead of run_custom_lintEli Schwartz5-86/+13
2022-03-01compilers/d: fix mangling of rpath-link in DMD-like compilersEli Schwartz1-1/+1
2022-03-01Deprecate java.generate_native_header() in favor of java.generate_native_head...Tristan Partin5-6/+127
2022-03-01mesonlib: use Literal to tighten configure_file formatsDylan Baker1-14/+17
2022-03-01interpreter: delete now unnecessary codeDylan Baker1-5/+0
2022-03-01interpreter: use typed_kwargs for configure_fileDylan Baker2-79/+82
2022-03-01interpreter: use a shared KwargInfo for install_tagDylan Baker2-3/+6
2022-03-01interpreter: fix notfound_program methodDylan Baker1-2/+4
2022-03-01build: Add a `__bool__` dunder to ConfigurationDataDylan Baker1-0/+3
2022-03-01cheat and evade the detection of "open()" in custom_lintEli Schwartz1-6/+6
2022-03-01mark a bunch of dependencies with the version they were introducedEli Schwartz2-0/+7
2022-03-01allow dependency checks to bubble up feature warnings to the interpreterEli Schwartz2-0/+8
2022-03-01clean up FeatureCheck signature to move location to use timeEli Schwartz3-17/+15
2022-03-01remove useless kwarg that was never usedEli Schwartz1-2/+1
2022-02-28Allow setting method/separator in environment() and meson.add_devenv()Xavier Claessens10-30/+131
2022-02-28devenv: Do not prepend empty list to PATH and LD_LIBRARY_PATHXavier Claessens1-7/+9
2022-02-28devenv: Add --dump optionXavier Claessens3-11/+33
2022-02-28devenv: Setup GDB auto-load scriptsXavier Claessens3-2/+65
2022-02-28devenv: Source bash completion scriptsXavier Claessens4-15/+47
2022-02-28devenv: Set PYTHONPATH where we install python modulesXavier Claessens8-7/+94
2022-02-28Add API for modules that wants to define their devenvXavier Claessens3-2/+15
2022-02-28modules: Make ExtensionModule inherit from NewExtensionModuleXavier Claessens1-22/+7
2022-02-28backends: Cache creation of install dataXavier Claessens1-0/+1
2022-02-28Cache the result of python.find_installation()Xavier Claessens1-29/+34
2022-02-28doc: Fix spelling developper->developerXavier Claessens1-1/+1
2022-02-28Add missing install_tag kwarg to install_emptydir()Christian Wendt1-2/+3
2022-02-28Change jar() default install dirTristan Partin3-0/+12
2022-02-28docs: correct the shaderc documentationDudemanguy1-5/+11
2022-02-27wraptool: report name of wrap in status message for "not in wrapdb"Eli Schwartz1-1/+1
2022-02-27wraptool: be forgiving of local wrap filesEli Schwartz1-9/+22
2022-02-27sourceset module: fix minor regression in making sourcesets immutableEli Schwartz1-1/+1
2022-02-27Merge pull request #10004 from bonzini/mtest-tap-stderrJussi Pakkanen1-8/+9
2022-02-27test cases/vala: Fix test 14Mark Bolhuis1-1/+1
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis18-5/+283
2022-02-27cmake: configure_package_config_file can now take a dictAndrea Pappacoda4-5/+12