summaryrefslogtreecommitdiff
path: root/mesonbuild/msubprojects.py
Commit message (Expand)AuthorAgeFilesLines
* Add typing to msubprojects.pyTristan Partin2021-11-281-62/+103
* msubprojects: implement "packagefiles --save"Eli Schwartz2021-10-101-2/+36
* msubprojects: add new subcommand "packagefiles"Eli Schwartz2021-10-101-1/+28
* Revert "msubprojects: if fetching the remote fails, gracefully fallback to lo...Eli Schwartz2021-10-101-8/+3
* msubprojects: when revision is an available commit, do not fetch updatesEli Schwartz2021-09-191-1/+7
* msubprojects: if fetching the remote fails, gracefully fallback to local copyEli Schwartz2021-09-191-3/+8
* indent code in preparation for refactoringEli Schwartz2021-09-191-15/+16
* fix traceback while trying to print error messageEli Schwartz2021-09-141-1/+1
* msubprojects: make purge print full paths to comply with the testsAndrei Alexeyev2021-07-271-0/+2
* msubprojects: do not follow symlinks when purgingAndrei Alexeyev2021-07-271-1/+2
* msubprojects: catch exceptions and continue with othersXavier Claessens2021-07-211-1/+5
* Delete redirected wrap files in subprojects purgeTristan Partin2021-07-031-1/+7
* msubprojects: Display progress while tasks are runningXavier Claessens2021-06-251-9/+49
* msubprojects: Add message at the end of purgeXavier Claessens2021-06-251-0/+12
* msubprojects: Run action on all subprojects in parallelXavier Claessens2021-06-251-336/+377
* wrap: Port to v2 protocolXavier Claessens2021-06-041-6/+7
* Add subprojects purge wrap-git coverageTristan Partin2021-04-261-6/+8
* Add 'subprojects purge' commandTristan Partin2021-04-261-1/+63
* msubprojects: wrap-file should be re-extracted with --resetXavier Claessens2021-03-281-19/+25
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-7/+7
* msubprojects: Ignore worktrees when checking outNirbheek Chauhan2020-12-071-1/+1
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* Merge wraps from subprojects into wraps from main projectXavier Claessens2020-10-131-1/+1
* msubprojects: Handle wrap-file to wrap-git caseXavier Claessens2020-10-131-18/+34
* msubprojects: Handle change of URL in wrap-gitXavier Claessens2020-10-131-3/+25
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* msubprojects: Fix unit tests on WindowsXavier Claessens2020-09-181-1/+2
* msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens2020-09-181-1/+3
* msubprojects: Stop trying to guess subproject typeXavier Claessens2020-09-181-3/+3
* msubprojects: Avoid useless "no local changes to save" messageXavier Claessens2020-09-181-3/+7
* msubprojects: Fix checkout of new tag/branchXavier Claessens2020-09-181-4/+9
* msubprojects: Fix --types default valueXavier Claessens2020-09-181-3/+5
* msubprojects: Allow comma separated list of typesXavier Claessens2020-09-101-6/+9
* msubprojects: Fix review commentsXavier Claessens2020-09-101-2/+8
* git: Use Popen_safe to avoid encoding issuesXavier Claessens2020-09-101-22/+23
* msubprojects: Rework update commandXavier Claessens2020-09-101-52/+96
* msubprojects: Return failure if some commands failedXavier Claessens2020-09-101-23/+39
* msubprojects: Stash changes before checkoutXavier Claessens2020-09-101-0/+3
* msubprojects: Support git subprojects with no wrap fileXavier Claessens2020-09-101-0/+7
* msubprojects: Use less cryptic "git branch --show-current" commandXavier Claessens2020-09-101-3/+3
* msubprojects: Add --type argumentXavier Claessens2020-09-101-0/+5
* msubprojects: Use wrap.Resolver() to load all PackageDefinitionXavier Claessens2020-09-101-21/+16
* 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