aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-03Improve WSL detectionWill1-1/+1
2021-09-02OptionKey: Fix orderingXavier Claessens1-10/+8
2021-08-31interpreter: use python dunders instead of lock for unpicklabilityDylan Baker1-7/+0
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-22Add subscript to subprocess.PopenTristan Partin1-2/+2
2021-08-20mesonlib: Fix typing of substitute_valuesDylan Baker1-5/+27
2021-08-20mesonlib: Add an exception for what should be unreachable codeDylan Baker1-0/+2
2021-08-20mesonlib: Fix type annotationsDylan Baker1-5/+4
2021-07-07resolve symlinks passed to -CPaolo Bonzini1-0/+13
2021-07-05condense linesEli Schwartz1-6/+3
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-17/+17
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger3-5/+5
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger1-0/+9
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+44
2021-06-22mesonlib: add rsplit and and maxsplitDylan Baker1-2/+5
2021-06-22mesonlib: Fix FileMode type annotationsDylan Baker1-2/+2
2021-06-18holders: remove unholderDaniel Mensinger1-21/+0
2021-06-18holders: Introduce HoldableObjectDaniel Mensinger1-1/+7
2021-06-18mesonlib: Add MesonBugExceptionDaniel Mensinger1-0/+9