summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning
2021-03-10Use interpreter exceptions instead of MesonExceptionLaurin-Luis Lehning
2021-03-10Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...Laurin-Luis Lehning
2021-03-10Add support for basic format stringsLaurin-Luis Lehning
2021-03-09dependencies: Add docstring explaining how to write a system dependencyDylan Baker
2021-03-09Add address sanitizer support for Visual Studio.Jussi Pakkanen
2021-03-09change RSP quote style decision logicRemi Thebault
2021-03-09Add str.replace() methodTristan Partin
2021-03-08remove unused environment functionEli Schwartz
2021-03-08Add /Od flag to msvc optimization 0 argsVili Väinölä
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen
2021-03-06Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen
2021-03-05Port CUDA module to new API.Olexa Bilaniuk
2021-03-04compilers: Use EnvironmentException not EnvironmentError/OSErrorDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-03-04raw string literals are next to godlinessEli Schwartz
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini
2021-03-04mintro: fix flake8 issuesPaolo Bonzini
2021-03-04Simplify module APIXavier Claessens
2021-03-04interpreter: Fix process_new_values()Xavier Claessens
2021-03-04build: Fix backend typeXavier Claessens
2021-03-03pkgconfig: Add missing permitted kwargsXavier Claessens
2021-03-03Windows Subsystem for Linux can run .exe without mono interpreterXavier Claessens
2021-03-02wrap: sha256 digest is not case sensitiveXavier Claessens
2021-03-02fix missing versions with generated sourceRemi Thebault
2021-03-02exernal_project: Fix default cross compile parametersLeif Middelschulte
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini
2021-03-01D add build dir to -J switchRemi Thebault
2021-02-27install_man locale supportJason Woodward
2021-02-26pkg-config: dump all PKG_CONFIG environment variables to simplify debuggingJeff Moguillansky
2021-02-26Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-libraryDylan Baker
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker
2021-02-26rust: a meson -l argument could be etiher a static or dynamic libraryDylan Baker
2021-02-26hdf5: get include directory from config-toolMichael Kuhn
2021-02-26modules/fs: Use typed_pos_argsDylan Baker
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller
2021-02-25deprecated `meson.get_cross_property`Dylan Baker
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen
2021-02-25interpreter: stop using hasattr for held_objectDylan Baker
2021-02-25interpreter: Fix ObjectHolder usageDylan Baker
2021-02-25interpreterbase: fix ObjectHolderDylan Baker
2021-02-25Support multiple args in error()Xavier Claessens
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp
2021-02-23mcompile: do not pass the builddir to ninja if it is the current directoryEli Schwartz
2021-02-23mcompile: make sure arguments are passed in the correct orderEli Schwartz
2021-02-23rust: replace for loop with any()Dylan Baker