summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib/universal.py
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-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-04mesonlib: Fix Popen_safe_legacy() stderr assumptionOle André Vadla Ravnås
2022-01-26Popen_safe and wrappers can accept os.PathLike for cwdEli Schwartz
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-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-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
2021-10-04condense linesEli Schwartz
2021-10-04f-stringsEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-09-07interpreter: detect and pass compiler to be used for linker testsPaolo Bonzini
2021-09-03Improve WSL detectionWill
2021-09-02OptionKey: Fix orderingXavier Claessens
2021-08-31interpreter: use python dunders instead of lock for unpicklabilityDylan Baker
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-22Add subscript to subprocess.PopenTristan Partin
2021-08-20mesonlib: Fix typing of substitute_valuesDylan Baker
2021-08-20mesonlib: Add an exception for what should be unreachable codeDylan Baker