7462 Commits (9f9c7905bf64278ca7fc6f582b3799aebd252da6)

Author SHA1 Message Date
Dylan Baker 457fb53ea4 gnome: genmarshal: If the source includes the header, depend on it 3 years ago
Dylan Baker 11f9638035 build: replace kwargs in CustomTarget initializer 3 years ago
Dylan Baker b402817fb6 interpreter: use find_program_impl instead of shutil.which for vcs_tag 3 years ago
Dylan Baker cc4160db04 interpreter: remove dead code from custom_target 3 years ago
Dylan Baker 08f06b237e interpreter: use typed_kwargs for vcs_tag 3 years ago
Eli Schwartz d9f55d774c
add location data to various Feature checks 3 years ago
Eli Schwartz 1913a4246c
pkgconfig module: fix incorrect Feature logging for uninstalled_variables 3 years ago
Eli Schwartz 0db2de2b0a
do not report context on python traceback, for PermissionError 3 years ago
Dylan Baker 5d31735c1e modules/gnome: Allow gdbus_annotations to take an empty list again 3 years ago
Eli Schwartz fa4f96427a remove incorrect deprecated feature for vcs_tag 3 years ago
Eli Schwartz 7e0004d8cf move the version info for build_always* directly into the kwarginfo 3 years ago
Eli Schwartz ff7a30c0ea mark regex string as raw string to fix invalid escapes 3 years ago
Eli Schwartz 3990dc6d64 flake8: fix indentation style 3 years ago
Eli Schwartz a28d546795 flake8: fix wonky comment style 3 years ago
Eli Schwartz cf3a1d31f8 fix some flake8 violations for unused imports 3 years ago
Will Toohey 22a998188b Checkout subproject submodules even when nested 3 years ago
Eli Schwartz d73e81c77b
Popen_safe and wrappers can accept os.PathLike for cwd 3 years ago
Bilal Elmoussaoui dd4e712024 gnome: Fix gtk4 pkgconfig name 3 years ago
Arsen Arsenović 57ce83b396 compilers/c_function_attributes: add retain 3 years ago
Eli Schwartz 88f8a8ea15 mcompile: fix broken codepaths and restore orphaned code 3 years ago
Eli Schwartz a0d28e850e properly error out when project version is an array other than files() 3 years ago
Dylan Baker 4f40962a05 interpreterobjects: Don't warn on set10(bool) 3 years ago
Daniel Mensinger 42843c4cf6
cmake: Add TARGET_ generator expression support (fixes #9305) 3 years ago
Daniel Mensinger 99aae9b4df
cmake: Move generator expression evaluation to the end of the traceparser 3 years ago
Eli Schwartz 603244b059
fix broken version annotations for the new itstool_join feature 3 years ago
Matthias Klumpp 02fb0c3f8b i18n: Add support for joining XML localization via itstool 3 years ago
Eli Schwartz 2a99252604
python module: only find a pkg-config dependency from the found python 3 years ago
Dylan Baker acef5a9762 modules/gnome: make some methods static 3 years ago
Dylan Baker d96bc73b99 modules/gnome: fix remaining typing errors 3 years ago
Dylan Baker 99c835b2b9 modules/gnome: fix annotation to type that isn't defined 3 years ago
Dylan Baker 26722f8e44 modules/gnome: fix _get_build_args type annotations 3 years ago
Dylan Baker 0dd720a014 modules/gnome: fix _make_typelib_target types 3 years ago
Dylan Baker 68e684d51f modules/gnome: Fix typing with _get_dependencies_flags and 3 years ago
Dylan Baker 214ce0dc8b build: Fix return types of a couple of methods 3 years ago
Dylan Baker a848dd3cce modules/gnome: fix issues with _make_gir_target 3 years ago
Dylan Baker fcf78ceb7b modules/gnome: fix declared type of list 3 years ago
Dylan Baker f85629e374 modules/gnome: use T.Sequence instead of T.List 3 years ago
Dylan Baker cd6e2c85a7 modules/gnome: use itertools.chain instead of list concatenation 3 years ago
Dylan Baker 216435b2ae dependencies: fix libraries and whole_libraries types 3 years ago
Dylan Baker 41fe51b36e modules/gnome: ignore the return type of _get_dep 3 years ago
Dylan Baker 4048c71d6d modules/gnome: fix type annotations and issues with _gather_typelib_includes_and_update_depends 3 years ago
Dylan Baker dacba7a83d modules/gnome: define and annotate all instance variables in the initializer 3 years ago
Dylan Baker ce5f56f266 build: Fix annotations to RunTarget and AliasTarget 3 years ago
Dylan Baker 9c7ddf59fe interpreterobjects: deprecated passing a number to configuration_data.set10 3 years ago
Dylan Baker bf3fa728fa interpreterobjects: remove no-flattening from configuraiton_data.get 3 years ago
Dylan Baker f16956a951 interpreterobjects: don't allow keyword arguments in configuration_data.keys 3 years ago
Dylan Baker 5074e2d3b5 interpreter: replace ConfigurationDataObject with ConfigurationDataHolder 3 years ago
Dylan Baker 23af9e4c1a build: move configuration_data initial value handling to build.ConfigurationData 3 years ago
Dylan Baker 5c979eb21f interpreterobjects: clean up ConfigurationData initializer 3 years ago
Dylan Baker 574525673f interpreterobjects: use typed_* for configuration_data.set* 3 years ago