.. |
backend
|
Allow link_depends to take strings, Files or generated objects. Closes #1172
|
2017-05-08 20:59:46 +02:00 |
modules
|
Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadir
|
2017-05-03 18:51:55 +03:00 |
scripts
|
Use American English: behaviour -> behavior
|
2017-05-04 22:09:27 +03:00 |
wrap
|
Don't use len() to test emptiness vs not emptiness
|
2017-05-02 21:57:26 +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
|
Allow link_depends to take strings, Files or generated objects. Closes #1172
|
2017-05-08 20:59:46 +02:00 |
compilers.py
|
compilers: Don't add line comments to pre-processed output
|
2017-05-05 17:42:30 +05:30 |
coredata.py
|
Bumped version number for new development.
|
2017-04-28 21:38:25 +03:00 |
dependencies.py
|
pkgconfig dependency: Define version_reqs at the start
|
2017-05-09 14:23:15 +05:30 |
environment.py
|
More strict eval.
|
2017-05-01 19:30:55 +03:00 |
interpreter.py
|
interpreter: Typo in error message
|
2017-05-09 14:23:15 +05:30 |
interpreterbase.py
|
Don't use len() to test emptiness vs not emptiness
|
2017-05-02 21:57:26 +03:00 |
mconf.py
|
Don't use len() to test emptiness vs not emptiness
|
2017-05-02 21:57:26 +03:00 |
mesonlib.py
|
Don't use dict.keys() to check membership
|
2017-04-28 22:42:39 +03:00 |
mesonmain.py
|
Merge pull request #1587 from mesonbuild/tingping/msgfmt-datadir
|
2017-05-03 18:51:55 +03:00 |
mintro.py
|
mesonintrospect: Print all deps, not just those with the same name
|
2017-05-09 14:23:15 +05:30 |
mlog.py
|
Add an option to dependencies called 'method'. This can be used to
|
2017-04-09 03:31:39 -04:00 |
mparser.py
|
Added missing argument to a few function calls. Closes #1647.
|
2017-04-21 13:01:19 +03:00 |
optinterpreter.py
|
Allow option values to contain ':'
|
2017-04-04 23:41:23 +05:30 |