aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/configtool.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-18Remove get_configtool_variable()Xavier Claessens1-23/+5
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens1-1/+2
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan1-1/+4
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz1-7/+2
2023-06-07dependencies: add more logging to configtoolEli Schwartz1-0/+5
2023-05-03dependencies: allow config-tool to fallback to default program namesEli Schwartz1-1/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2023-01-18dependencies: fix pcap-config which now errors on --versionEli Schwartz1-1/+11
2022-09-12dependencies: simplify log_tried into a staticmethodEli Schwartz1-2/+3
2022-04-13dependencies: tighten type checking and fix cmake API violation for get_variableEli Schwartz1-1/+1
2021-07-13dependencies: drop Dependency.methods and Dependency.get_methods()Dylan Baker1-5/+1
2021-07-05condense linesEli Schwartz1-2/+1
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-2/+1
2021-06-14dependencies: Use a typing.NewType for Dependency.type_nameDylan Baker1-2/+2
2021-06-05typing: Fully annotate dependencies.configtoolDaniel Mensinger1-16/+23
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-0/+173