aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mesonlib: Add a function to find the first element in an iterable which match...Dylan Baker1-0/+15
2022-08-11CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz1-0/+1
2022-08-02Handle garbage in environment more gracefully when setting vsenvDenis Fortin1-2/+7
2022-08-01fix Popen_safe writeZhangyuan Nie1-6/+9
2022-06-17Improve WINEPATH reductionXavier Claessens1-28/+63
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens1-0/+22
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+1
2022-06-08mesonlib: fix annotation of OrderedSet.differenceDylan Baker1-1/+1
2022-05-03add prefer_static built-in optionDudemanguy1-0/+1
2022-04-19Add ppc970 definition to universal.pySergey Fedorov1-0/+1
2022-04-19Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda1561-0/+1
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens1-9/+20
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens1-16/+11
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-0/+10
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-2/+2
2022-03-07mesonlib: Add a from_node initializer to MesonExceptionDylan Baker1-0/+10
2022-03-01mesonlib: use Literal to tighten configure_file formatsDylan Baker1-14/+17
2022-02-23mesonlib: allow check_dirent_issues to take an iterableDylan Baker1-2/+2
2022-02-16flake8: use plain strings instead of f-strings when no variables usedEli Schwartz1-1/+1
2022-02-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla RavnÄs1-1/+1
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi1-2/+0
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz1-3/+3
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan1-9/+10
2022-01-13Search for Visual Studio Express when activating VS envDFOVIT1-0/+4
2022-01-10manually clean up some python 3.6 era codeEli Schwartz1-7/+3
2021-12-30correct type annotations for File.endswithEli Schwartz1-1/+1
2021-12-30Fix mypy 0.930 issuesTristan Partin1-2/+2
2021-12-22Don't wipe out RPATHs specified by dependenciesNirbheek Chauhan1-0/+4
2021-12-17Fix mypy errorsDaniel Mensinger1-3/+1
2021-12-15mesonlib: make get_meson_command return an ImmutableListDylan Baker1-2/+2
2021-11-28Add typing to msubprojects.pyTristan Partin1-1/+1
2021-11-25mesonlib: update `OptionKey.__repr__`Dylan Baker1-1/+1
2021-11-09depfixer: convert unused printing code to debugging functionsZbigniew Jędrzejewski-Szmek1-0/+9
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-1/+1
2021-10-29Fix "meson compile" not activating vsenvXavier Claessens1-2/+3
2021-10-27Fix crash when getting cuda optionsXavier Claessens1-14/+5
2021-10-27remove public export of private functionEli Schwartz1-1/+0
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-6/+6
2021-10-20Add support for win-arm64 to MSVCGabor Kertesz1-1/+5
2021-10-19Fix NamedTemporaryFile file reopen issue on Win #9412Gabor Kertesz1-2/+4
2021-10-16Add missing but expected as exception clauseMatthew Brett1-1/+1
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens2-0/+101
2021-10-10Fix typos discovered by codespellChristian Clauss2-3/+3
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens1-1/+1
2021-10-08Add support for module optionsXavier Claessens1-20/+30
2021-10-04mesonlib: ConfigurationData can also be a `Dict[str, Tuple[Str, Optional[str]]]`Dylan Baker1-2/+2
2021-10-04condense linesEli Schwartz1-2/+1
2021-10-04f-stringsEli Schwartz1-2/+2
2021-10-04fix extra whitespaceEli Schwartz1-2/+0
2021-09-07interpreter: detect and pass compiler to be used for linker testsPaolo Bonzini1-0/+4