aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens1-0/+2
2021-02-09backends: Fix custom_target() with configure_file() exeXavier Claessens1-0/+3
2021-02-09backends: Always use the command returned by as_meson_exe_cmdline()Xavier Claessens1-4/+4
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen1-1/+11
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen1-23/+22
2021-02-05vala: Disable unity buildsDylan Baker1-1/+1
2021-02-05ninjabackend: Remove useless call to replace_paths()Xavier Claessens1-4/+4
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens1-15/+2
2021-02-05run_target: Add env kwargXavier Claessens1-4/+16
2021-02-04xcode-backend: add implicit includesJeff Moguillansky1-0/+11
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-0/+1
2021-01-30Fix executable as script on WindowsXavier Claessens1-31/+38
2021-01-27custom_target: Add env kwargXavier Claessens1-5/+8
2021-01-21Unity build reverts to normal for fortran fixJonas Lundholm Bertelsen1-0/+8
2021-01-20When iterating link_targets, include link_whole_targets too (fortran)Jonas Lundholm Bertelsen1-1/+2
2021-01-17Removal of /ZI on MSVC DebugMarios Staikopoulos1-4/+5
2021-01-13backends/backends: Add type annotations for InstallDataDylan Baker1-27/+36
2021-01-11use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker1-2/+2
2021-01-05mtest: Add support for rust unit testsDylan Baker1-0/+5
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-8/+8
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-14/+15
2021-01-04use OptionKey for compiler_optionsDylan Baker1-8/+7
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-18build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-2/+2
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen1-6/+25
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ1-0/+4
2020-09-20Make meson_exe report pickled command when it failsJon Turney1-0/+1
2020-09-20Improve description of meson wrapped custom commandsJon Turney1-6/+24
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan1-3/+5
2020-09-13Allow installing dir from build dirXavier Claessens1-1/+5
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz1-1/+1
2020-09-10minstall: Add version field to install dataNirbheek Chauhan1-2/+4
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan1-3/+4
2020-09-08typing: more fixesDaniel Mensinger1-7/+11
2020-09-06backends: check external rpaths for all languages using ldflagsJames Hilliard1-2/+2
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini1-2/+10
2020-08-31backends: do not look for extra paths unnecessarilyPaolo Bonzini1-7/+6
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens1-1/+1
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen1-3/+3
2020-07-30backends: fix rpath match patternJames Hilliard1-2/+28
2020-07-28Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-2/+1
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-1/+1
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan1-1/+7
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-05backend: There is no need for 'compiler-specific escaping' anymoreJon Turney1-23/+7
2020-05-19Merge pull request #5986 from dcbaker/fix-tests-with-cross-binary-argumentsJussi Pakkanen1-2/+21