meson/mesonbuild
Dylan Baker cc28eba8d0 Add factory to ConfigToolDependency
Some dependencies can be detected multiple ways, such as a config tool
and pkg-config. For pkg-config a new PkgConfigDependency is created and
used to check for the dependency, config tool dependencies are handled
ad-hoc. This allows the ConfigToolDependency to be used in the same way
that PkgConfigDependency is.
2017-11-23 19:54:48 -08:00
..
backend Review fixes. 2017-11-21 23:29:06 +02:00
compilers Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-static 2017-11-15 22:51:34 +02:00
dependencies Add factory to ConfigToolDependency 2017-11-23 19:54:48 -08:00
modules Changed code to use detected executables rather than hardcoding sys.executable. 2017-11-20 23:08:17 +02:00
scripts Review fixes. 2017-11-21 23:29:06 +02:00
wrap Merge pull request #2373 from leiflm/svn-wraps 2017-10-01 01:21:12 +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 compilers: Improve manual library searching 2017-11-11 23:06:48 +05:30
coredata.py Allow prefix to be the root directory 2017-11-23 21:58:08 +02:00
environment.py Review fixes. 2017-11-21 23:29:06 +02:00
interpreter.py Check keyword arguments for dependency 2017-11-19 18:27:27 +02:00
interpreterbase.py Allow CustomTarget's to be indexed 2017-09-27 22:01:24 +03:00
linkers.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
mconf.py Print correct command in help message 2017-11-09 21:12:34 +02:00
mesonlib.py Try harder to find meson.py. Closes #2672. 2017-11-23 20:48:44 +02:00
mesonmain.py Make the full test suite runnable with an external command. 2017-11-20 23:14:45 +02:00
mintro.py Print correct command in help message 2017-11-09 21:12:34 +02:00
mlog.py logging: Print location of log file on error 2017-09-14 18:29:30 +03:00
mparser.py Do not permit invalid and/or nodes to be declared. Closes #1886. 2017-06-25 21:43:38 +03:00
mtest.py More defensive process killing. Closes #2629. 2017-11-19 18:20:41 +02:00
optinterpreter.py coredata: Remove parse_string() method 2017-11-06 20:55:05 +02:00
rewriter.py Print correct command in help message 2017-11-09 21:12:34 +02:00