aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz1-2/+3
2022-06-16fix regression that broke proper warnings about passing subproject as a depEli Schwartz1-0/+3
2022-06-16fix crash when passing invalid inputs as build_target dependenciesfxxf1-6/+7
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini1-7/+1
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini1-2/+5
2022-06-13flake8: don't use f-strings for strings without formattingEli Schwartz1-1/+1
2022-06-10build: CustomTargetIndex.is_linkable_target misses '.dylib'Sutou Kouhei1-1/+1
2022-06-09intro-install_plan: fix destinations for build_targets with custom install_dirEli Schwartz1-2/+3
2022-06-08build: correctly annotate _process_install_tag helperDylan Baker1-1/+1
2022-06-08Revert "build: check for -fno-pic and -fno-pie while we're checking for pic a...Dylan Baker1-5/+2
2022-06-08build: fix types added in CustomTarget.get_target_dependenciesDylan Baker1-3/+3
2022-06-08build: Fix type annotations for get_target_dependenciesDylan Baker1-4/+5
2022-06-08build: use inheritance properly for is_internalDylan Baker1-1/+4
2022-06-08build: Fix annotations for CustomTargetDylan Baker1-1/+1
2022-06-08build: Store depends in GeneratedList instead of GeneratorDylan Baker1-2/+2
2022-06-08typing: replace ImmutableSetProtocol with typing.AbstractSetDylan Baker1-4/+4
2022-06-08build: move typename to class level in Target subclassesDylan Baker1-7/+14
2022-06-08build: check for -fno-pic and -fno-pie while we're checking for pic and pieDylan Baker1-2/+5
2022-06-08build: use a helper to process set install tagsDylan Baker1-4/+13
2022-06-01build: stop overwriting outputs, and replace the intended outputDylan Baker1-2/+4
2022-06-01targets: Fix annotations of get_install_dir to be accurateDylan Baker1-7/+7
2022-05-30fix incorrectly allowed kwarg for custom_targetEli Schwartz1-3/+0
2022-05-25build: replace hand rolled code with CustomTarget[Index].links_dynamically()Dylan Baker1-2/+2
2022-05-25build: Add a `links_dynamically` method to CustomTarget[Index]Dylan Baker1-0/+20
2022-05-25build: fix annotations for BuildTarget.link*targetDylan Baker1-2/+2
2022-05-08fix regression in reporting errors for invalid gnu_symbol_visibilityEli Schwartz1-1/+1
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens1-1/+1
2022-04-27Validate setting of install_tag for CustomTargetFerdinand Thiessen1-7/+3
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz1-1/+3
2022-03-29Target: Stop passing environment in method argsXavier Claessens1-55/+55
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens1-16/+21
2022-03-29Pass environment down to base Target classXavier Claessens1-6/+8
2022-03-24build.py: Simplify uses_rust()Xavier Claessens1-19/+1
2022-03-24build.py: Simplify validate_sources()Xavier Claessens1-15/+3
2022-03-24Make compilers list per subprojectXavier Claessens1-103/+98
2022-03-23Make sure we support "<lang>_args" kwarg for all languagesXavier Claessens1-25/+8
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens1-6/+5
2022-03-22Add ability to add resources to jarsTristan Partin1-2/+6
2022-03-18structured_sources: fix subdir handlingDylan Baker1-9/+5
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-19/+113
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-03-07Add support for rust proc-macro cratesDylan Baker1-2/+4
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker1-17/+56
2022-03-07build: Add structured sourcesDylan Baker1-0/+55
2022-03-07build: fix typo in type aliasDylan Baker1-1/+1
2022-03-07build: fix type annotation issueDylan Baker1-1/+1
2022-03-07Merge pull request #10043 from dcbaker/submit/type-checking-for-subprojectJussi Pakkanen1-4/+4
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens1-6/+8
2022-03-03interpreter: annotate the find_program chainDylan Baker1-2/+2
2022-03-03build: Add a couple of type annotations for the Interpreter to useDylan Baker1-2/+2