summaryrefslogtreecommitdiff
path: root/mesonbuild/msubprojects.py
Commit message (Expand)AuthorAgeFilesLines
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-031-5/+5
* msubprojects: We return a string from git() nowNirbheek Chauhan2020-02-201-4/+4
* Move git helper out into mesonlib for reuseNirbheek Chauhan2020-01-221-7/+3
* msubprojects: Rename 'git' to 'git_output'Nirbheek Chauhan2020-01-221-10/+10
* Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite2019-12-051-4/+10
* wrap: Redirect stdin to DEVNULL (again)Nirbheek Chauhan2019-11-281-0/+4
* cmake: moved subprojects into the CMake moduleDaniel Mensinger2019-06-061-1/+1
* subproject: fix update_svnMarkus Theil2019-06-031-1/+1
* Add 'meson subprojects foreach' commandAntonio Ospite2019-04-011-7/+30
* Fix git wraps with submodulesAndrei Alexeyev2019-03-111-1/+1
* Add 'meson subprojects download' commandXavier Claessens2018-12-021-1/+19
* Add 'meson subprojects checkout' commandXavier Claessens2018-12-021-32/+61
* Add 'meson subprojects update' commandXavier Claessens2018-12-021-0/+179