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
Age
Commit message (
Expand
)
Author
2023-07-10
wrap: detect network timeouts 20x faster
Eli Schwartz
2023-05-25
ProgressBar: Fix some rendering issues
Xavier Claessens
2023-05-20
wrap: Check for common "provides" typo
Xavier Claessens
2023-04-29
wrap: Always pass posix paths to patch
Nirbheek Chauhan
2023-03-27
Write wrap-redirect filename as posix path
Denis Fortin
2023-02-13
wrap: ensure the tempfile used for downloading is closed
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-03
wrap: use log once instead of hand rolling
Dylan Baker
2022-12-07
wrap: Don't use --branch with shallow clones against HEAD
L. E. Segovia
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
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-10
wrap: Ignore directories that have a .wrap with the same name
Xavier Claessens
2022-10-09
Get wrap from wrapdb when not found locally
Xavier Claessens
2022-10-09
Add "meson wrap update-db" command
Xavier Claessens
2022-09-28
wrap: If the directory exists in a sub-subproject, uses it inplace
Xavier Claessens
2022-09-28
wrap: Small simplification
Xavier Claessens
2022-09-28
wrap: Set self.directory only once
Xavier Claessens
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-18
Warn if wrap file changes
Daniel Carson
2022-09-18
Move up dangling comment
Daniel Carson
2022-09-07
wrap: correctly override dependency names with capital letters
Eli Schwartz
2022-08-29
flake8: fix unnecessary f-strings without any format placeholders
Eli Schwartz
2022-08-25
wrap: Support netrc files
Fabian Orccon
2022-07-16
wrap: Fix diff_files not finding the patch to apply
Nirbheek Chauhan
2022-06-13
flake8: don't use f-strings for strings without formatting
Eli Schwartz
2022-06-07
wrap: Add support for applying a list of patch files
Paweł Marczewski
2022-04-30
Ignore detached head warning while cloning subprojects with tags
zxey
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-27
wrap: add functionality to specify whether insecure downloads should be used
Eli Schwartz
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-01
fix missing encodings
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
2022-02-16
flake8: do not use bare exceptions
Eli Schwartz
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
2022-01-27
Checkout subproject submodules even when nested
Will Toohey
2022-01-18
wraps: implement exponential backoff for downloading files
Eli Schwartz
2022-01-18
wraps: on failure to apply a patch, delete the subproject directory
Eli Schwartz
2022-01-10
first pass at migrating to dataclasses
Eli Schwartz
2021-11-30
Fix typo in wrap.py
Randy
2021-11-28
Add typing to msubprojects.py
Tristan Partin
2021-11-02
wrap: Fix concurrent os.mkdir()
Xavier Claessens
2021-10-27
wrap: fix support for git < 2.28
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-15
wrap: move FeatureNew checks to a more natural place
Eli Schwartz
2021-10-10
improve wraptool search
Daniel Jacobs
2021-10-04
wrap clone: be less noisy when doing automated code checkouts
Eli Schwartz
2021-10-04
condense lines
Eli Schwartz
[next]