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
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
2016-08-25
Do not error out if git pull fails on subprojects. Closes #720.
Jussi Pakkanen
2016-05-05
Created an emergency wraptool that downloads directly from Github.
Jussi Pakkanen
2016-01-27
Restore warning state variable that got lost in refactoring.
Jussi Pakkanen
2016-01-17
Some more command line guarding.
Jussi Pakkanen
2016-01-16
Fix some issues that break pypi installs and bump version to upload new version.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen