summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)Author
2021-06-29Add feed arg to custom_target()Simon Ser
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-28 build: fix object path for vs backendDenis Fortin
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999
2021-06-22install_*: FileMode doesn't need to be NoneDylan Baker
2021-06-22backend: Headers.install_subdir is allowed to be NoneDylan Baker
2021-06-18holders: remove unholderDaniel Mensinger
2021-06-14backends: fix TestSerialisation.suite annotationsDylan Baker
2021-06-07condense linesEli Schwartz
2021-06-07more f-strings everywhereEli Schwartz
2021-06-02use an immutable list for an lru_cached functionsDylan Baker
2021-05-23Add swift executable support in Xcode.Jussi Pakkanen
2021-05-19backends: use a set for processed targets instead of a dictDylan Baker
2021-04-26introspection: export all sources for custom targetsJason Francis
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen
2021-04-21Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen
2021-04-18Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen
2021-04-18Xcode: fix custom target chaining.Jussi Pakkanen
2021-04-16Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen
2021-04-11Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen
2021-04-10Xcode: Fix source generation.Jussi Pakkanen
2021-04-09Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen
2021-03-26backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitutionXavier Claessens
2021-03-23devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
2021-03-16EnvironmentVariables: Simplify and annotateXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens
2021-02-27install_man locale supportJason Woodward
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-02-18Don't access other enum members from selfMiro HronĨok
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens
2021-02-09backends: Fix custom_target() with configure_file() exeXavier Claessens
2021-02-09backends: Always use the command returned by as_meson_exe_cmdline()Xavier Claessens
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen
2021-02-05vala: Disable unity buildsDylan Baker
2021-02-05ninjabackend: Remove useless call to replace_paths()Xavier Claessens
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-04xcode-backend: add implicit includesJeff Moguillansky
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens
2021-01-30Fix executable as script on WindowsXavier Claessens
2021-01-27custom_target: Add env kwargXavier Claessens
2021-01-21Unity build reverts to normal for fortran fixJonas Lundholm Bertelsen