aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens7-8/+139
2021-03-16typed_pos_args: Fix typoXavier Claessens1-2/+2
2021-03-16EnvironmentVariables: Simplify and annotateXavier Claessens3-46/+51
2021-03-14ninjabackend: Use rsp_file_syntax methodDylan Baker3-25/+17
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker4-4/+70
2021-03-14Fix run_targets running scripts from different subdirs.Jussi Pakkanen1-0/+2
2021-03-12interpreter: Cache found dependency before converting for include_typeXavier Claessens1-7/+7
2021-03-12Fix duplicate pkg_config_path entriesTristan Partin1-2/+2
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning1-1/+2
2021-03-10Add tentative FeatureNew guardLaurin-Luis Lehning1-0/+1
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning1-1/+1
2021-03-10Use interpreter exceptions instead of MesonExceptionLaurin-Luis Lehning1-2/+2
2021-03-10Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...Laurin-Luis Lehning1-2/+6
2021-03-10Add support for basic format stringsLaurin-Luis Lehning2-2/+27
2021-03-09dependencies: Add docstring explaining how to write a system dependencyDylan Baker1-0/+149
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen2-1/+9
2021-03-09change RSP quote style decision logicRemi Thebault1-3/+12
2021-03-09Add str.replace() methodTristan Partin1-0/+7
2021-03-08remove unused environment functionEli Schwartz1-4/+0
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä1-1/+1
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt1-1/+1
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen2-9/+11
2021-03-06Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen1-1/+1
2021-03-05Port CUDA module to new API.Olexa Bilaniuk1-11/+23
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker1-8/+8
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz84-730/+730
2021-03-04various python neatness cleanupsEli Schwartz26-91/+91
2021-03-04raw string literals are next to godlinessEli Schwartz3-5/+5
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini1-2/+10
2021-03-04mintro: fix flake8 issuesPaolo Bonzini1-1/+1
2021-03-04Simplify module APIXavier Claessens5-103/+85
2021-03-04interpreter: Fix process_new_values()Xavier Claessens1-7/+3
2021-03-04build: Fix backend typeXavier Claessens1-1/+2
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens1-1/+1
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens2-1/+4
2021-03-02wrap: sha256 digest is not case sensitiveXavier Claessens1-2/+2
2021-03-02fix missing versions with generated sourceRemi Thebault1-0/+6
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte1-1/+1
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini1-18/+21
2021-03-01D add build dir to -J switchRemi Thebault1-2/+6
2021-02-27install_man locale supportJason Woodward4-6/+22
2021-02-26pkg-config: dump all PKG_CONFIG environment variables to simplify debuggingJeff Moguillansky1-2/+4
2021-02-26Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-libraryDylan Baker1-2/+2
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker1-39/+20
2021-02-26rust: a meson -l argument could be etiher a static or dynamic libraryDylan Baker1-2/+2
2021-02-26hdf5: get include directory from config-toolMichael Kuhn1-2/+5
2021-02-26modules/fs: Use typed_pos_argsDylan Baker1-75/+40
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker1-1/+5
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto1-0/+3
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller1-0/+10