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
2018-02-20
wrap: Fix broken logic when initializing submodules
Nirbheek Chauhan
2018-02-11
wrap: Handle more submodule status cases
Nirbheek Chauhan
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-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-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
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-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
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-18
remove shebang from wraptool
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
2016-11-22
wrap: Allow specifying push URL in wrap files using git
Thibault Saunier
2016-11-22
wrap: Make sure that the cloned git repo is properly cloned
Thibault Saunier
2016-10-20
add support of mercurial repo for wrap,… (#937)
AlexandreFoley
2016-09-14
Download without status updates if server does not report file size. Closes #...
Jussi Pakkanen
2016-08-27
Ensure URLs are closed with a context manager.
Elliott Sales de Andrade
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
[next]