aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-07-01wrap: Add 'provide' sectionXavier Claessens2-12/+54
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-0/+8
2020-07-01Merge pull request #7231 from mensinda/cmOverrideJussi Pakkanen5-20/+223
2020-06-30Move mesonbuild/cmake/data/run_ctgt.py to mesonbuild/scripts/cmake_run_ctgt.p...georgev933-101/+103
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens1-1/+1
2020-06-29envconfig: Add [constants] section in machine filesXavier Claessens3-42/+68
2020-06-29Added ability to specify target in `meson compile`TheQwertiest1-30/+179
2020-06-28Added ability to pass arguments to backend in `meson compile`TheQwertiest1-10/+25
2020-06-26wrap: add user agent when downloading filesEli Schwartz1-1/+3
2020-06-24pkgconfig: Add missing cflags in uninstalled filesXavier Claessens1-16/+11
2020-06-22SolarisDynamicLinker: add get_asneeded_args() & get_pie_args()Alan Coopersmith1-0/+7
2020-06-22symbolextractor: Add support for SolarisAlan Coopersmith1-0/+9
2020-06-22arglist: Fix remaining mypy errors and warningsDylan Baker1-5/+4
2020-06-22arglist: Split the C/C++ specifics parts into a subclass for CLikeDylan Baker2-78/+71
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker8-44/+55
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker8-379/+411
2020-06-22compilers: Add missing annotations to CompilerArgs classDylan Baker1-16/+14
2020-06-22compilers: Use enum for for deupdlication returns in CompilerArgsDylan Baker1-27/+36
2020-06-21mcompile: Add --verbose modeIgor Raits1-1/+10
2020-06-21wrap: Add patch_directory supportXavier Claessens1-12/+20
2020-06-21compiler: add 'force_align_arg_pointer' function attributeTim-Philipp Müller1-0/+2
2020-06-21Merge pull request #7359 from dcbaker/submit/2020-06/sh4Jussi Pakkanen1-2/+3
2020-06-21update meson init info message. [skip ci]Michael Brockus1-2/+2
2020-06-19envconfig: Add support SuperH SH-4Dylan Baker1-2/+3
2020-06-18Merge pull request #7196 from cconverse711/llvm-covJussi Pakkanen3-14/+53
2020-06-18mconf: Fix regression when printing all optionsXavier Claessens1-8/+8
2020-06-17coverage: llvm-cov supportCary Converse3-14/+53
2020-06-16interpreter: Allow dependecy or subproject name in force_fallback_forXavier Claessens1-3/+6
2020-06-16interpreter: Avoid new feature warning when using old has_exe_wrapper()Xavier Claessens1-1/+4
2020-06-16interpreter: add support for --force-fallback-forMathieu Duponchelle2-2/+10
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16Update mesonbuild/modules/gnome.pyXavier Claessens1-1/+1
2020-06-16gnome: Add fatal_warnings kwarg to generate_gir()Xavier Claessens1-2/+11
2020-06-15environment: fallback regex for versions like 2020.01Michael Hirsch1-2/+8
2020-06-15Add exception handling to be also written to the VS project xmlVili Väinölä1-0/+12
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan2-2/+8
2020-06-14Use cmake args also when calling get_cmake_infoVili Väinölä1-4/+4
2020-06-13cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger1-7/+6
2020-06-13Also adjust PATH in gtkdochelper for CygwinJon Turney1-3/+5
2020-06-13Include the dep itself in extra_paths for WindowsJon Turney1-0/+1
2020-06-13Handle multiple substitutions in eval_custom_target_command()Jon Turney1-29/+30
2020-06-13cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger2-4/+9
2020-06-13mdist: Filter out buildtype to avoid warningNirbheek Chauhan1-1/+1
2020-06-12dependencies: Add a couple of type annotationsDylan Baker1-2/+3
2020-06-12dependencies: Don't allow using the default binary for host on cross compilesDylan Baker2-5/+5
2020-06-12dependencies: Don't try to find a binary by "default_path" when cross compilingDylan Baker1-4/+7
2020-06-12cmake: Use shared find_external_program instead of open codingDylan Baker1-22/+5
2020-06-12dependencies: Split search_tool out of ExternalDependencyDylan Baker2-24/+29
2020-06-12mintro: typings again x2TheQwertiest1-1/+1
2020-06-12mintro: more typing shenanigansTheQwertiest1-1/+1