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
2019-07-20
Add optional progress bar when generating build.ninja
Nirbheek Chauhan
2019-06-06
cmake: moved subprojects into the CMake module
Daniel Mensinger
2019-06-06
Added method kwarg to subproject
Daniel Mensinger
2019-04-29
Fixed unnecessary .items()
Daniel Mensinger
2019-04-29
Fix unused variables warnings
Daniel Mensinger
2019-04-29
Fix blind exceptions
Daniel Mensinger
2019-03-11
Fix git wraps with submodules
Andrei Alexeyev
2019-01-29
pep8 py37
Michael Hirsch, Ph.D
2018-12-02
Add 'meson subprojects update' command
Xavier Claessens
2018-11-22
Fix subproject initialization without git installed.
Elliott Sales de Andrade
2018-10-27
wrap: Check the directory key is a name and not a path
Xavier Claessens
2018-10-21
wrap: Fix crash with file based wraps
Xavier Claessens
2018-10-18
wrap: Make 'directory' key optional
Xavier Claessens
2018-10-18
wrap: Rename p to self.wrap
Xavier Claessens
2018-10-18
wrap: Disable interpolation
Xavier Claessens
2018-10-18
wrap: Improve error handling and logging
Xavier Claessens
2018-10-18
wrap: Remove dead code trying to update git/hg/svn repositories
Xavier Claessens
2018-10-17
wrap: Allow source and patch to be local files
Xavier Claessens
2018-10-17
wrap: Some cleanups and fixes in resolver
Xavier Claessens
2018-10-07
Expose wrap_mode as an option. Closes #4266.
Jussi Pakkanen
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-09-16
Add 'clone-recursive' option for git wraps
Andrei Alexeyev
2018-09-03
wrap: Redirect git's stdin to DEVNULL
Nirbheek Chauhan
2018-08-27
using urlopen() with explicit timeout
Andrei Antonov
2018-08-23
Merge pull request #4068 from ndufresne/master
Xavier Claessens
2018-08-22
Remove useless __main__ in files that cannot be executed
Xavier Claessens
2018-08-22
help: Fix printing list of wrap mode
Nicolas Dufresne
2018-08-17
wraptool: fix manual selection of wrap file to promote
Daniel Pirch
2018-08-07
Adding support to checkout from reviews in git/gerrit using commit ids.
Mohammed Amer Khalidi
2018-06-06
wraptool: Convert to argparse
Xavier Claessens
2018-04-06
new wrap-mode: forcefallback
Mathieu Duponchelle
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
[next]