135 Commits (135b3bc0fd5e283e01e1401370909e99bdaa88a1)

Author SHA1 Message Date
Nirbheek Chauhan f09056f903 wrap: Always use a wrapper for running git 5 years ago
Nirbheek Chauhan 7065cef62f wrap: Look for git only once at startup 5 years ago
Nirbheek Chauhan 2661b1bfb5 wrap: Use uppercase for global constants 5 years ago
Xavier Claessens 711969c3b5 wrap: Fix support of file:// URLs 5 years ago
Daniel Mensinger 09b53c534f types: import typing as T (fixes #6333) 5 years ago
Xavier Claessens 5031f4981d dist: Fix --include-subprojects when .wrap file has directory value 5 years ago
Michael Brockus 4b69aea85d Update Python2 syntax to Python3 syntax in Wrap 5 years ago
Michael Hirsch, Ph.D d9b8dce975
wrap: check whitelist subdomain 5 years ago
Michael Hirsch, Ph.D dc19768175
wrap: raise WrapException instead of Python exception when program not available 5 years ago
Michael Hirsch, Ph.D ccefc00a59
use WrapDB domain whitelist, don't fallback to non-SSL when SSL available 5 years ago
Michael Hirsch, Ph.D 298299d711
doc: py35 deprecation comments 5 years ago
Daniel Mensinger e21f5959a5 lgtm: Fix insecure SSL/TLS version by removing dead code 5 years ago
Daniel Mensinger ef19e1ff2d lgtm: fix Incomplete URL substring sanitization 5 years ago
Martin Hostettler bb03cf0dbc wrap: Resolver.get_git: Factor out --depth argument generation and make sure not to pass None as parameter 5 years ago
Michael Hirsch, Ph.D d080917561 wrap.py: catch connection error with WrapException 5 years ago
Michael Hirsch, Ph.D a47c1374b9 wrap.py: apply type annotation, modernize syntax 5 years ago
Martin Hostettler 507cf47941 wrap: Rework `depth` support for git. 5 years ago
Christoph Weiss 0008b326ff Add support for `depth` option in wrap-git 5 years ago
Nirbheek Chauhan 9c2724bce5 Add optional progress bar when generating build.ninja 5 years ago
Daniel Mensinger e02c101575
cmake: moved subprojects into the CMake module 6 years ago
Daniel Mensinger a9a3b3ffe6
Added method kwarg to subproject 6 years ago
Daniel Mensinger 3581839f4c
Fix unused variables warnings 6 years ago
Daniel Mensinger bf98ffca9e
Fix blind exceptions 6 years ago
Andrei Alexeyev faf3581df6 Fix git wraps with submodules 6 years ago
Michael Hirsch, Ph.D da34bea893 pep8 py37 6 years ago
Xavier Claessens 60b58e056f Add 'meson subprojects update' command 6 years ago
Elliott Sales de Andrade e58f186121 Fix subproject initialization without git installed. 6 years ago
Xavier Claessens be09acbf56 wrap: Check the directory key is a name and not a path 6 years ago
Xavier Claessens adb9fdef3a wrap: Fix crash with file based wraps 6 years ago
Xavier Claessens 76ac4f5689 wrap: Make 'directory' key optional 6 years ago
Xavier Claessens d9ea7b16a8 wrap: Rename p to self.wrap 6 years ago
Xavier Claessens b26eb3d384 wrap: Disable interpolation 6 years ago
Xavier Claessens 3f98ad8eed wrap: Improve error handling and logging 6 years ago
Xavier Claessens 1889e33389 wrap: Remove dead code trying to update git/hg/svn repositories 6 years ago
Xavier Claessens d6fba7f01c wrap: Allow source and patch to be local files 6 years ago
Xavier Claessens a3db9f6ae3 wrap: Some cleanups and fixes in resolver 6 years ago
Andrei Alexeyev 67cc636e53 Add 'clone-recursive' option for git wraps 6 years ago
Nirbheek Chauhan e7b25018c4 wrap: Redirect git's stdin to DEVNULL 6 years ago
Andrei Antonov 8f7781f1d6 using urlopen() with explicit timeout 6 years ago
Mohammed Amer Khalidi 376cdd7054 Adding support to checkout from reviews in git/gerrit using commit ids. 6 years ago
Bedarkar, Malhar 93bdbc3162 Backed out changes to Wrap.py to add support for Gerrit 7 years ago
Bedarkar, Malhar a2ee76228e First cut of ARMCC support for MESON. 7 years ago
Nirbheek Chauhan 0ec18a0531 wrap: Fix broken logic when initializing submodules 7 years ago
Nirbheek Chauhan 15a1a317f4 wrap: Handle more submodule status cases 7 years ago
Leif Middelschulte a90e47bd4f adds missing import of `Popen_safe` 7 years ago
Leif Middelschulte 078527a744 As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput` 7 years ago
liugang c93bce7839 Don't download patch archive if already download 7 years ago
Leif Middelschulte 50376cca37 fixup 993a12c5: use right variable 7 years ago
Leif Middelschulte 993a12c543 avoid errornous type conversion. Compare strings instead 7 years ago
Leif Middelschulte fab15d433a fixes offline working (if desired revision is already present). 7 years ago