80 Commits (db61d018ce575f3b5524ded328373faebdf879b7)

Author SHA1 Message Date
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
Jussi Pakkanen 4d986563dc Expose wrap_mode as an option. Closes #4266. 6 years ago
Xavier Claessens 37067a53c4 Use a single ArgumentParser for all subcommands 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
Xavier Claessens 1e6d72eb5a Remove useless __main__ in files that cannot be executed 6 years ago
Nicolas Dufresne 3147b41787 help: Fix printing list of wrap mode 6 years ago
Daniel Pirch 6ecd31af19 wraptool: fix manual selection of wrap file to promote 6 years ago
Mohammed Amer Khalidi 376cdd7054 Adding support to checkout from reviews in git/gerrit using commit ids. 6 years ago
Xavier Claessens a2ebbc7ec4 wraptool: Convert to argparse 7 years ago
Mathieu Duponchelle 31f0242a6f new wrap-mode: forcefallback 7 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
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Jussi Pakkanen 86feb843f4 Add promote to list of wrap commands. 7 years ago
Jussi Pakkanen 164fb9a150 Also promote wrap files. 7 years ago
Jussi Pakkanen 5b9d79b902 Print instructions on how to promote subsubprojects. 7 years ago
Jussi Pakkanen 46c071ea5c Add functionality to promote nested dependencies to top level. 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
Leif Middelschulte aa28675ebc fixes initial checkout command independend of provided revision 7 years ago
Leif Middelschulte 667d5d2d9f introduce svn wrap support 7 years ago
liugang a93ac1a6a8 Improve download package 7 years ago
liugang de259b6690 Fix unpack patch archive fail 7 years ago
liugang 7060b15773 fix patch archive never download on some case 7 years ago
Luke Shumaker 4dbbb4884c flake8: Clean up complained-about unused imports 7 years ago
Alistair Thomas a195b78c8d Whitespace tweaks to reduce Flake8 warnings 8 years ago
Goncalo Carvalho c9c3070f53 fix typo 8 years ago
Elliott Sales de Andrade 83d1c7f063 Rearrange trys to avoid possible undefined vars. 8 years ago
Elliott Sales de Andrade ea636fcd51 Remove unused variables. 8 years ago
Dylan Baker a8173630ea Don't use len() to test emptiness vs not emptiness 8 years ago
Ernestas Kulik 8d720527b7 wrap: pass -C to git when resolving submodules 8 years ago