.. |
backend
|
Merge pull request #3225 from filbranden/fixperms3
|
2018-04-26 23:14:00 +03:00 |
compilers
|
CCompiler: Do not call to_native() twice
|
2018-04-19 11:37:35 +00:00 |
dependencies
|
Don't fail on not-required not-found deps in forcefallback mode
|
2018-04-21 16:10:03 +03:00 |
modules
|
modules/python: add some more options around path and config_vars
|
2018-04-21 19:50:53 +02: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
|
extract_all_objects: Add 'recursive' keyword argument
|
2018-04-18 14:54:52 -04:00 |
coredata.py
|
Merge pull request #3225 from filbranden/fixperms3
|
2018-04-26 23:14:00 +03:00 |
environment.py
|
Merged Arm CC support.
|
2018-04-16 23:02:09 +03:00 |
interpreter.py
|
interpreter: Verify permitted kwargs on all methods
|
2018-04-26 00:01:48 +03:00 |
interpreterbase.py
|
interpreter: Verify permitted kwargs on all methods
|
2018-04-26 00:01:48 +03:00 |
linkers.py
|
Add an OpenMP dependency.
|
2018-04-17 02:04:37 -04:00 |
mconf.py
|
Add install_umask to list of options of `meson configure`
|
2018-04-25 14:11:06 -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
|
Use visual studio solution directories
|
2018-04-17 23:41:03 +02:00 |
mintro.py
|
introspect: default builddir to . to prevent a crash
|
2018-04-11 21:43:59 +03:00 |
mlog.py
|
interpreter: Verify permitted kwargs on all methods
|
2018-04-26 00:01:48 +03:00 |
mparser.py
|
Remove escaping for triple-quoted strings
|
2018-04-21 22:57:19 +03: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 |