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
/
wrap.py
Age
Commit message (
Expand
)
Author
2018-11-22
Fix subproject initialization without git installed.
Elliott Sales de Andrade
2018-10-27
wrap: Check the directory key is a name and not a path
Xavier Claessens
2018-10-21
wrap: Fix crash with file based wraps
Xavier Claessens
2018-10-18
wrap: Make 'directory' key optional
Xavier Claessens
2018-10-18
wrap: Rename p to self.wrap
Xavier Claessens
2018-10-18
wrap: Disable interpolation
Xavier Claessens
2018-10-18
wrap: Improve error handling and logging
Xavier Claessens
2018-10-18
wrap: Remove dead code trying to update git/hg/svn repositories
Xavier Claessens
2018-10-17
wrap: Allow source and patch to be local files
Xavier Claessens
2018-10-17
wrap: Some cleanups and fixes in resolver
Xavier Claessens
2018-09-16
Add 'clone-recursive' option for git wraps
Andrei Alexeyev
2018-09-03
wrap: Redirect git's stdin to DEVNULL
Nirbheek Chauhan
2018-08-27
using urlopen() with explicit timeout
Andrei Antonov
2018-08-07
Adding support to checkout from reviews in git/gerrit using commit ids.
Mohammed Amer Khalidi
2018-02-20
wrap: Fix broken logic when initializing submodules
Nirbheek Chauhan
2018-02-11
wrap: Handle more submodule status cases
Nirbheek Chauhan
2017-10-01
Merge pull request #2373 from leiflm/svn-wraps
Jussi Pakkanen
2017-09-30
adds missing import of `Popen_safe`
Leif Middelschulte
2017-09-30
As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`
Leif Middelschulte
2017-09-29
Don't download patch archive if already download
liugang
2017-09-26
fixup 993a12c5: use right variable
Leif Middelschulte
2017-09-26
avoid errornous type conversion. Compare strings instead
Leif Middelschulte
2017-09-26
fixes offline working (if desired revision is already present).
Leif Middelschulte
2017-09-26
fixes initial checkout command independend of provided revision
Leif Middelschulte
2017-09-25
introduce svn wrap support
Leif Middelschulte
2017-09-23
Improve download package
liugang
2017-09-23
Fix unpack patch archive fail
liugang
2017-09-23
fix patch archive never download on some case
liugang
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-05-29
Whitespace tweaks to reduce Flake8 warnings
Alistair Thomas
2017-05-26
fix typo
Goncalo Carvalho
2017-05-17
Rearrange trys to avoid possible undefined vars.
Elliott Sales de Andrade
2017-05-17
Remove unused variables.
Elliott Sales de Andrade
2017-04-25
wrap: pass -C to git when resolving submodules
Ernestas Kulik
2017-04-25
wrap: initialize submodules when updating
Ernestas Kulik
2017-03-27
wrap: Also capture stderr while running quiet_git()
Nirbheek Chauhan
2017-03-25
wrap: Implement special wrap modes for use by packagers
Nirbheek Chauhan
2017-03-25
wrap: Initialize subprojects that are git submodules
Nirbheek Chauhan
2017-03-25
wrap: Check that the package dir contains 'meson'build'
Nirbheek Chauhan
2017-02-27
Fix directory context for git wrap check
Marc Becker
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-02
style: fix E127 violations
Igor Gnatenko
2017-01-01
style: fix E128 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-19
fix some of pylint's undefined-variable
Igor Gnatenko
2016-12-15
Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"
Jussi Pakkanen
2016-12-06
The “directory present and not empty” return condition was necessary for ...
Alexandre Foley
2016-12-06
Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment...
Alexandre Foley
2016-12-05
Wrap.py: Made it so using an already downloaded subproject is only for the wr...
Alexandre Foley
2016-12-01
wrap: Fix getting push-url
Thibault Saunier
[prev]
[next]