aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/wrap/wraptool.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-11-22wraptool: Remove dead codeXavier Claessens1-26/+1
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott1-0/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-10-11Make `meson wrap update` command update all wraps in parallelXavier Claessens1-6/+3
2022-10-10Move some code from wraptool.py to wrap.pyXavier Claessens1-34/+2
2022-10-09Add "meson wrap update-db" commandXavier Claessens1-2/+18
2022-06-13flake8: don't use f-strings for strings without formattingEli Schwartz1-1/+1
2022-03-27wrap: implement allow-insecure for 'meson wrap'Eli Schwartz1-14/+27
2022-03-27wrap: use shared function to connect to wrapdb with better errorsEli Schwartz1-5/+4
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-02-27wraptool: report name of wrap in status message for "not in wrapdb"Eli Schwartz1-1/+1
2022-02-27wraptool: be forgiving of local wrap filesEli Schwartz1-9/+22
2021-11-28Add typing to msubprojects.pyTristan Partin1-2/+2
2021-10-10improve wraptool searchDaniel Jacobs1-2/+6
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-30wraptool: Fix version comparisonXavier Claessens1-4/+4
2021-06-04wrap: Port to v2 protocolXavier Claessens1-44/+48
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-8/+8
2020-09-08typing: fully annotate wrapDaniel Mensinger1-18/+24
2020-01-27Always disable interpolation for ini parsers.Jussi Pakkanen1-1/+1
2019-12-06Update Python2 syntax to Python3 syntax in WrapMichael Brockus1-8/+8
2019-11-07wrap.py: catch connection error with WrapExceptionMichael Hirsch, Ph.D1-2/+2
2019-11-07wrap.py: apply type annotation, modernize syntaxMichael Hirsch, Ph.D1-24/+17
2019-04-29Fixed unnecessary .items()Daniel Mensinger1-1/+1
2018-12-02Add 'meson subprojects update' commandXavier Claessens1-7/+12
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-5/+1
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens1-3/+1
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch1-12/+15
2018-06-06wraptool: Convert to argparseXavier Claessens1-62/+39
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen1-0/+1
2017-12-17Also promote wrap files.Jussi Pakkanen1-5/+9
2017-12-17Print instructions on how to promote subsubprojects.Jussi Pakkanen1-20/+3
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen1-0/+50
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-2/+2
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-2/+2
2016-12-18remove shebang from wraptoolIgor Gnatenko1-2/+0
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-2/+4
2016-01-17Some more command line guarding.Jussi Pakkanen1-1/+1
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+200