1058 Commits (b07d4bb2068f90bfbb0aa6e6ea91412db29388ea)

Author SHA1 Message Date
Dylan Baker 5787f81615 interpreter: add cm_interpreter to SubprojectHolder 3 years ago
Dylan Baker 4a2058cb83 interpreter: use typed_kwargs for subproject() 3 years ago
Dylan Baker f4ae32c2ad modules/cmake: add type annotations for subproject method 3 years ago
Remi Thebault 4fe6f0dd29 add D features to InternalDependency 3 years ago
Tristan Partin 18147b91ff Deprecate java.generate_native_header() in favor of java.generate_native_headers() 3 years ago
Eli Schwartz d39b330075 clean up FeatureCheck signature to move location to use time 3 years ago
Xavier Claessens 79c6075b56 devenv: Set PYTHONPATH where we install python modules 3 years ago
Xavier Claessens c4b8c23eb1 Add API for modules that wants to define their devenv 3 years ago
Xavier Claessens ad75a2bfec modules: Make ExtensionModule inherit from NewExtensionModule 3 years ago
Xavier Claessens c5c02b72e1 Cache the result of python.find_installation() 3 years ago
Eli Schwartz 880d5000b2
sourceset module: fix minor regression in making sourcesets immutable 3 years ago
Mark Bolhuis 5a4177523e modules/wayland: Add unstable_wayland module 3 years ago
Andrea Pappacoda fcca265035 cmake: configure_package_config_file can now take a dict 3 years ago
Andrea Pappacoda c42a3fd2fb cmake: typed_kwargs for configure_package_config_file 3 years ago
Dylan Baker 57c8e1a780 run_mypy: add sourceset module 3 years ago
Dylan Baker ab0ffc6a22 modules/sourceset: Fix remaining typing issues 3 years ago
Dylan Baker c0be7e05b0 modules/sourceset: use typed_kwargs for all functions 3 years ago
Dylan Baker 5dc355105a modules/sourceset: Use typed_pos_args 3 years ago
Dylan Baker d39bb133f0 modules/sourceset: add a few super easy type annotations 3 years ago
Dylan Baker 8712afd35e modules/sourceset: sort imports 3 years ago
Eli Schwartz 78945fb983
python module: add option to specify a python environment to install to 3 years ago
Eli Schwartz e8375d20a9
modules: add ModuleState API to check whether an option was user-specified 3 years ago
Eli Schwartz 9daaece785
flake8: fix various whitespace errors with badly aligned code 3 years ago
Eli Schwartz 6240920c21
pkgconfig module: allow custom variables to reference builtin directories 3 years ago
Andrea Pappacoda 316cf3a717 cmake: add arch_independent kwarg 3 years ago
Andrea Pappacoda a755750cae cmake: typed_kwargs for write_basic_package_version_file 3 years ago
Andrea Pappacoda 248e6cf473 pkgconfig: set libdir only if used 3 years ago
Dylan Baker 029652ecb5 modules/gnome: remove unnecessary type check 3 years ago
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 5d31735c1e modules/gnome: Allow gdbus_annotations to take an empty list again 3 years ago
Eli Schwartz 3990dc6d64 flake8: fix indentation style 3 years ago
Eli Schwartz cf3a1d31f8 fix some flake8 violations for unused imports 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
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 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 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