summaryrefslogtreecommitdiff
path: root/mesonbuild/wrap
AgeCommit message (Expand)Author
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger
2019-06-06Added method kwarg to subprojectDaniel Mensinger
2019-04-29Fixed unnecessary .items()Daniel Mensinger
2019-04-29Fix unused variables warningsDaniel Mensinger
2019-04-29Fix blind exceptionsDaniel Mensinger
2019-03-11Fix git wraps with submodulesAndrei Alexeyev
2019-01-29pep8 py37Michael Hirsch, Ph.D
2018-12-02Add 'meson subprojects update' commandXavier Claessens
2018-11-22Fix subproject initialization without git installed.Elliott Sales de Andrade
2018-10-27wrap: Check the directory key is a name and not a pathXavier Claessens
2018-10-21wrap: Fix crash with file based wrapsXavier Claessens
2018-10-18wrap: Make 'directory' key optionalXavier Claessens
2018-10-18wrap: Rename p to self.wrapXavier Claessens
2018-10-18wrap: Disable interpolationXavier Claessens
2018-10-18wrap: Improve error handling and loggingXavier Claessens
2018-10-18wrap: Remove dead code trying to update git/hg/svn repositoriesXavier Claessens
2018-10-17wrap: Allow source and patch to be local filesXavier Claessens
2018-10-17wrap: Some cleanups and fixes in resolverXavier Claessens
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens
2018-09-16Add 'clone-recursive' option for git wrapsAndrei Alexeyev
2018-09-03wrap: Redirect git's stdin to DEVNULLNirbheek Chauhan
2018-08-27using urlopen() with explicit timeoutAndrei Antonov
2018-08-23Merge pull request #4068 from ndufresne/masterXavier Claessens
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens
2018-08-22help: Fix printing list of wrap modeNicolas Dufresne
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch
2018-08-07Adding support to checkout from reviews in git/gerrit using commit ids.Mohammed Amer Khalidi
2018-06-06wraptool: Convert to argparseXavier Claessens
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle
2018-02-20wrap: Fix broken logic when initializing submodulesNirbheek Chauhan
2018-02-11wrap: Handle more submodule status casesNirbheek Chauhan
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-06Add promote to list of wrap commands.Jussi Pakkanen
2017-12-17Also promote wrap files.Jussi Pakkanen
2017-12-17Print instructions on how to promote subsubprojects.Jussi Pakkanen
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen
2017-10-01Merge pull request #2373 from leiflm/svn-wrapsJussi Pakkanen
2017-09-30adds missing import of `Popen_safe`Leif Middelschulte
2017-09-30As per jpakkane's suggestion use `Popen_safe` instead of `subprocess.getoutput`Leif Middelschulte
2017-09-29Don't download patch archive if already downloadliugang
2017-09-26fixup 993a12c5: use right variableLeif Middelschulte
2017-09-26avoid errornous type conversion. Compare strings insteadLeif Middelschulte
2017-09-26fixes offline working (if desired revision is already present).Leif Middelschulte
2017-09-26fixes initial checkout command independend of provided revisionLeif Middelschulte
2017-09-25introduce svn wrap supportLeif Middelschulte
2017-09-23Improve download packageliugang
2017-09-23Fix unpack patch archive failliugang
2017-09-23fix patch archive never download on some caseliugang