aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Delete old outputs that are no longer in the Ninja file.cleandeadJussi Pakkanen1-0/+1
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
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker4-10/+7
2021-08-20ninjabackend: add missing type annotationDylan Baker1-1/+1
2021-08-20backends: move method from ninjabackend to base classDylan Baker2-8/+8
2021-08-20compilers: Add get_no_warn_args to the base Compiler classDylan Baker1-0/+4
2021-08-20interpreterobjects: fix Test annotationsDylan Baker1-3/+6
2021-08-20environment: add annotations and fix get_meson_commandDylan Baker1-3/+7
2021-08-20environment: add some missing annotationsDylan Baker1-5/+5
2021-08-20mesonlib: Fix typing of substitute_valuesDylan Baker1-5/+27
2021-08-20mesonlib: Add an exception for what should be unreachable codeDylan Baker1-0/+2
2021-08-20mesonlib: Fix type annotationsDylan Baker1-5/+4
2021-08-20build: Add type annotations to Target.get_debug_filenameDylan Baker1-2/+2
2021-08-20build: Add annotations to the CustomTargetIndex classDylan Baker1-5/+4
2021-08-20build: Add a `name` property to CustomTargetIndexDylan Baker1-0/+4
2021-08-20build: Fix CustomTarget initializer annotationDylan Baker1-1/+1
2021-08-20build: Add a couple of annotations to RunTargetDylan Baker1-1/+2
2021-08-20build: Add type annotations for CustomTargetDylan Baker1-12/+11
2021-08-20build: type get_import_filenamesDylan Baker1-2/+2
2021-08-20build: Add some type annotations to BuildTargetDylan Baker1-24/+21
2021-08-20build: Add type annotations for ExtractedObjectsDylan Baker1-11/+18
2021-08-20build: Add missing annotations for Build.get_* methodsDylan Baker1-4/+4
2021-08-20build: fix annotation for Build.targetsDylan Baker1-2/+2