aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/msubprojects.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus1-5/+5
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan1-4/+4
2020-01-22Move git helper out into mesonlib for reuseNirbheek Chauhan1-7/+3
2020-01-22msubprojects: Rename 'git' to 'git_output'Nirbheek Chauhan1-10/+10
2019-12-05Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite1-4/+10
2019-11-28wrap: Redirect stdin to DEVNULL (again)Nirbheek Chauhan1-0/+4
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger1-1/+1
2019-06-03subproject: fix update_svnMarkus Theil1-1/+1
2019-04-01Add 'meson subprojects foreach' commandAntonio Ospite1-7/+30
2019-03-11Fix git wraps with submodulesAndrei Alexeyev1-1/+1
2018-12-02Add 'meson subprojects download' commandXavier Claessens1-1/+19
2018-12-02Add 'meson subprojects checkout' commandXavier Claessens1-32/+61
2018-12-02Add 'meson subprojects update' commandXavier Claessens1-0/+179