..
backend
Sprinkle functools.lru_cache() in a few more places
2018-09-11 10:19:42 -07:00
compilers
Implement thread linker args for D compilers
2018-09-16 20:31:04 +03:00
dependencies
Refactor D target architecture handling
2018-09-14 05:18:50 +03:00
modules
gnome.gtkdoc: Fix dependencies compile_args in gtkdoc
2018-09-17 21:27:02 +03:00
scripts
Merge pull request #4016 from thiblahute/hotdoc
2018-08-29 21:18:26 +03:00
wrap
Add 'clone-recursive' option for git wraps
2018-09-16 14:57:56 +03: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
Fix flake8 whitespace reports
2018-09-13 20:33:17 +03:00
coredata.py
New numbering scheme for pre-release versions. [skip ci]
2018-09-13 22:20:48 +03:00
environment.py
Fix ICC on macOS
2018-09-16 18:27:19 +03:00
interpreter.py
Fix version check when passing feature option to find_installation()
2018-09-17 11:37:14 -04:00
interpreterbase.py
interpreter: Add support for dict addition
2018-08-14 23:46:42 +03:00
linkers.py
D: Fix linker detection when static linker is missing
2018-09-13 22:07:19 +03:00
mconf.py
Remove useless __main__ in files that cannot be executed
2018-08-22 15:15:54 -04:00
mesonlib.py
Fix incorrect feature check warning
2018-09-16 00:46:50 +03:00
mesonmain.py
mesonmain: Add --reconfigure argument
2018-09-05 12:54:19 -04:00
minit.py
Call it gnu_symbol_visibility instead.
2018-08-09 19:46:49 +03:00
minstall.py
Revert symlink copy behaviour. Closes #4069 .
2018-08-23 21:53:38 -07:00
mintro.py
Remove useless __main__ in files that cannot be executed
2018-08-22 15:15:54 -04:00
mlog.py
Add --fatal-meson-warnings command line option
2018-09-04 09:01:39 -04:00
mparser.py
Warn for future keyword ( #3908 )
2018-07-27 14:31:54 +03:00
mtest.py
Guard against the process redirecting stdout. Closes #3967 .
2018-09-06 19:19:32 +03:00
optinterpreter.py
UserFeatureOption: Default to 'auto' when no value specified
2018-07-25 09:55:16 -04:00
rewriter.py
Always build parser objects anew to avoid leaking old data.
2018-03-27 00:39:45 +03:00