summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
...
* Xcode: fix custom target chaining.Jussi Pakkanen2021-04-181-2/+2
* Xcode: fix custom targets that produce objs and libs.Jussi Pakkanen2021-04-161-0/+24
* Xcode: fix setting up inlude args for source and build dirs.Jussi Pakkanen2021-04-111-2/+6
* Xcode: Fix source generation.Jussi Pakkanen2021-04-101-1/+13
* Write include dirs with absolute paths in the Xcode backend, relative ones do...Jussi Pakkanen2021-04-091-4/+7
* backends: Remove @PRIVATE_OUTDIR_(ABS)@ substitutionXavier Claessens2021-03-261-12/+0
* devenv: Set GI_TYPELIB_PATH and LD_LIBRARY_PATH (#8548)Xavier Claessens2021-03-231-3/+18
* split program related classes and functions out of dependenciesDylan Baker2021-03-191-7/+8
* Add `meson devenv` command and meson.add_devenv()Xavier Claessens2021-03-161-0/+19
* EnvironmentVariables: Simplify and annotateXavier Claessens2021-03-161-4/+4
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-13/+13
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens2021-03-031-1/+1
* install_man locale supportJason Woodward2021-02-271-2/+8
* minstall: Add --skip-subprojects optionXavier Claessens2021-02-221-33/+34
* Don't access other enum members from selfMiro Hrončok2021-02-181-3/+4
* Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens2021-02-171-0/+2
* backends: Fix custom_target() with configure_file() exeXavier Claessens2021-02-091-0/+3
* backends: Always use the command returned by as_meson_exe_cmdline()Xavier Claessens2021-02-091-4/+4
* Fix exe wrapper detection for run targets.Jussi Pakkanen2021-02-081-1/+11
* Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen2021-02-071-23/+22
|\
| * ninjabackend: Remove useless call to replace_paths()Xavier Claessens2021-02-051-4/+4
| * backend: Do not check for exe wrapper twiceXavier Claessens2021-02-051-15/+2
| * run_target: Add env kwargXavier Claessens2021-02-051-4/+16
* | vala: Disable unity buildsDylan Baker2021-02-051-1/+1
* | xcode-backend: add implicit includesJeff Moguillansky2021-02-041-0/+11
|/
* add_install_script: add skip_if_destdir kwargXavier Claessens2021-01-301-0/+1
* Fix executable as script on WindowsXavier Claessens2021-01-301-31/+38
* custom_target: Add env kwargXavier Claessens2021-01-271-5/+8
* Unity build reverts to normal for fortran fixJonas Lundholm Bertelsen2021-01-211-0/+8
* When iterating link_targets, include link_whole_targets too (fortran)Jonas Lundholm Bertelsen2021-01-201-1/+2
* Removal of /ZI on MSVC DebugMarios Staikopoulos2021-01-171-4/+5
* backends/backends: Add type annotations for InstallDataDylan Baker2021-01-131-27/+36
* use PEP8 style naming for LANGUAGES_USING_* as wellDylan Baker2021-01-111-2/+2
* mtest: Add support for rust unit testsDylan Baker2021-01-051-0/+5
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-8/+8
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-14/+15
* use OptionKey for compiler_optionsDylan Baker2021-01-041-8/+7
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* build: use PIE objects for static libraries if b_staticpic=false but b_pie=truePaolo Bonzini2020-10-181-1/+1
* intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger2020-10-151-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-2/+2
* Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen2020-09-291-6/+25
|\
| * Make meson_exe report pickled command when it failsJon Turney2020-09-201-0/+1
| * Improve description of meson wrapped custom commandsJon Turney2020-09-201-6/+24
* | compilers/VS: fix build to use optimization and debug flagsVili Väinölä2020-09-291-0/+4
|/
* backends: Treat build target as generator only when it's the first argNirbheek Chauhan2020-09-171-3/+5
* Allow installing dir from build dirXavier Claessens2020-09-131-1/+5
* Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz2020-09-111-1/+1
* minstall: Add version field to install dataNirbheek Chauhan2020-09-101-2/+4