meson/mesonbuild
Jussi Pakkanen 270f2395d6
Merge pull request #4191 from trilader/feature/projectinfo-from-source
mintro: Allow introspect --projectinfo without build directory
2018-11-27 22:18:13 +02:00
..
backend Remove MinimalRebuild as it is deprecated. Closes #4539. 2018-11-22 22:30:34 +02:00
compilers Remove linkerlike args from compile checks. Closes #4542. 2018-11-27 22:17:38 +02:00
dependencies Fixed unit test (see #4549) 2018-11-27 19:56:40 +02:00
modules pkgconfig: add support for pkgconfig generation for c# 2018-11-21 21:36:39 +02:00
scripts depfixer: Do not try to fix rpaths of dlls 2018-10-25 19:30:02 +03:00
wrap Fix subproject initialization without git installed. 2018-11-22 22:31:54 +02: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
astinterpreter.py AstInterpreter: Stub out more functions 2018-11-26 23:10:53 +01:00
build.py Use first 7 letters of sha256 for subdirectory part of target id 2018-11-22 23:38:40 +02:00
coredata.py Get basic native config file loading working 2018-11-14 15:57:37 -08:00
environment.py environment: detect compilers from native files 2018-11-14 15:57:37 -08:00
interpreter.py interpreter: allow find_program to use the native file 2018-11-14 15:57:37 -08:00
interpreterbase.py Make string division do path joining. 2018-11-02 21:02:25 +02:00
linkers.py Add support for Renesas CC-RX toolchain 2018-11-08 00:02:22 +13:00
mconf.py Sorted arrays alphabetically 2018-11-24 10:57:22 +01:00
mesonlib.py meson: performance optimizethe file object 2018-11-02 21:04:13 +02:00
mesonmain.py Hide 'rewrite' and 'runpython' commands from help 2018-10-04 09:40:21 -04:00
minit.py Use a single ArgumentParser for all subcommands 2018-10-04 09:40:21 -04:00
minstall.py minstall: Do not delete dst files when installing a directory 2018-11-20 22:51:31 +02:00
mintro.py Remove name property from introspect --projectinfo as it is not used 2018-11-26 23:12:00 +01:00
mlog.py Print dependencies being used for compiler checks 2018-10-29 21:44:46 +02:00
mparser.py Interpreter: Add 'continue' and 'break' keywords 2018-10-04 20:14:37 -04:00
msetup.py Get basic native config file loading working 2018-11-14 15:57:37 -08:00
mtest.py Fix flake8 whitespace reports 2018-11-19 21:07:37 +02:00
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 2018-07-25 09:55:16 -04:00
rewriter.py Split AstInterpreter into base class and RewriterInterpreter 2018-11-26 23:10:53 +01:00