meson/mesonbuild
Olexa Bilaniuk 05e217caa5 Fixed SyntaxError in itstool invocation in yelphelper.py during
installation.

During a `python3.4 setup.py install`, the yelphelper.py script errors
out with: "SyntaxError: can use starred expression only as assignment
target". Fix this problem.
2016-11-12 13:06:16 -05:00
..
backend Fix regex used in custom target evaluation 2016-11-12 11:51:37 -05:00
modules qt4, qt5 modules: Improve moc/uic/rcc detection 2016-11-11 01:51:02 +05:30
scripts Fixed SyntaxError in itstool invocation in yelphelper.py during 2016-11-12 13:06:16 -05:00
wrap add support of mercurial repo for wrap,… (#937) 2016-10-20 00:10:00 +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
build.py Implement mlog.warning and use it everywhere for warnings 2016-11-08 17:43:24 -05:00
compilers.py Merge pull request #1027 from centricular/has-header-prefix 2016-11-12 12:16:16 -05:00
coredata.py Added reconfigure target that always reruns Meson. 2016-11-06 09:10:04 -08:00
dependencies.py qt deps: New abstract impl and several fixes 2016-11-11 01:51:02 +05:30
environment.py environment: Use GNU defines to get version of c, c++, objc and fortran 2016-11-11 08:11:43 -02:00
interpreter.py Merge pull request #1027 from centricular/has-header-prefix 2016-11-12 12:16:16 -05:00
mconf.py A few sysconf fixes. 2016-11-02 12:11:47 -07:00
mesonlib.py mesonlib: close file before (re)moving 2016-10-27 10:52:00 -07:00
mesonmain.py Create target directory if it does not exist. Closes #935. 2016-11-09 11:26:04 -05:00
mintro.py Exposes the install names of targets in introspection. Closes #829. 2016-10-30 06:46:08 -07:00
mlog.py Implement mlog.warning and use it everywhere for warnings 2016-11-08 17:43:24 -05:00
mparser.py Add support to integer modulo operator 2016-09-02 18:52:45 +01:00
optinterpreter.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00