1409 Commits (8a75fda303471a369d0c5dcfc649e3101b88a9f6)

Author SHA1 Message Date
Dylan Baker 3d27f1c60a modules/cmake: use typed_kwargs instead of permittedKwargs 2 months ago
Dylan Baker 351ae5d3a6 modules/cmake: use typed_kwargs for subproject.dependency 2 months ago
Dylan Baker c79453ed73 modules/cmake: simplify _args_to_info 2 months ago
Dylan Baker 60e2da24c0 modules/cmake: use typed_pos_args for remaining subproject methods 2 months ago
Dylan Baker 626f4fd244 modules/cmake: use typed_pos_args for subproject.dependency 2 months ago
Dylan Baker 2ce15a6906 modules/cmake: use typed_pos_args for subproject.get_variable 2 months ago
Pierre Lamot 6797f9bc15 qt module: allow has_tools to specify which tools to check 3 months ago
Andrew McNulty 050b788ed8 Fix various incorrect uses of `its` vs `it's`. 3 months ago
spaette 4179996fef Fix typos 3 months ago
Charles Brunet 8a641cac5f Fix pkgconfig.generate handling of BothLibraries dependencies 3 months ago
sid 49a58cf743 modules/gnome: Make 'gnome.yelp()' install actual media with symlinks 3 months ago
Eli Schwartz 19847ba24a
update various deprecation notices to call out meson 2.0 3 months ago
Remi Thebault 5035726fa8
modules/dlang: Use the DubDependency.class_dubbin correctly 4 months ago
Eli Schwartz 4a352dd8bd
flake8: move unused typing-only imports to TYPE_CHECKING 4 months ago
RaviRahar 96f20d5b37 modules/gnome: gnome.compile_resources() must have 'install_dir' if installing 5 months ago
Jussi Pakkanen 6e20022295 Remove module type from OptionKey. 5 months ago
Jussi Pakkanen 61c742fae9 Remove language (AKA compiler) type from OptionKey. 5 months ago
Jussi Pakkanen 0d7bb776e2 Move OptionKey in the option source file. 5 months ago
Jussi Pakkanen 9a6fcd4d9a Replace direct indexing with named methods. 6 months ago
Jussi Pakkanen c0d86024f5 Rename option variable to optstore to make it unique. 6 months ago
Andrew McNulty fea7f94b67 Python: fix limited API logic under mingw 6 months ago
Jussi Pakkanen 5365d9a842 Refactor option classes to their own file. 7 months ago
Eli Schwartz 125d3344ec
pylint: fix false positive for variable defined in different copies of conditional 7 months ago
Jussi Pakkanen 128f0e828e
Pass wrapmode value around as a string. (#13229) 7 months ago
Tristan Partin 05e107832d Pass --quiet to glib-genmarshal 8 months ago
Momtchil Momtchev 286898219b add an error message for targets that are not dependencies 8 months ago
Dylan Baker d617dc6869 modules: rename qt.py -> _qt.py 8 months ago
Matthijs Velsink 7ebbce2072 gnome: Fix indentation of mkenums_simple generated code 8 months ago
Stephan Lachnit e7c7f6fa37 cmake: fix incorrect decorator for append_link_args 9 months ago
Xavier Claessens 3afbe042af wayland: Stable protocols can have a version 9 months ago
Charles Brunet f9479787a0 fix reconfigure subproject base options 9 months ago
Dylan Baker 2b5c8cc6a7 modules/rust: Fix New Version check that was not updated 10 months ago
Xavier Claessens 5654f03450 interpreter: Dependency variables can be empty string 10 months ago
Tristan Partin 6a119256a1 Add support for BuildTargetTypes to various fs module functions 10 months ago
Tristan Partin 0b19d1c015 Correct fs.read function name in exception message 10 months ago
Tristan Partin 35c6052723 Fix fs module FeatureNew prefixes to match the function name 10 months ago
Tristan Partin 9cb44c9c58 Fix bad escape character in doc comment 10 months ago
Karol Herbst d44185026d meson/rust: wrap `bindgen`s `wrap-static-fns` functionality 10 months ago
Tristan Partin db8246b3fc
Alphabetize the fs module methods dict 10 months ago
Tristan Partin 1b40fb1089
Add location nodes to FeatureNews in the fs module 10 months ago
Dylan Baker e7f20efc8b modules/rust: allow setting a version constraint on bindgen 10 months ago
Dylan Baker 9752b89100 modules: fix find_program.wanted 10 months ago
Dylan Baker a75ced6d50 modules/rust: inject a C/C++ standard for bindgen 10 months ago
Dylan Baker 05d49c6990 modules/rust: Allow explicitly setting the language to bind 10 months ago
Dylan Baker 6a8330af59 rust/bindgen: Use Meson rules for C++ headers 10 months ago
Dylan Baker bc46ea22f7 modules/i18n: CustomTargets must have `install_dir` if installing 10 months ago
Charles Brunet b290a82541 Fix KeyError in Python module 10 months ago
Eli Schwartz 65ee397f34
cuda module: fully type annotate 10 months ago
Eli Schwartz 5899daf25b
cuda module: use typed_pos_args for most methods 10 months ago
Eli Schwartz 1b15176168
cuda module: inline single-shot function to get compiler version 10 months ago