11829 Commits (9a8c2d23f1591aa941294d72a95f8857ac84356a)
 

Author SHA1 Message Date
Paolo Bonzini 9a8c2d23f1 interpreter: disallow RunTarget in meson.add_install_script 3 years ago
Paolo Bonzini 36c390e08e interpreter: disallow RunTarget in test 3 years ago
Eli Schwartz 0bc0905210
qt module: add depfile support to moc as well 3 years ago
Eli Schwartz 39ceb67774 docs: fix refman 2.0 regression in correctly describing find_library(has_headers) 3 years ago
Eli Schwartz 4029705cf3 docs: fix some spelling typos 3 years ago
Jussi Pakkanen 96d243ac75 Delete ghwt.py as it is no longer needed or even works. 3 years ago
Jussi Pakkanen 4c1c605c57
Merge pull request #9396 from keszybz/drop-unused-and-unnecessary-printing-code 3 years ago
Xavier Claessens 898bf6e518 python: Better detect when install path is not in sys.path 3 years ago
Zbigniew Jędrzejewski-Szmek 7a5eb6f9aa depfixer: always print the file name in messages 3 years ago
Zbigniew Jędrzejewski-Szmek c2f1d91b8a depfixer: convert unused printing code to debugging functions 3 years ago
Zbigniew Jędrzejewski-Szmek da522efc93 depfixer: f-strings 3 years ago
Dylan Baker f48d75dcae compilers/java: Add no_warn_args and debug_args methods 3 years ago
rusty-snake 5af556e2b8 Fix markdown formating in find_program.yaml 3 years ago
Eli Schwartz 558f9fed9e
fix regression that broke string.format with list objects 3 years ago
Eli Schwartz 1104b82137 fix custom_target with install: true and no install_dir, crashing 3 years ago
Xavier Claessens d23ae8b58e wrap: Fix concurrent os.mkdir() 3 years ago
Jussi Pakkanen 53febd08cd Add tutorial for building an SDL app from scratch. 3 years ago
Xavier Claessens c8d125653d
python.dependency(): Do not stop when first candidate is not found 3 years ago
Dylan Baker 98a9cc079c FAQ: Add entry about `add_project_link_arguments` and multiple languages 3 years ago
Moroz Oleg b72624171b Move language standard in separate method within vsbackend 3 years ago
Олег Мороз 387e846568 Fixes .vcxproj for vs2017 vs2019 3 years ago
Eli Schwartz 038b31e72b
various manual conversion of percent-formatted strings to f-strings 3 years ago
Eli Schwartz bae0fdf64a
fix broken error message that printed formatter codes 3 years ago
Eli Schwartz ab1741659e
fix typoed vs backend token 3 years ago
Eli Schwartz 0f0b1f22d2
coverage generator: obey the documentation and only generate supported outputs 3 years ago
Dylan Baker 86df7dd627 modules/gnome: don't use dict.keys() to test membership 3 years ago
Dylan Baker 83facb3959 modules/gnome: use textwrap.dedent 3 years ago
Dylan Baker ba85c71750 modules/gnome: use envconfig for VAPIGEN 3 years ago
Dylan Baker 35bc0ad22f mesonbuild/module/gnome: remove unused variable 3 years ago
Dylan Baker 2acd22fdb5 modules/gnome: Use typed_pos_args for generate_vapi 3 years ago
Dylan Baker bfd47cdac6 modules/gnome: use typed_pos_args for genmarshal 3 years ago
Dylan Baker 4a426f3649 modules/gnome: use typed_pos_Args for mkenums_simple 3 years ago
Dylan Baker 625fbf5243 modules/gnome: use typed_pos_args for mkenums 3 years ago
Dylan Baker 53a187ba2a modules/gnome: use typed_pos_args for gdbus_codegen 3 years ago
Dylan Baker 3798423563 modules/gnome: use typed_pos_args for gtkdoc_html_dir 3 years ago
Dylan Baker 256d5a71ba modules/gnome: use typed_pos_args for gtkdoc 3 years ago
Dylan Baker 58a592c5b0 modules/gnome: use typed_pos_args for yelp 3 years ago
Dylan Baker f339c33394 modules/gnome: use noPosargs for compile_schemas 3 years ago
Dylan Baker fea24ca174 modules/gnome: use typed_pos_args for generate_gir 3 years ago
Dylan Baker 3dcc712583 modules/gnome: use typed_pos_args for compile_resources 3 years ago
Dylan Baker 31efad6016 modules/gnome: add some type annotations 3 years ago
Dylan Baker 34d3e383ec modules/gnome: clean and sort dependencies 3 years ago
Dylan Baker 526b6b763a build: Add type annotations to BuildTarget.get_all_link_deps 3 years ago
Dylan Baker ac02521954 build: Add annotations to CustomTarget.extra_depends 3 years ago
Dylan Baker b572a7980e build: Add a get_command method to Executable 3 years ago
Dylan Baker eafed4b8ad modules: use IncludeDirs.to_string_list instead of open coding 3 years ago
Dylan Baker 68c1669ae6 build: IncludeDirs extend `to_string_list` method to handle builddir 3 years ago
Dylan Baker 6472f013a1 build: Add type annotations for BuildTarget.include_dirs 3 years ago
Dylan Baker fec7b2c07f interpreter/modules: ModuleReturnValue can hold ExecutableSerialisation 3 years ago
Dylan Baker 09a1528ce0 modules: remove harmful forwarding init methods 3 years ago