aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-25deprecated `meson.get_cross_property`Dylan Baker1-0/+1
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen1-4/+18
2021-02-25interpreter: stop using hasattr for held_objectDylan Baker1-10/+4
2021-02-25interpreter: Fix ObjectHolder usageDylan Baker1-48/+52
2021-02-25interpreterbase: fix ObjectHolderDylan Baker1-3/+3
2021-02-25Support multiple args in error()Xavier Claessens1-23/+12
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp2-19/+41
2021-02-23mcompile: do not pass the builddir to ninja if it is the current directoryEli Schwartz1-1/+3
2021-02-23mcompile: make sure arguments are passed in the correct orderEli Schwartz1-7/+8
2021-02-23rust: replace for loop with any()Dylan Baker1-4/+1
2021-02-23rust: fix linking with external dependenciesDylan Baker1-0/+17
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk1-0/+6
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens9-77/+111
2021-02-19Fix combining C and Fortran. Closes #8377.Jussi Pakkanen1-2/+5
2021-02-19[TAP] Fix TAP parser when test exits with statusLuke Drummond1-0/+1
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker1-16/+12
2021-02-18environment: Allow setting build options in cross filesDylan Baker1-4/+11