aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-01bugfix concerning octal umasks (#8282)Volker-Weissmann1-4/+11
2021-02-01tests/common: fix " 37 has function" test on musl systems.Érico Rolim1-12/+21
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen51-174/+174
2021-01-31copy editing for 0.57 release notes [skip ci]Paolo Bonzini15-43/+46
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens5-4/+28
2021-01-30minstall: Add --destdir command line optionXavier Claessens1-0/+7
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen100-2649/+3566
2021-01-30build: add function get_build_targets to Build classJeff Moguillansky2-33/+40
2021-01-30Merge pull request #8264 from xclaesse/ep-miscJussi Pakkanen5-27/+62
2021-01-30Merge pull request #8200 from bonzini/mtest-asyncio-logsJussi Pakkanen3-116/+264
2021-01-30Fix executable as script on WindowsXavier Claessens13-81/+103
2021-01-29external_project: Add release snippetXavier Claessens1-0/+11
2021-01-29Change the Eoan CI to ubuntu rolling ciDylan Baker5-10/+7
2021-01-29workflows/os_comp: Don't run if there aren't relavent changesDylan Baker1-1/+13
2021-01-29CI: arch: get hotdoc from official reposEli Schwartz1-2/+2
2021-01-29CI: arch: remove duplicate package from listEli Schwartz1-1/+1
2021-01-29Can read project version from a file.Jussi Pakkanen6-6/+47
2021-01-29Popen_safe: Fix stdout/stderr annotationXavier Claessens1-4/+4
2021-01-29external_project: Add default configure optionsXavier Claessens2-15/+21
2021-01-29external_project: Do not set LD in the envXavier Claessens1-1/+4
2021-01-29external_project: Improve loggingXavier Claessens2-7/+22
2021-01-28xcode-backend: fix include pathsJeff Moguillansky1-0/+3
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker6-10/+58
2021-01-27custom_target: Add env kwargXavier Claessens10-9/+37