aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-02Refactor subdir visitation to track files instead of dirs.subdirrefacJussi Pakkanen5-9/+22
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-01docs/faq: Add a section on user defined functions and macros [skip ci]Dylan Baker1-1/+78
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini2-18/+27
2021-03-01D add build dir to -J switchRemi Thebault1-2/+6
2021-02-28Require Windows 10 or newer for the MSI package. [skip ci]Jussi Pakkanen1-0/+12
2021-02-28Add filecmp to list of bundled modules. Closes #8431. [skip ci]Jussi Pakkanen1-0/+1
2021-02-28Remove remnants of 32 bit support. [skip ci]Jussi Pakkanen1-8/+4
2021-02-27Merge pull request #8389 from dcbaker/submit/single-test-runnerJussi Pakkanen4-129/+244
2021-02-27install_man locale supportJason Woodward9-6/+39
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 Baker6-2/+55
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker7-47/+38
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-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen5-0/+53
2021-02-26modules/fs: Use typed_pos_argsDylan Baker1-75/+40
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker6-1/+35
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto6-0/+10
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller5-2/+51
2021-02-26Add Rizin to the list of meson usersRiccardo Schirone1-0/+1
2021-02-25deprecated `meson.get_cross_property`Dylan Baker4-4/+10
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen6-4/+80
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 Claessens4-23/+24
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp6-23/+67
2021-02-25Clarify that wrap requests are for user submission. [skip ci]Jussi Pakkanen1-2/+9
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 Baker2-1/+21
2021-02-23Add note about using Ninja on old Meson versions. [skip ci]Jussi Pakkanen1-1/+3
2021-02-23tests/rust: Add rust case linking to zlib dependencyJordan Justen5-0/+59
2021-02-23add a script to run a single testDylan Baker3-1/+92
2021-02-23run_*_tests: Add some type annotationsDylan Baker2-15/+27
2021-02-23run_project_tests: Delete a build directory if it already existsDylan Baker1-0/+2
2021-02-23run_project_tests: split json parsing code from test gathering codeDylan Baker1-113/+123
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk3-0/+40
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens21-77/+195
2021-02-21docs/users: Add DOSBox StagingPatryk Obara1-0/+1
2021-02-19Fix combining C and Fortran. Closes #8377.Jussi Pakkanen3-4/+23
2021-02-19[TAP] Fix TAP parser when test exits with statusLuke Drummond3-1/+12
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker4-16/+41
2021-02-18environment: Allow setting build options in cross filesDylan Baker1-4/+11
2021-02-18allow build.b_* optionsDylan Baker2-2/+6
2021-02-18compilers: clang: Drop -Xclang before -fcolor-diagnostics flagKrzysztof Małysa1-3/+3