aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen1-0/+16
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen1-1/+1
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen1-2/+2
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen1-0/+24
2021-04-11Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen1-2/+6
2021-04-10Xcode: Fix source generation.Jussi Pakkanen1-1/+13
2021-04-09Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen1-4/+7
2021-03-26backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitutionXavier Claessens1-12/+0
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens1-3/+18
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-7/+8
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens1-0/+19
2021-03-16EnvironmentVariables: Simplify and annotateXavier Claessens1-4/+4
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-13/+13
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens1-1/+1
2021-02-27install_man locale supportJason Woodward1-2/+8
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-33/+34
2021-02-18Don't access other enum members from selfMiro Hrončok1-3/+4
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