..
backend
Add new builtin option --install-umask
2018-04-18 11:44:54 -07:00
compilers
Merge pull request #3353 from xclaesse/has-link-argument
2018-04-17 23:26:53 +03:00
dependencies
Add partial_dependency method to dependencies
2018-04-17 23:33:31 +03:00
modules
gdbus_codegen: Fix install_dir parameter
2018-04-18 21:15:52 +03:00
scripts
Add new builtin option --install-umask
2018-04-18 11:44:54 -07:00
wrap
new wrap-mode: forcefallback
2018-04-06 23:48:48 +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
Generate target id based on subdirectory instead of subproject
2018-04-16 22:51:34 +01:00
coredata.py
Update default of install-umask to 022
2018-04-18 11:44:54 -07:00
environment.py
Merged Arm CC support.
2018-04-16 23:02:09 +03:00
interpreter.py
Merge pull request #3314 from sarum9in/test_depends
2018-04-18 00:40:52 +03:00
interpreterbase.py
Allow meson build file to exit early. ( #2808 )
2018-03-29 21:29:45 +03:00
linkers.py
Add an OpenMP dependency.
2018-04-17 02:04:37 -04:00
mconf.py
mconf: accept -- options like `meson` does
2018-04-17 11:32:26 -07:00
mesonlib.py
Fix encoding bug on Windows
2018-04-14 21:56:24 +03:00
mesonmain.py
Move builtin_argument_registration to coredata
2018-04-17 11:32:26 -07:00
minit.py
Generate meson.build based on existing source files when meson init is run in a non-empty directory.
2018-03-06 00:05:17 +02:00
mintro.py
introspect: default builddir to . to prevent a crash
2018-04-11 21:43:59 +03:00
mlog.py
Indicate subproject depth in console output
2018-04-13 01:05:54 +00:00
mparser.py
Exit meson with an error if an invalid escape sequence is found in a
2018-04-17 09:55:34 +00:00
mtest.py
improve suite of meson test ( #3369 )
2018-04-14 22:17:02 +03:00
optinterpreter.py
options: s/yiel/yield/ typo
2018-03-20 07:05:24 +00:00
rewriter.py
Always build parser objects anew to avoid leaking old data.
2018-03-27 00:39:45 +03:00