meson/mesonbuild
Xavier Claessens 311a07c39a interpreter: Rename dirname to subp_name
dirname is confusing because the name of a subproject does not always
match its directory name, the wrap file can define another directory.
For example foo.wrap will often extract the subproject into foo-1.2
directory, in that case the subproject name is 'foo' and the subproject
directory is 'foo-1.2'.
2020-10-13 17:53:05 -04:00
..
ast ast/introspection: Fix typing violation due to untyped functions 2020-09-24 12:14:13 -07:00
backend Add win_subsystem kwarg. Closes #7765. 2020-10-07 18:55:25 +03:00
cmake cmake: Add cross compilation support 2020-10-13 17:04:19 +02:00
compilers Add win_subsystem kwarg. Closes #7765. 2020-10-07 18:55:25 +03:00
dependencies cmake: Add cross compilation support 2020-10-13 17:04:19 +02:00
modules include_type: Add CMake subporject dependency method (fixes #6879) 2020-10-13 23:51:25 +03:00
scripts exclude generated file from clang-tidy processing 2020-10-12 18:17:15 +03:00
templates typing: Fix templates 2020-09-08 20:15:58 +02:00
wrap pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
__init__.py
_pathlib.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
arglist.py typing: fix code review 2020-09-08 20:15:58 +02:00
build.py Properly handle the case of linking static library with custom targets 2020-10-10 04:28:16 +00:00
coredata.py options: Handle updates to choices in options 2020-10-05 23:10:35 +03:00
depfile.py Add depfile to configure_file() 2019-09-30 22:17:50 +03:00
envconfig.py cmake: Add cross compilation support 2020-10-13 17:04:19 +02:00
environment.py cmake: Add cross compilation support 2020-10-13 17:04:19 +02:00
interpreter.py interpreter: Rename dirname to subp_name 2020-10-13 17:53:05 -04:00
interpreterbase.py Add meson.project_build/source_root() methods 2020-09-28 11:22:38 -04:00
linkers.py linkers: Drop -pie on macOS 2020-10-04 20:16:49 +03:00
mcompile.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
mconf.py typing: more fixes 2020-09-08 20:15:58 +02:00
mdist.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
mesondata.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
mesonlib.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
mesonmain.py Add a notice about Python 3.5 support 2020-09-02 10:37:40 +00:00
minit.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
minstall.py pylint: Turn on warnings for incorrect number of args 2020-09-22 17:57:03 -07:00
mintro.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +02:00
mlog.py pathlib: Fix resolve() by overriding it in Python 3.5 2020-10-04 10:45:48 +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: Handle wrap-file to wrap-git case 2020-10-13 11:12:49 +00:00
mtest.py mtest: Allow filtering tests by subproject 2020-10-13 19:01:15 +03: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