601 Commits (6e36f8f6664c4a1c6a85b41f55995fb73c9d66a0)

Author SHA1 Message Date
Dylan Baker 6e36f8f666 build: fix annotations for BuildTarget.link*target 3 years ago
Eli Schwartz d6e3517e0d
fix regression in reporting errors for invalid gnu_symbol_visibility 3 years ago
Xavier Claessens 18bec0d3e3 pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env 3 years ago
Ferdinand Thiessen 157d438835 Validate setting of install_tag for CustomTarget 3 years ago
Eli Schwartz 8ae2bf5a9e
allow RunTarget to skip wrapping due to env 3 years ago
Xavier Claessens 05cfe756f1 Target: Stop passing environment in method args 3 years ago
Xavier Claessens 90310116ab Replace backend.get_option_for_target() with target.get_option() 3 years ago
Xavier Claessens e33ec88ac7 Pass environment down to base Target class 3 years ago
Xavier Claessens b66a477bbc build.py: Simplify uses_rust() 3 years ago
Xavier Claessens c8c8aeef0f build.py: Simplify validate_sources() 3 years ago
Xavier Claessens f2d21bf8a9 Make compilers list per subproject 3 years ago
Xavier Claessens eccdbfe3d1 Make sure we support "<lang>_args" kwarg for all languages 3 years ago
Xavier Claessens 86aaac8e42 backends: Stop separating base and compiler options 3 years ago
Tristan Partin 39f1d52e4a Add ability to add resources to jars 3 years ago
Dylan Baker f9445300b3 structured_sources: fix subdir handling 3 years ago
Eli Schwartz a009eacc65
treewide: string-quote the first argument to T.cast 3 years ago
Dylan Baker c08b6e29d9 Add support for rust proc-macro crates 3 years ago
Dylan Baker 7d1431a060 build: plumb structured sources into BuildTargets 3 years ago
Dylan Baker 39433762a9 build: Add structured sources 3 years ago
Dylan Baker aa03a0c346 build: fix typo in type alias 3 years ago
Dylan Baker df2a437b5b build: fix type annotation issue 3 years ago
Xavier Claessens 01e92dc543 Fix default install tag for shared lib symlinks 3 years ago
Dylan Baker bcf924dc7b interpreter: annotate the find_program chain 3 years ago
Dylan Baker b07d4bb206 build: Add a couple of type annotations for the Interpreter to use 3 years ago
Remi Thebault 4fe6f0dd29 add D features to InternalDependency 3 years ago
Dylan Baker b4a512b9f8 build: Add a `__bool__` dunder to ConfigurationData 3 years ago
Xavier Claessens 6acfe48f32 Allow setting method/separator in environment() and meson.add_devenv() 3 years ago
Xavier Claessens 24f224777d devenv: Add --dump option 3 years ago
Tristan Partin 80cb87e7b7 Change jar() default install dir 3 years ago
Eli Schwartz 9daaece785
flake8: fix various whitespace errors with badly aligned code 3 years ago
Eli Schwartz aa0450adda
fix a couple misuses of textwrap.dedent 3 years ago
Nirbheek Chauhan 2d56ff135e shared module: Allow linking on Android 3 years ago
Eli Schwartz c0b8e02d9f
FeatureNew: add mypy type annotations for subproject arg 3 years ago
William Toohey b4d9b2551c Genericise TI compiler and add MSP430 support 3 years ago
Dylan Baker 11f9638035 build: replace kwargs in CustomTarget initializer 3 years ago
Dylan Baker 214ce0dc8b build: Fix return types of a couple of methods 3 years ago
Dylan Baker ce5f56f266 build: Fix annotations to RunTarget and AliasTarget 3 years ago
Dylan Baker 23af9e4c1a build: move configuration_data initial value handling to build.ConfigurationData 3 years ago
Eli Schwartz 4b351aef26
first pass at migrating to dataclasses 3 years ago
Xavier Claessens 95a4c6a62a pkgconfig: Fix linking to a custom target 3 years ago
Daniel Mensinger c5ce9744b2 Fix mypy errors 3 years ago
Ben Boeckel 786d437982 armclang: extend the prefix detection for Keil armclang 3 years ago
Paolo Bonzini 901f444ea5 interpreter: allow extract_objects to receive generated sources 3 years ago
Eli Schwartz 4b2c54569d
clean up function signatures in preparation for dataclasses 3 years ago
Pablo Correa Gómez 4f882ff8ec add install_symlink function 3 years ago
Mike Gilbert 91a099f3a7 Remove premature return in BuildTarget.check_module_linking() 3 years ago
Nirbheek Chauhan af5993fffd shared_module: Add soname when used as a link target 3 years ago
Dylan Baker f29b54dfe4 build|backend: Fix some type annotations 3 years ago
Dylan Baker 75d163f56d build: TestSetup.exe_wrapper doesn't need to be optional 3 years ago
Eli Schwartz dbb109703e
convert more mlog.deprecation into FeatureDeprecated 3 years ago