aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/build.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-09build: Add missing type annotationDylan Baker1-1/+1
2021-10-08Add support for module optionsXavier Claessens1-0/+1
2021-10-08add install_emptydir functionEli Schwartz1-0/+14
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund1-0/+2
2021-10-04Record build in BuildTarget.link_depends, not just output of targets.Andres Freund1-7/+4
2021-10-04various python neatness cleanupsEli Schwartz1-2/+2
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker1-12/+29
2021-09-30build: Prepare CustomTarget.process_kwargs to co-existDylan Baker1-19/+19
2021-09-30build: Allow `Dict[OptionKey, str` in parse_overridesDylan Baker1-1/+8
2021-09-30build: Use isinstance(other, Target) instead of hasattrDylan Baker1-4/+4
2021-09-30build: Add type annotations to AliasTargetDylan Baker1-1/+2
2021-09-30build: drop unnecissary method from RunTargetDylan Baker1-3/+0
2021-09-30build: Fully annotate RunTargetDylan Baker1-5/+10
2021-09-30build: Add full type annotations to CommandBaseDylan Baker1-2/+3
2021-09-30build: add forward delcarations to CommandBase classDylan Baker1-0/+5
2021-09-30build: Add a couple of obvious annotations to RunTargetDylan Baker1-2/+2
2021-09-30Make custom_target() name argument optionalXavier Claessens1-0/+2
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger1-0/+3
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker1-2/+2
2021-09-24Merge pull request #9167 from dcbaker/submit/meson-main-type-checkingJussi Pakkanen1-7/+20
2021-09-24Add option to to transpile Cython to C++Dylan Baker1-2/+34
2021-09-24pylint: check for duplicate importsDylan Baker1-2/+2
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker1-1/+14
2021-09-24build: Add annotation to dist_Scripts and install_scriptsDylan Baker1-2/+2
2021-09-24build: add some missing type annotationsDylan Baker1-3/+3
2021-09-06mintro: add installed_planFilipe Laíns1-19/+22
2021-09-01fix repr for alias_targetEli Schwartz1-0/+4
2021-08-31pylint: turn on superflous-parensDylan Baker1-6/+6
2021-08-30build: add ability to set initial value of EnvironmentVariablesDylan Baker1-1/+5
2021-08-30build: Fully annotate EnvironmentVariablesDylan Baker1-6/+9
2021-08-27build: add annotations for DependencyOverrideDylan Baker1-2/+3
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
2021-08-20build: add annotation for build.postconf_scriptsDylan Baker1-2/+2
2021-08-17Add install tagsXavier Claessens1-2/+18
2021-08-09build: store global and project args per-machine even when not cross compilingDylan Baker1-8/+4
2021-08-09build: add a few annotationsDylan Baker1-4/+4
2021-08-03build: Add annotation to CustomTargetIndex.get_subdirDylan Baker1-1/+1
2021-08-03build: Add get_subdir() to GeneratedListDylan Baker1-0/+4
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau1-0/+4