.. |
backend
|
Fix Xcode backend: Add build dir to SYSTEM_HEADER_SEARCH_PATHS so generated headers can be included/imported in sources
|
2018-10-01 19:22:52 +09:00 |
compilers
|
Verify library directories as either 32-bit or 64-bit
|
2018-10-03 01:01:10 +03:00 |
dependencies
|
Add custom libgcrypt dependency using libgcrypt-config
|
2018-10-03 01:22:59 +03:00 |
modules
|
Merge pull request #4307 from jon-turney/probe-win-rc-type
|
2018-10-03 01:37:43 +03:00 |
scripts
|
Merge pull request #4261 from rossburton/cross
|
2018-09-28 12:56:40 -07:00 |
wrap
|
Add 'clone-recursive' option for git wraps
|
2018-09-16 14:57:56 +03:00 |
__init__.py
|
…
|
|
astinterpreter.py
|
…
|
|
build.py
|
Add conditional debug identifiers for D compilers, and enable for debug builds
|
2018-09-27 17:49:48 +03:00 |
coredata.py
|
Updated version number for new development.
|
2018-09-22 23:36:09 +03:00 |
environment.py
|
environment: Use os.path.basename() when checking mesonlib.meson_command
|
2018-09-25 20:38:35 -07: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 incorrect arch handling in D linkers
|
2018-09-20 19:00:12 +03:00 |
mconf.py
|
Remove useless __main__ in files that cannot be executed
|
2018-08-22 15:15:54 -04:00 |
mesonlib.py
|
mesonlib: use collections.abc for abc types
|
2018-09-20 18:59:16 +03:00 |
mesonmain.py
|
Return code 0 when builddir is already configured
|
2018-09-24 10:58:53 -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 |