aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Add sccache support.sccacheJussi Pakkanen2-1/+17
2021-10-21compilers/rust: fix typo in standard descriptionDylan Baker1-1/+1
2021-10-21compilers/rust: add support for the 2021 editionDylan Baker1-1/+1
2021-10-21Add entries for new CUDA Toolkit versions.Olexa Bilaniuk1-0/+2
2021-10-20Add support for win-arm64 to MSVCGabor Kertesz1-1/+5
2021-10-19Update version number for rc2.0.60.0rc2Jussi Pakkanen1-1/+1
2021-10-19Fix NamedTemporaryFile file reopen issue on Win #9412Gabor Kertesz1-2/+4
2021-10-18linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini1-3/+3
2021-10-18mtest: limit "magic" CTRL+C behavior to process group leadersPaolo Bonzini1-1/+4
2021-10-16Add missing but expected as exception clauseMatthew Brett1-1/+1
2021-10-15wrap: move FeatureNew checks to a more natural placeEli Schwartz2-14/+18
2021-10-14cuda: Override std=none to avoid host_compiler to emit -std argumentXavier Claessens1-6/+3
2021-10-14optinterpreter: Fix builtin option names not being reserved anymoreXavier Claessens1-18/+2
2021-10-14introspect: include choices for array optionsPaolo Bonzini1-0/+2
2021-10-13optinterpreter: Downgrade error to deprecationXavier Claessens1-1/+1
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger1-0/+2
2021-10-11Bump version number for rc1.0.60.0.rc1Jussi Pakkanen1-1/+1
2021-10-10pkg-config: do not ever successfully detect Strawberry Perl.Eli Schwartz1-0/+4
2021-10-10simplify some log formatting by splitting out a commonly used format stringEli Schwartz1-5/+4
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens10-106/+132
2021-10-10improve wraptool searchDaniel Jacobs1-2/+6
2021-10-10Fix typos discovered by codespellChristian Clauss37-69/+69
2021-10-10clangformat: Only format files tracked by git by defaultXavier Claessens1-4/+12
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz2-9/+20
2021-10-10linkers: reorganize Ar linker into a base classEli Schwartz1-29/+24
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz1-12/+0
2021-10-10msubprojects: implement "packagefiles --save"Eli Schwartz1-2/+36
2021-10-10msubprojects: add new subcommand "packagefiles"Eli Schwartz1-1/+28
2021-10-10Revert "msubprojects: if fetching the remote fails, gracefully fallback to lo...Eli Schwartz1-8/+3
2021-10-10Be more strict about target names with slashes.Jussi Pakkanen1-0/+8
2021-10-10minstall: Ignore ldconfig errors when we did not install librariesXavier Claessens1-9/+22
2021-10-10pkgconfig module: correctly generate Libs search path with absolute install_dirEli Schwartz1-4/+6
2021-10-10Merge pull request #9373 from anarazel/vs-build-speedJussi Pakkanen1-170/+69
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens2-2/+32
2021-10-09optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()Xavier Claessens1-121/+99
2021-10-09optinterpreter: Add support for dictionariesXavier Claessens1-0/+7
2021-10-09typed_kwargs: Fix when ContainerTypeInfo is used in a tupleXavier Claessens1-35/+52
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens3-7/+20
2021-10-08ModuleState: Add wrapper to get optionXavier Claessens1-1/+8
2021-10-08Add support for module optionsXavier Claessens4-20/+42
2021-10-08add install_emptydir functionEli Schwartz6-2/+62
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini1-6/+17
2021-10-08backend/vs: Parallelize compilation inside one project.Andres Freund1-0/+1
2021-10-08backend/vs: Deduplicate basic project template.Andres Freund1-171/+61
2021-10-08backend/vs: Name pch pdb files to avoid naming & lock conflicts.Andres Freund1-0/+7
2021-10-08backend/vs: Move Microsoft.Cpp.props to before ItemDefinitionGroup.Andres Freund1-2/+3
2021-10-08modules/gnome: Fix unset install_dirDylan Baker1-3/+2
2021-10-08modules/gnome: Fix case that could never be hit due to bad typesDylan Baker1-3/+3
2021-10-08modules/gnome: fix use of undefined variableDylan Baker1-1/+1
2021-10-07Windows module: Make path flattening for windres work in more casesLuca Bacci1-2/+2