aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-11-08compilers/java: Add no_warn_args and debug_args methodsDylan Baker1-0/+8
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+2
2021-11-02fix custom_target with install: true and no install_dir, crashingEli Schwartz1-1/+1
2021-11-02wrap: Fix concurrent os.mkdir()Xavier Claessens1-2/+1
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-3/+4
2021-11-02Move language standard in separate method within vsbackendMoroz Oleg3-9/+24
2021-11-02Fixes .vcxproj for vs2017 vs2019Олег Мороз1-0/+9
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz14-90/+80
2021-11-01fix broken error message that printed formatter codesEli Schwartz1-1/+1
2021-11-01fix typoed vs backend tokenEli Schwartz1-1/+1
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz3-36/+44
2021-11-01modules/gnome: don't use dict.keys() to test membershipDylan Baker1-2/+2
2021-11-01modules/gnome: use textwrap.dedentDylan Baker1-35/+44
2021-11-01modules/gnome: use envconfig for VAPIGENDylan Baker2-4/+2
2021-11-01mesonbuild/module/gnome: remove unused variableDylan Baker1-1/+1
2021-11-01modules/gnome: Use typed_pos_args for generate_vapiDylan Baker1-7/+2
2021-11-01modules/gnome: use typed_pos_args for genmarshalDylan Baker1-4/+2
2021-11-01modules/gnome: use typed_pos_Args for mkenums_simpleDylan Baker1-3/+4
2021-11-01modules/gnome: use typed_pos_args for mkenumsDylan Baker1-3/+2
2021-11-01modules/gnome: use typed_pos_args for gdbus_codegenDylan Baker1-4/+3
2021-11-01modules/gnome: use typed_pos_args for gtkdoc_html_dirDylan Baker1-9/+5
2021-11-01modules/gnome: use typed_pos_args for gtkdocDylan Baker1-5/+2
2021-11-01modules/gnome: use typed_pos_args for yelpDylan Baker1-6/+3
2021-11-01modules/gnome: use noPosargs for compile_schemasDylan Baker1-3/+2
2021-11-01modules/gnome: use typed_pos_args for generate_girDylan Baker1-4/+4
2021-11-01modules/gnome: use typed_pos_args for compile_resourcesDylan Baker1-29/+24
2021-11-01modules/gnome: add some type annotationsDylan Baker1-113/+161
2021-11-01modules/gnome: clean and sort dependenciesDylan Baker1-11/+11
2021-11-01build: Add type annotations to BuildTarget.get_all_link_depsDylan Baker1-1/+1
2021-11-01build: Add annotations to CustomTarget.extra_dependsDylan Baker1-2/+2
2021-11-01build: Add a get_command method to ExecutableDylan Baker1-0/+7
2021-11-01modules: use IncludeDirs.to_string_list instead of open codingDylan Baker1-12/+3
2021-11-01build: IncludeDirs extend `to_string_list` method to handle builddirDylan Baker1-2/+10
2021-11-01build: Add type annotations for BuildTarget.include_dirsDylan Baker1-4/+4
2021-11-01interpreter/modules: ModuleReturnValue can hold ExecutableSerialisationDylan Baker2-3/+4
2021-11-01modules: remove harmful forwarding init methodsDylan Baker1-10/+5
2021-11-01interpreter: add type annotations for program_from_overridesDylan Baker1-1/+2
2021-10-31Add 64-bit paths to check for unsupported Watcom cl.exe clones.William D. Jones1-1/+4
2021-11-01migrate python 3.5 compatible superclass variable annotations to 3.6Eli Schwartz2-8/+4
2021-11-01Revert "known Python 3.5 on windows workaround for subprocess(cwd=str(Path))"Eli Schwartz1-2/+1
2021-10-30delete PLATFORM env only if setavitex1-2/+3
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann1-1/+9
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-29Fix version requirement on Ninja feature.Jussi Pakkanen1-1/+1
2021-10-29Make environment objects hash deterministically.Jussi Pakkanen2-3/+16
2021-10-29Merge pull request #9375 from dcbaker/submit/windows-module-typingJussi Pakkanen3-55/+87
2021-10-29Remove duplicated CEXE_MAPPING tableXavier Claessens2-8/+4
2021-10-29Fix "meson compile" not activating vsenvXavier Claessens1-2/+3
2021-10-28configure_file: upgrade deprecation message to FeatureDeprecatedEli Schwartz1-2/+2