12744 Commits (e7d87b6f58c653c3962479f59867397ffc15c32f)
 

Author SHA1 Message Date
Hemmo Nieminen d6e1b72db0 mtest: remove unused arguments from read_decode_lines() 2 years ago
Hemmo Nieminen cb0cbb3e5e mtest: introduce get_test_num_prefix() helper function 2 years ago
Hemmo Nieminen e3b4065b0c mtest: split TestRun's get_details() to multiple functions 2 years ago
Hemmo Nieminen 9f26eae541 mtest: make ConsoleLogger's detail property a function 2 years ago
Hemmo Nieminen 64d204710f mtest: show "timed out" messages with --print-errorlogs option 2 years ago
Hemmo Nieminen 478ac7f6cc mtest: fix a couple of minor whitespace / typing issues 2 years ago
Remi Thebault e9576a4361
use compilers.lang_suffixes to determine lang 2 years ago
Dylan Baker b69d4f38e6 interpreter/kwargs: fix typo 2 years ago
Dylan Baker ac576530c4 build: correctly annotate _process_install_tag helper 2 years ago
Dylan Baker 2c6def856b Revert "build: check for -fno-pic and -fno-pie while we're checking for pic and pie" 2 years ago
Dylan Baker c3ef52311a build: fix types added in CustomTarget.get_target_dependencies 2 years ago
Dylan Baker c621ab2251 build: Fix type annotations for get_target_dependencies 2 years ago
Dylan Baker 629a9c68e2 build: use inheritance properly for is_internal 2 years ago
Dylan Baker f235b814c3 build: Fix annotations for CustomTarget 2 years ago
Dylan Baker d0a0e04c98 build: Store depends in GeneratedList instead of Generator 2 years ago
Dylan Baker 3efb51a958 backend/vs: "fix" handling of CustomTarget dependencies 2 years ago
Dylan Baker fb83223af9 mesonlib: fix annotation of OrderedSet.difference 2 years ago
Dylan Baker c51639b4ff typing: replace ImmutableSetProtocol with typing.AbstractSet 2 years ago
Dylan Baker 3dec0db06d backends/ninja: Add missing type annotation 2 years ago
Dylan Baker f84a7d3827 build: move typename to class level in Target subclasses 2 years ago
Dylan Baker 5f02d0d9e1 build: check for -fno-pic and -fno-pie while we're checking for pic and pie 2 years ago
Dylan Baker a8521fef70 build: use a helper to process set install tags 2 years ago
Paweł Marczewski 9061c3a52d wrap: Add support for applying a list of patch files 2 years ago
Marco Trevisan (Treviño) 29c26d5b26 compilers: Add support for stand-alone leak sanitizer 2 years ago
Remi Thebault 1d15c6f502
add D generated files to order-only deps 2 years ago
Eli Schwartz 3e2dba5b7c devenv: do not fatally error if pkg-config or bash-completion is not available 2 years ago
Dylan Baker 53f44d980b backends: work around some mypy limitations and fix spotted bugs 2 years ago
Dylan Baker b53d144794 build: stop overwriting outputs, and replace the intended output 2 years ago
Dylan Baker 27bde338fb interpreter: add missing type annotation 2 years ago
Dylan Baker 2e5a2f6a48 interpreter: add location to a FeatureNew call 2 years ago
Dylan Baker 618b187f70 interpreter: use a shared KwargInfo for install_dir 2 years ago
Dylan Baker 50e9769403 dependencies: Fix d_module_version types 2 years ago
Dylan Baker 7b90066a01 modules/gnome: fix gen_marshall annotation 2 years ago
Dylan Baker 503a061e68 targets: Fix annotations of get_install_dir to be accurate 2 years ago
Dylan Baker 2a0082b13a ast: rename module constant to match PEP8 style 2 years ago
Dylan Baker 3260c0ebdb ast/introspection: tidy up imports a bit more with __future__.annotations 2 years ago
Dylan Baker 77e4110880 ast/introspection: sort imports 2 years ago
Dylan Baker a2def550c5 modules: move gnome targets into gnome module 2 years ago
Dylan Baker d553748b60 compiler: Add missing needs_static_linker to base Compiler class 2 years ago
Xavier Claessens 39ba552811 Add "in development" in release notes title 2 years ago
Vili Väinölä 18e2f8b2b3 Fix sandbox violation when using subproject as a symlink 2 years ago
Eli Schwartz eec7b2c359
docs: fix incorrect link 2 years ago
Eli Schwartz c88a1dc55c
fix bug in i18n merge_file/itstool_join revealed by previous commit 2 years ago
Eli Schwartz 52d01dbf38
rename a badly named KwargInfo 2 years ago
Eli Schwartz e3d70d89b1
fix regression that broke type checking of CustomTarget outputs 2 years ago
Eli Schwartz ae0b40945b
make sure no custom_target outputs are named "all" or "meson-internal__*" 2 years ago
Eli Schwartz 38c00feb9d
relax target name restrictions to cater to internal use 2 years ago
Eli Schwartz dd2f1c4c57
ninja backend: simplify generation of phony targets 2 years ago
Karl Linden 40c69630df Fix typo in documentation for add_*_arguments 2 years ago
Vili Väinölä 020f787335 Fix that VS backend respects "console" keyword in custom_target 2 years ago