summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib
AgeCommit message (Expand)Author
2022-09-28Move classes used by scripts to their own moduleXavier Claessens
2022-09-26ninjabackend: Fix get_target_generated_sources() return typeXavier Claessens
2022-09-22pylint: enable global-statementDylan Baker
2022-09-22pylint: enable global-variable-not-assignedDylan Baker
2022-09-12mesonlib: Add a function to find the first element in an iterable which match...Dylan Baker
2022-08-11CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz
2022-08-02Handle garbage in environment more gracefully when setting vsenvDenis Fortin
2022-08-01fix Popen_safe writeZhangyuan Nie
2022-06-17Improve WINEPATH reductionXavier Claessens
2022-06-16minstall: Add more safety checks when unpickling installdataXavier Claessens
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-06-08mesonlib: fix annotation of OrderedSet.differenceDylan Baker
2022-05-03add prefer_static built-in optionDudemanguy
2022-04-19Add ppc970 definition to universal.pySergey Fedorov
2022-04-19Fix universal builds on Darwin PPC: add ppc7400 definitionbarracuda156
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens
2022-03-22OptionOverrideProxy: Make it immutable to avoid copiesXavier Claessens
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-03-07mesonlib: Add a from_node initializer to MesonExceptionDylan Baker
2022-03-01mesonlib: use Literal to tighten configure_file formatsDylan Baker
2022-02-23mesonlib: allow check_dirent_issues to take an iterableDylan Baker
2022-02-16flake8: use plain strings instead of f-strings when no variables usedEli Schwartz
2022-02-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla Ravnås
2022-02-03Remove unnecessary check during VS activationNazar Mokrynskyi
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan
2022-01-13Search for Visual Studio Express when activating VS envDFOVIT
2022-01-10manually clean up some python 3.6 era codeEli Schwartz
2021-12-30correct type annotations for File.endswithEli Schwartz
2021-12-30Fix mypy 0.930 issuesTristan Partin
2021-12-22Don't wipe out RPATHs specified by dependenciesNirbheek Chauhan
2021-12-17Fix mypy errorsDaniel Mensinger
2021-12-15mesonlib: make get_meson_command return an ImmutableListDylan Baker
2021-11-28Add typing to msubprojects.pyTristan Partin
2021-11-25mesonlib: update `OptionKey.__repr__`Dylan Baker
2021-11-09depfixer: convert unused printing code to debugging functionsZbigniew Jędrzejewski-Szmek
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz
2021-10-29Fix "meson compile" not activating vsenvXavier Claessens
2021-10-27Fix crash when getting cuda optionsXavier Claessens
2021-10-27remove public export of private functionEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-20Add support for win-arm64 to MSVCGabor Kertesz
2021-10-19Fix NamedTemporaryFile file reopen issue on Win #9412Gabor Kertesz
2021-10-16Add missing but expected as exception clauseMatthew Brett
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens
2021-10-08Add support for module optionsXavier Claessens
2021-10-04mesonlib: ConfigurationData can also be a `Dict[str, Tuple[Str, Optional[str]]]`Dylan Baker