meson/mesonbuild
Daniel Pirch 6ecd31af19 wraptool: fix manual selection of wrap file to promote
Fixed manually promoting wrap files with a full path, e.g.
`meson wrap promote subprojects/s1/subprojects/projname.wrap`,
which resulted in an error before (new test added:
`./run_unittests.py AllPlatformTests.test_subproject_promotion_wrap`).

Additionally, running promote with an invalid subproject path now fails
properly. Before, it just silently did nothing (added to test:
`./run_unittests.py AllPlatformTests.test_subproject_promotion`).
2018-08-17 00:33:38 +03:00
..
backend Unconditionally use get_gui_app_args() 2018-08-15 06:17:58 -07:00
compilers Unconditionally use get_gui_app_args() 2018-08-15 06:17:58 -07:00
dependencies Merge pull request #3657 from jon-turney/consolidate-dependency-check-report 2018-08-11 06:30:06 -07:00
modules gnome: Filter LDFLAGS passed to g-ir-scanner 2018-08-15 06:16:35 -07:00
scripts gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307 2018-08-07 04:42:03 -07:00
wrap wraptool: fix manual selection of wrap file to promote 2018-08-17 00:33:38 +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 Call it gnu_symbol_visibility instead. 2018-08-09 19:46:49 +03:00
coredata.py Added install target to VS. Closes #3841. 2018-07-22 16:05:09 +03:00
environment.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 2018-08-14 23:04:43 +03:00
interpreter.py Fix yielding when subproject option type is different 2018-08-14 23:06:55 +03:00
interpreterbase.py interpreter: Add support for dict addition 2018-08-14 23:46:42 +03:00
linkers.py Adding a new AR Linker Class for the ARM Compiler. (#3949) 2018-08-14 23:04:43 +03:00
mconf.py mconf: Take only one optional builddir arg that defaults to '.' 2018-06-06 20:02:37 +00:00
mesonlib.py PkgConfigDependency: Fix library path search order 2018-08-08 05:45:45 -07:00
mesonmain.py Install meson.exe as the entrypoint on Windows 2018-08-11 03:19:57 +05:30
minit.py Call it gnu_symbol_visibility instead. 2018-08-09 19:46:49 +03:00
minstall.py install_subdir: Also copy dangling symlinks 2018-08-15 04:57:23 -07: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 Print only custom env vars in the test log for each test 2018-08-11 09:15:05 -07:00
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