index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
wrap
/
wraptool.py
Age
Commit message (
Expand
)
Author
2025-10-17
make wrap search custom subprojects dirs
Charlie Hutcheson
2025-05-21
wrap: Support gzip Content-Encoding when fetching WrapDB metadata
Benjamin Gilbert
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-22
wraptool: Remove dead code
Xavier Claessens
2023-11-01
Add comments suggesting to keep shell completion scripts up-to-date near cmd ...
Luke Elliott
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-10-11
Make `meson wrap update` command update all wraps in parallel
Xavier Claessens
2022-10-10
Move some code from wraptool.py to wrap.py
Xavier Claessens
2022-10-09
Add "meson wrap update-db" command
Xavier Claessens
2022-06-13
flake8: don't use f-strings for strings without formatting
Eli Schwartz
2022-03-27
wrap: implement allow-insecure for 'meson wrap'
Eli Schwartz
2022-03-27
wrap: use shared function to connect to wrapdb with better errors
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-02-27
wraptool: report name of wrap in status message for "not in wrapdb"
Eli Schwartz
2022-02-27
wraptool: be forgiving of local wrap files
Eli Schwartz
2021-11-28
Add typing to msubprojects.py
Tristan Partin
2021-10-10
improve wraptool search
Daniel Jacobs
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-08-30
wraptool: Fix version comparison
Xavier Claessens
2021-06-04
wrap: Port to v2 protocol
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-09-08
typing: fully annotate wrap
Daniel Mensinger
2020-01-27
Always disable interpolation for ini parsers.
Jussi Pakkanen
2019-12-06
Update Python2 syntax to Python3 syntax in Wrap
Michael Brockus
2019-11-07
wrap.py: catch connection error with WrapException
Michael Hirsch, Ph.D
2019-11-07
wrap.py: apply type annotation, modernize syntax
Michael Hirsch, Ph.D
2019-04-29
Fixed unnecessary .items()
Daniel Mensinger
2018-12-02
Add 'meson subprojects update' command
Xavier Claessens
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-08-22
Remove useless __main__ in files that cannot be executed
Xavier Claessens
2018-08-17
wraptool: fix manual selection of wrap file to promote
Daniel Pirch
2018-06-06
wraptool: Convert to argparse
Xavier Claessens
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-06
Add promote to list of wrap commands.
Jussi Pakkanen
2017-12-17
Also promote wrap files.
Jussi Pakkanen
2017-12-17
Print instructions on how to promote subsubprojects.
Jussi Pakkanen
2017-12-17
Add functionality to promote nested dependencies to top level.
Jussi Pakkanen
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2016-12-18
remove shebang from wraptool
Igor Gnatenko
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-01-17
Some more command line guarding.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen