aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-07Condense test directory names in preparation for rc1.dircondenseJussi Pakkanen22-3/+3
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen18-21/+351
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer4-1/+16
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen6-68/+94
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen14-241/+131
2021-02-06mesonlib: Add better errormessage to typelistifyDylan Baker2-3/+3
2021-02-06ci: Add bindgen to CI imagesDylan Baker3-1/+6
2021-02-06rust: Add a module wrapper for bindgenDylan Baker11-5/+319
2021-02-06interpreter: Add annotations for CustomTargetHolderDylan Baker1-1/+1
2021-02-06build: Add type annotations for CustomTarget constructorDylan Baker1-2/+3
2021-02-06Add a method to IncludeDirs to convert to string listDylan Baker2-3/+8
2021-02-06backends/ninja: Implement linking a C ABI target into a rust targetDylan Baker1-7/+12
2021-02-06clarify some things in typed_pos_argsDylan Baker1-27/+30
2021-02-06modules/rust: use typed_pos_argsDylan Baker1-10/+5
2021-02-06interpreterbase: Add support for optional arguments to typed_pos_argsDylan Baker2-2/+98
2021-02-06interpreterbase: Add support for variadic arguments to typed_pos_argsDylan Baker2-7/+131
2021-02-06interpreterbase: Add a helper method for typing positional argumentsDylan Baker2-0/+89
2021-02-06interpreter: use noPosArgs and noKwargs instead of opencodingDylan Baker1-8/+6
2021-02-06add loongarch supportXiaotian Wu3-1/+4
2021-02-05run_unittests: fix misc lint errors due to whitespace or unused imports/argsEli Schwartz1-5/+3
2021-02-05run_unittests: fix undefined variable in error messageEli Schwartz1-1/+1
2021-02-05run_unittests: remove double definition of the same test caseEli Schwartz1-16/+0
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker3-0/+12
2021-02-05unittests: fix error message stringDylan Baker1-3/+13
2021-02-05vala: Disable unity buildsDylan Baker3-14/+20
2021-02-05ninjabackend: add a few annotationsDylan Baker1-5/+7
2021-02-05ci: fix yaml syntax errorDylan Baker1-0/+1
2021-02-05ninjabackend: Remove useless call to replace_paths()Xavier Claessens2-5/+4
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens3-17/+4
2021-02-05run_target: Add env kwargXavier Claessens14-219/+123
2021-02-05gnome: Add post_install() methodXavier Claessens3-18/+93
2021-02-04xcode-backend: add implicit includesJeff Moguillansky3-14/+18
2021-02-04xcode-backend: set global link argsJeff Moguillansky1-0/+3
2021-02-04xcode-backend: fix include pathsJeff Moguillansky1-1/+2
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond10-2/+159
2021-02-04minstall: Add --dry-run optionXavier Claessens3-29/+118
2021-02-03Fix some typos in the release notes snippetsLuca Weiss3-4/+4
2021-02-03environment: fix typosAli Alnubani1-4/+4
2021-02-02Merge pull request #8087 from dcbaker/submit/lto-extensionsJussi Pakkanen7-26/+140
2021-02-02doc: fix typosEli Schwartz1-2/+2
2021-02-02Add support for LLVM's thinLTODylan Baker6-8/+54
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker6-25/+93
2021-02-02Quick update of table of CUDA Toolkit vs. NVIDIA driver versions.Olexa Bilaniuk1-0/+2
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini6-15/+38
2021-02-02mtest: extract get_test_setup, rename merge_suite_optionsPaolo Bonzini1-10/+13
2021-02-02mtest: load build data earlyPaolo Bonzini1-23/+21
2021-02-02mtest: compute logfile name earlyPaolo Bonzini1-15/+18
2021-02-02mtest: remove useless argumentPaolo Bonzini1-3/+3
2021-02-02build: fix flake8Paolo Bonzini1-2/+1
2021-02-01bugfix concerning octal umasks (#8282)Volker-Weissmann1-4/+11