meson/mesonbuild
Jussi Pakkanen 4a37baf3c5 Fixed the remaining modules. 2017-06-26 21:10:27 +03:00
..
backend Split linkers out from compilers.py 2017-06-22 20:09:58 +01:00
compilers Split out languages from compilers.py 2017-06-23 00:42:41 +01:00
dependencies Fix a stray variable renaming. Closes #1952. 2017-06-18 03:48:59 +03:00
modules Fixed the remaining modules. 2017-06-26 21:10:27 +03:00
scripts Merge pull request #1920 from QuLogic/hg-dist 2017-06-21 04:48:29 -04:00
wrap Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +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 Merge pull request #1922 from acfoltzer/rust-improvements 2017-06-22 06:12:27 -04:00
coredata.py Bump version number for new development. 2017-06-20 00:14:40 +03:00
environment.py Split out languages from compilers.py 2017-06-23 00:42:41 +01:00
interpreter.py Removed in_builddir from public usage as it is an internal feature that was visible by accident. 2017-06-26 21:10:27 +03:00
interpreterbase.py Moved func_ methods from base class to Interpreter. 2017-06-26 21:10:27 +03:00
linkers.py Split linkers out from compilers.py 2017-06-22 20:09:58 +01:00
mconf.py Remove unused variables. 2017-05-17 04:41:54 -04:00
mesonlib.py Create helper function for a rmtree that works reliably on Windows. 2017-05-21 21:47:24 +03:00
mesonmain.py Add an env var to force meson to print a backtrace 2017-06-09 20:21:01 +05:30
mintro.py Storage object has changed so use values(). Closes #1963. 2017-06-19 16:45:09 -04:00
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