meson/mesonbuild
Dylan Baker 1513aa437d compilers: move split_shlib_to_parts to the base compiler
Only the GnuLikeCompiler overrides this, and it's implemented multiple
places
2020-10-01 15:05:00 -07:00
..
ast ast/introspection: Fix typing violation due to untyped functions 2020-09-24 12:14:13 -07:00
backend Merge pull request #7762 from jon-turney/meson-exe-output-improve 2020-09-29 19:28:51 +03:00
cmake typing: fully annotate cmake.interpreter 2020-09-28 13:54:04 +02:00
compilers compilers: move split_shlib_to_parts to the base compiler 2020-10-01 15:05:00 -07:00
dependencies dependencies/curses: don't try ncurses-config or system dependency on windows 2020-09-29 15:00:51 -07:00
modules windows: reduce chance of going over path limit in backend/vs 2020-09-28 12:34:12 +00:00
scripts Make meson_exe report pickled command when it fails 2020-09-20 12:57:50 +01: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: turn on bad-indentation error 2020-09-22 17:57:03 -07:00
coredata.py dependencies/hdf5: Use the correct compilers for the machine 2020-09-25 11:11:46 -07: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 compilers/cpp: Add type annotations 2020-10-01 15:05:00 -07:00
interpreter.py Add meson.project_build/source_root() methods 2020-09-28 11:22:38 -04:00
interpreterbase.py Add meson.project_build/source_root() methods 2020-09-28 11:22:38 -04:00
linkers.py compilers: Tell mypy that the compiler mixins are just that 2020-09-24 12:14:13 -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 mdist: actually constrain the choices of the --formats option 2020-09-22 16:58:08 -07:00
mesondata.py mdata: Generate mesondata.py from */data folders 2020-07-16 21:03:18 +02:00
mesonlib.py compilers/compilers: Fully type annotate 2020-09-24 12:14:13 -07: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 pylint: Turn on warnings for incorrect number of args 2020-09-22 17:57:03 -07: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 pylint: turn on bad-indentation error 2020-09-22 17:57:03 -07:00
rewriter.py Compiler options per lang 2020-04-20 23:23:15 +03:00