meson/mesonbuild
Paolo Borelli 83c5c738dd Try to be locale-independent when we match VS output
Different locales have a different number of ':' in the string
we want to match. Closes #1639.
2017-04-29 12:35:47 +03:00
..
backend Try to be locale-independent when we match VS output 2017-04-29 12:35:47 +03:00
modules Stricter evaluation of deps. Closes #1648. 2017-04-21 13:01:36 +03:00
scripts Drop terminating fullstop from "Installing blah to blah" messages 2017-04-19 16:11:37 +03:00
wrap wrap: pass -C to git when resolving submodules 2017-04-25 19:40:23 +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 Use linked-libraries to decide what linker to use 2017-04-21 10:15:18 -07:00
compilers.py Always pass cross-file {lang}_args to compiler checks 2017-04-27 18:36:54 +03:00
coredata.py Bumped version number for new development. 2017-04-28 21:38:25 +03:00
dependencies.py dependencies: qt: qmake method: prefer QT_HOST_BINS over QT_INSTALL_BINS 2017-04-29 12:23:49 +03:00
environment.py Don't use dict.keys() to check membership 2017-04-28 22:42:39 +03:00
interpreter.py configure_file: Accept output of configure_file as input 2017-04-22 00:21:25 +05:30
interpreterbase.py Fix an uninitialized variable access error. 2017-02-02 19:39:33 +02:00
mconf.py Add option to mesonconf to wipe cached data. 2017-01-23 21:01:34 +02:00
mesonlib.py Don't use dict.keys() to check membership 2017-04-28 22:42:39 +03:00
mesonmain.py Make it possible to only do unity builds on subprojects. 2017-04-15 18:28:36 +03:00
mintro.py mesonintrospect: Normalize install_filename in the output 2017-02-18 02:38:54 +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