..
ast
ast: Handle NotNode
2020-05-23 18:13:25 +02:00
backend
compilers: Return CompilerArgs from compiler instance
2020-06-22 12:06:10 -07:00
cmake
Merge pull request #7231 from mensinda/cmOverride
2020-07-01 00:04:08 +03:00
compilers
arglist: Split the C/C++ specifics parts into a subclass for CLike
2020-06-22 12:06:10 -07:00
dependencies
Use cmake args also when calling get_cmake_info
2020-06-14 15:33:14 +02:00
modules
Merge pull request #7231 from mensinda/cmOverride
2020-07-01 00:04:08 +03:00
scripts
Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.py, as well as enclose everything in a run() function so it can be called by `meson --internal cmake_run_ctgt ...`. Also, include mesonbuild/cmake/data/ in the msi package.
2020-06-30 23:50:10 +03:00
templates
cuda: Fix meson template ( fixes #6869 )
2020-04-01 20:38:49 +03:00
wrap
find_program: Fallback if a wrap file provide the program name
2020-07-01 09:51:57 -04:00
__init__.py
…
arglist.py
arglist: Fix remaining mypy errors and warnings
2020-06-22 12:06:10 -07:00
build.py
Merge pull request #7123 from dcbaker/use-feature-deprecated
2020-05-22 17:08:44 +03:00
coredata.py
envconfig: Add [constants] section in machine files
2020-06-29 20:16:21 +03:00
depfile.py
Add depfile to configure_file()
2019-09-30 22:17:50 +03:00
envconfig.py
envconfig: Add [constants] section in machine files
2020-06-29 20:16:21 +03:00
environment.py
envconfig: Add [constants] section in machine files
2020-06-29 20:16:21 +03:00
interpreter.py
find_program: Fallback if a wrap file provide the program name
2020-07-01 09:51:57 -04:00
interpreterbase.py
use FeatureNew.single_use
2020-05-14 12:15:03 -07:00
linkers.py
SolarisDynamicLinker: add get_asneeded_args() & get_pie_args()
2020-06-22 15:02:19 -07:00
mcompile.py
Added ability to specify target in `meson compile`
2020-06-29 19:54:38 +03:00
mconf.py
mconf: Fix regression when printing all options
2020-06-18 17:39:43 +03:00
mdist.py
mdist: Filter out buildtype to avoid warning
2020-06-13 11:02:19 +00:00
mesonlib.py
Updated to resolve issue identifying SGI CPUs on IRIX systems
2020-06-10 22:16:14 +03:00
mesonmain.py
switch python2 %s for python3 .format
2020-04-21 00:16:21 +03:00
minit.py
update meson init info message. [skip ci]
2020-06-21 22:34:12 +03:00
minstall.py
Let .pc files specify rpath.
2020-05-16 20:25:58 +00:00
mintro.py
mintro: typings again x2
2020-06-12 10:45:30 -07:00
mlog.py
Make colourize_console() a function
2020-04-30 20:11:31 +01:00
mparser.py
ast: Add AST JSON printer
2020-05-23 18:13:16 +02:00
msetup.py
Fix symlink deletion with --wipe option
2020-04-29 18:55:17 +03:00
msubprojects.py
Cherry-picking - (rm python2 % add python3 .format) ( #6725 )
2020-03-03 21:45:43 +02:00
mtest.py
pass exe_wrapper to test scripts through the environment
2020-05-18 13:53:58 -07:00
munstable_coredata.py
Fix typos found by codespell
2019-11-06 09:55:30 -05:00
optinterpreter.py
opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1
2020-05-26 13:48:26 -04:00
rewriter.py
Compiler options per lang
2020-04-20 23:23:15 +03:00