meson/mesonbuild
Jon Turney c72625c2a7
Improve description of meson wrapped custom commands
I've always found ninja reporting 'a meson_exe.py custom command'
unclear and confusing. Instead say we are invoking a custom command,
wrapped by meson, and why.
2020-09-20 12:57:44 +01:00
..
ast Merge pull request #7657 from mensinda/moreTyping 2020-09-09 10:31:52 -07:00
backend Improve description of meson wrapped custom commands 2020-09-20 12:57:44 +01:00
cmake cmake: fix shared_module dependency (fixes #7715) 2020-09-10 06:41:24 +00:00
compilers Some fixes for CompCert 2020-09-18 08:59:39 -07:00
dependencies InternalDependency: Add as_link_whole() method 2020-09-14 20:32:22 -04:00
modules Revert "windows: reduce chance of going over path limit in backend/vs" 2020-09-17 20:39:37 +00:00
scripts externalproject: Fix typing annotation 2020-09-13 17:33:00 -04:00
templates typing: Fix templates 2020-09-08 20:15:58 +02:00
wrap msubprojects: Stop trying to guess subproject type 2020-09-18 03:01:15 +00:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
arglist.py typing: fix code review 2020-09-08 20:15:58 +02:00
build.py pylint: Catch cases of `if len(container)` which should be replaced by `if container` 2020-09-18 14:49:58 -07:00
coredata.py mtest: Check version in the test data after loading 2020-09-10 08:18:16 +00:00
depfile.py Add depfile to configure_file() 2019-09-30 22:17:50 +03:00
envconfig.py envconfig: fix return type of get_env_var_pair 2020-09-16 01:32:19 +03:00
environment.py Add support for the CompCert C Compiler 2020-09-15 21:51:21 +03:00
interpreter.py InternalDependency: Add as_link_whole() method 2020-09-14 20:32:22 -04:00
interpreterbase.py typing: get rid of most T.cast 2020-09-08 20:15:58 +02:00
linkers.py Some fixes for CompCert 2020-09-18 08:59:39 -07:00
mcompile.py mcompile: Add some basic XCode support 2020-09-13 20:44:30 +03:00
mconf.py typing: more fixes 2020-09-08 20:15:58 +02:00
mdist.py environment: use ExternalProgram to find ninja 2020-09-04 15:38:12 +02:00
mesondata.py mdata: Generate mesondata.py from */data folders 2020-07-16 21:03:18 +02:00
mesonlib.py external-project: New module to build configure/make projects 2020-09-13 13:54:47 -04:00
mesonmain.py Add a notice about Python 3.5 support 2020-09-02 10:37:40 +00:00
minit.py typing: fully annotate mcompile, minit, and msetup 2020-09-08 20:15:57 +02:00
minstall.py minstall: Add version field to install data 2020-09-10 12:38:05 +00:00
mintro.py typing: fix code review 2020-09-08 20:15:58 +02:00
mlog.py typing: Add run_mypy.py for easier mypy invocation 2020-09-08 20:15:56 +02:00
mparser.py typing: fix code review 2020-09-08 20:15:58 +02:00
msetup.py mcompile: Add some basic XCode support 2020-09-13 20:44:30 +03:00
msubprojects.py msubprojects: Fix unit tests on Windows 2020-09-18 03:01:15 +00:00
mtest.py mtest: Refactor test data checking 2020-09-10 12:38:05 +00:00
munstable_coredata.py Fix typos found by codespell 2019-11-06 09:55:30 -05:00
optinterpreter.py typing: more fixes 2020-09-08 20:15:58 +02:00
rewriter.py Compiler options per lang 2020-04-20 23:23:15 +03:00