meson/mesonbuild
Jon Turney 82bdf07a9d
Hoist trying several dependency detection methods up to find_external_dependency()
find_external_dependency() now makes and iterates over a list of callables
which are constructors with bound arguments for the dependency objects we
are going to attempt to make, so we can consolidate reporting on these
attempts and handling failures in that function.
2018-08-01 14:25:58 +01:00
..
backend custom targets: Add a 'console' kwarg for long-running commands 2018-07-31 19:38:54 +03:00
compilers Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks 2018-07-31 19:33:06 +03:00
dependencies Hoist trying several dependency detection methods up to find_external_dependency() 2018-08-01 14:25:58 +01:00
modules Merge pull request #3799 from rossburton/gtkdoc 2018-07-31 19:37:00 +03:00
scripts Merge pull request #3799 from rossburton/gtkdoc 2018-07-31 19:37:00 +03:00
wrap wraptool: Convert to argparse 2018-06-06 20:02:37 +00: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 custom targets: Add a 'console' kwarg for long-running commands 2018-07-31 19:38:54 +03:00
coredata.py Added install target to VS. Closes #3841. 2018-07-22 16:05:09 +03:00
environment.py Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks 2018-07-31 19:33:06 +03:00
interpreter.py custom targets: Add a 'console' kwarg for long-running commands 2018-07-31 19:38:54 +03:00
interpreterbase.py Print a more usable message when a subproject fails to configure 2018-07-07 04:33:24 -07:00
linkers.py ArLinker: Use response files on Windows 2018-06-25 16:12:35 +00:00
mconf.py mconf: Take only one optional builddir arg that defaults to '.' 2018-06-06 20:02:37 +00:00
mesonlib.py Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks 2018-07-31 19:33:06 +03:00
mesonmain.py Fix directory verification. Closes #3857. 2018-07-09 23:14:59 +02:00
minit.py Use visual studio solution directories 2018-04-17 23:41:03 +02:00
minstall.py Fix pkexec command for installation via polkit 2018-07-04 15:21:42 +00:00
mintro.py macos: Rewrite install_name for dependent built libraries on install 2018-06-18 06:33:23 +00:00
mlog.py Print a more usable message when a subproject fails to configure 2018-07-07 04:33:24 -07:00
mparser.py Warn for future keyword (#3908) 2018-07-27 14:31:54 +03:00
mtest.py cross: Be more permissive about not-found exe_wrapper 2018-07-09 05:39:40 +05:30
optinterpreter.py UserFeatureOption: Default to 'auto' when no value specified 2018-07-25 09:55:16 -04:00
rewriter.py Always build parser objects anew to avoid leaking old data. 2018-03-27 00:39:45 +03:00