aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-30wraptool: Fix version comparisonXavier Claessens1-4/+4
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens5-19/+10
2021-08-30Add missing "disabler" kwarg to python.dependency()Xavier Claessens2-0/+3
2021-08-30Simplify get_callee_argsXavier Claessens4-87/+34
2021-08-30Simplify condition in can_run_host_binaries()Xavier Claessens1-7/+6
2021-08-29mcompile: treat load-average as a floatMike Gilbert1-1/+1
2021-08-29gnome: Prepend devenv, not appendTing-Wei Lan1-4/+4
2021-08-28Merge pull request #9183 from dcbaker/submit/validate-defaultDylan Baker10-35/+52
2021-08-28docs: update LD docs link in FAQ.mdAndrea Pappacoda1-1/+1
2021-08-28Try to fix NoneTypeDylan Baker1-1/+1
2021-08-28Delete old outputs that are no longer in the Ninja file.Jussi Pakkanen1-0/+1
2021-08-27interpreterbase: ensure that the default vaule to KwargInfo is a valid typeDylan Baker1-0/+4
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker8-33/+46
2021-08-27interpreter: fix name of typed_kwargs for `test()`Dylan Baker2-2/+2
2021-08-27build: add annotations for DependencyOverrideDylan Baker1-2/+3
2021-08-27environment: Add correct annotation for wrap_resolverDylan Baker1-1/+2
2021-08-27interpreter: Add a helper for checking constrained inputsDylan Baker4-4/+17
2021-08-27interpreter: fix IndexError when specifying dependency 'include_type'Rihards Skuja2-1/+4
2021-08-27FAQ: document some community work toward implementing Meson in C/C++Eli Schwartz1-0/+10
2021-08-27python module: produce the correct install path on every OSEli Schwartz1-1/+1
2021-08-26Add typed_kwargs to add_languages()Tristan Partin2-4/+9
2021-08-23gnome: don't let fortify defines into the g-ir-scanner after stripping -OEli Schwartz1-1/+3
2021-08-23java module: fix FeatureNew versionEli Schwartz1-1/+1
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens7-10/+150
2021-08-22python: Workaround broken install pathXavier Claessens2-6/+22
2021-08-22use even more informative error message for invoking meson in a subdirEli Schwartz1-1/+4
2021-08-22Fix syntax error that broke the websiteEli Schwartz1-1/+1
2021-08-22Add Java moduleTristan Partin11-29/+130
2021-08-22Add typing to ModuleState machine membersTristan Partin1-4/+4
2021-08-22Add subscript to subprocess.PopenTristan Partin1-2/+2
2021-08-22fix coding errors in unstable-coredata subcommandEli Schwartz1-2/+2
2021-08-22use a more informative error message for invoking meson in a subdirEli Schwartz2-3/+15
2021-08-22Fix incomplete guidance on solving sandbox violationsEli Schwartz1-0/+4
2021-08-21Update instructions on installing with Pip. Closes #9034.Jussi Pakkanen1-12/+14
2021-08-21Fix duplicated frameworks in the Xcode backend.Jussi Pakkanen1-1/+7
2021-08-21Fix multiple generators in target in Xcode.Jussi Pakkanen1-2/+2
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen3-3/+11
2021-08-21Handle .C extension in Xcode.Jussi Pakkanen1-1/+4
2021-08-20unittests: Ensure that symlink is removed after tests completeDylan Baker1-3/+7
2021-08-20Merge pull request #9012 from dcbaker/submit/qt-custom-targetsJussi Pakkanen3-46/+114
2021-08-20run_mypy: add backends/backendsDylan Baker1-0/+1
2021-08-20backend/backends: use a TypedDict for introspection dataDylan Baker1-1/+11
2021-08-20backend/backends: Add type annotations to BackendDylan Baker1-147/+223
2021-08-20backend/backends: Add verbose to ExecutableSerialisiation initializerDylan Baker1-1/+2
2021-08-20backend/backends: Add type annotations to ExecutableSerilalisationDylan Baker1-3/+12
2021-08-20backend/backends: Add type annotations to SubdirInstallDataDylan Baker1-1/+2
2021-08-20backend/backends: Add type annotations to TargetInstallDataDylan Baker1-3/+6
2021-08-20backend/backends: Add type annotations to CleanTreesDylan Baker1-1/+1
2021-08-20backend/backends: add type annotations to RegenInfoDylan Baker1-1/+1
2021-08-20backends/xcode: remove unused compiler parameter from escape_extra_argsDylan Baker1-2/+1