..
backend
Merge pull request #2764 from mesonbuild/generatorpath
2018-01-13 19:00:38 +02:00
compilers
Print warning when linker arguments are passed to has_argument
2018-01-30 06:34:34 +11:00
dependencies
dependencies: Allow setting config-tool binaries in cross file
2018-01-30 06:45:58 +11:00
modules
Merge pull request #2955 from xclaesse/unfound
2018-01-22 00:15:29 +02:00
scripts
Echo coverage report uris after generation. Fixes #2805 .
2018-01-30 06:35:03 +11:00
wrap
Add promote to list of wrap commands.
2018-01-06 15:48:43 +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
cleanup: Remove redundant parentheses
2017-01-18 21:22:47 +02:00
build.py
Merge pull request #2764 from mesonbuild/generatorpath
2018-01-13 19:00:38 +02:00
coredata.py
Bump minimum supported Python from 3.4 to 3.5.
2018-01-04 21:29:02 +02:00
environment.py
Correct spelling mistakes.
2018-01-19 15:53:00 +02:00
interpreter.py
Removed two deprecations from 2016.
2018-01-17 22:12:43 +02:00
interpreterbase.py
Use location formatting in mlog.warning() for invalid kwarg warning
2018-01-01 13:21:01 +00:00
linkers.py
haiku: do not add pthread arguments
2017-12-07 09:35:12 -08:00
mconf.py
mconf: print choices of base options
2017-11-27 20:54:03 +02:00
mesonlib.py
dump_conf_header should rewrite file only if modified (just like do_conf_file) ( #2952 )
2018-01-30 06:33:38 +11:00
mesonmain.py
Removed duplicate if branch.
2018-01-18 19:39:22 +02:00
minit.py
Add unit test that checks that the sample projects compile.
2017-12-31 23:24:29 +02:00
mintro.py
Fix `array` type name
2017-12-07 21:31:50 +02:00
mlog.py
Consolidate warning location formatting in mlog.warning()
2018-01-01 13:20:55 +00:00
mparser.py
Consolidate warning location formatting in mlog.warning()
2018-01-01 13:20:55 +00:00
mtest.py
mtest: Chdir into the build directory before running tests with -C
2017-11-30 22:19:54 +02:00
optinterpreter.py
Warn on unknown command line arguments
2017-12-19 10:10:40 -08:00
rewriter.py
Print correct command in help message
2017-11-09 21:12:34 +02:00