summaryrefslogtreecommitdiff
path: root/mesonbuild/msubprojects.py
AgeCommit message (Expand)Author
2021-10-10msubprojects: implement "packagefiles --save"Eli Schwartz
2021-10-10msubprojects: add new subcommand "packagefiles"Eli Schwartz
2021-10-10Revert "msubprojects: if fetching the remote fails, gracefully fallback to lo...Eli Schwartz
2021-09-19msubprojects: when revision is an available commit, do not fetch updatesEli Schwartz
2021-09-19msubprojects: if fetching the remote fails, gracefully fallback to local copyEli Schwartz
2021-09-19indent code in preparation for refactoringEli Schwartz
2021-09-14fix traceback while trying to print error messageEli Schwartz
2021-07-27msubprojects: make purge print full paths to comply with the testsAndrei Alexeyev
2021-07-27msubprojects: do not follow symlinks when purgingAndrei Alexeyev
2021-07-21msubprojects: catch exceptions and continue with othersXavier Claessens
2021-07-03Delete redirected wrap files in subprojects purgeTristan Partin
2021-06-25msubprojects: Display progress while tasks are runningXavier Claessens
2021-06-25msubprojects: Add message at the end of purgeXavier Claessens
2021-06-25msubprojects: Run action on all subprojects in parallelXavier Claessens
2021-06-04wrap: Port to v2 protocolXavier Claessens
2021-04-26Add subprojects purge wrap-git coverageTristan Partin
2021-04-26Add 'subprojects purge' commandTristan Partin
2021-03-28msubprojects: wrap-file should be re-extracted with --resetXavier Claessens
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-12-07msubprojects: Ignore worktrees when checking outNirbheek Chauhan
2020-11-20use real pathlib moduleDylan Baker
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens
2020-10-13msubprojects: Handle change of URL in wrap-gitXavier Claessens
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens
2020-09-18msubprojects: Avoid useless "no local changes to save" messageXavier Claessens
2020-09-18msubprojects: Fix checkout of new tag/branchXavier Claessens
2020-09-18msubprojects: Fix --types default valueXavier Claessens
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens
2020-09-10msubprojects: Fix review commentsXavier Claessens
2020-09-10git: Use Popen_safe to avoid encoding issuesXavier Claessens
2020-09-10msubprojects: Rework update commandXavier Claessens
2020-09-10msubprojects: Return failure if some commands failedXavier Claessens
2020-09-10msubprojects: Stash changes before checkoutXavier Claessens
2020-09-10msubprojects: Support git subprojects with no wrap fileXavier Claessens
2020-09-10msubprojects: Use less cryptic "git branch --show-current" commandXavier Claessens
2020-09-10msubprojects: Add --type argumentXavier Claessens
2020-09-10msubprojects: Use wrap.Resolver() to load all PackageDefinitionXavier Claessens
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus
2020-02-20msubprojects: We return a string from git() nowNirbheek Chauhan
2020-01-22Move git helper out into mesonlib for reuseNirbheek Chauhan
2020-01-22msubprojects: Rename 'git' to 'git_output'Nirbheek Chauhan
2019-12-05Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite
2019-11-28wrap: Redirect stdin to DEVNULL (again)Nirbheek Chauhan
2019-06-06cmake: moved subprojects into the CMake moduleDaniel Mensinger
2019-06-03subproject: fix update_svnMarkus Theil
2019-04-01Add 'meson subprojects foreach' commandAntonio Ospite