Age | Commit message (Expand) | Author | Files | Lines |
2022-01-10 | first pass at migrating to dataclasses | Eli Schwartz | 1 | -7/+12 |
2021-11-28 | Add typing to msubprojects.py | Tristan Partin | 1 | -62/+103 |
2021-10-10 | msubprojects: implement "packagefiles --save" | Eli Schwartz | 1 | -2/+36 |
2021-10-10 | msubprojects: add new subcommand "packagefiles" | Eli Schwartz | 1 | -1/+28 |
2021-10-10 | Revert "msubprojects: if fetching the remote fails, gracefully fallback to lo... | Eli Schwartz | 1 | -8/+3 |
2021-09-19 | msubprojects: when revision is an available commit, do not fetch updates | Eli Schwartz | 1 | -1/+7 |
2021-09-19 | msubprojects: if fetching the remote fails, gracefully fallback to local copy | Eli Schwartz | 1 | -3/+8 |
2021-09-19 | indent code in preparation for refactoring | Eli Schwartz | 1 | -15/+16 |
2021-09-14 | fix traceback while trying to print error message | Eli Schwartz | 1 | -1/+1 |
2021-07-27 | msubprojects: make purge print full paths to comply with the tests | Andrei Alexeyev | 1 | -0/+2 |
2021-07-27 | msubprojects: do not follow symlinks when purging | Andrei Alexeyev | 1 | -1/+2 |
2021-07-21 | msubprojects: catch exceptions and continue with others | Xavier Claessens | 1 | -1/+5 |
2021-07-03 | Delete redirected wrap files in subprojects purge | Tristan Partin | 1 | -1/+7 |
2021-06-25 | msubprojects: Display progress while tasks are running | Xavier Claessens | 1 | -9/+49 |
2021-06-25 | msubprojects: Add message at the end of purge | Xavier Claessens | 1 | -0/+12 |
2021-06-25 | msubprojects: Run action on all subprojects in parallel | Xavier Claessens | 1 | -336/+377 |
2021-06-04 | wrap: Port to v2 protocol | Xavier Claessens | 1 | -6/+7 |
2021-04-26 | Add subprojects purge wrap-git coverage | Tristan Partin | 1 | -6/+8 |
2021-04-26 | Add 'subprojects purge' command | Tristan Partin | 1 | -1/+63 |
2021-03-28 | msubprojects: wrap-file should be re-extracted with --reset | Xavier Claessens | 1 | -19/+25 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -7/+7 |
2020-12-07 | msubprojects: Ignore worktrees when checking out | Nirbheek Chauhan | 1 | -1/+1 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-13 | Merge wraps from subprojects into wraps from main project | Xavier Claessens | 1 | -1/+1 |
2020-10-13 | msubprojects: Handle wrap-file to wrap-git case | Xavier Claessens | 1 | -18/+34 |
2020-10-13 | msubprojects: Handle change of URL in wrap-git | Xavier Claessens | 1 | -3/+25 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-18 | msubprojects: Fix unit tests on Windows | Xavier Claessens | 1 | -1/+2 |
2020-09-18 | msubprojects: Revert back to rev-parse instead of --show-current | Xavier Claessens | 1 | -1/+3 |
2020-09-18 | msubprojects: Stop trying to guess subproject type | Xavier Claessens | 1 | -3/+3 |
2020-09-18 | msubprojects: Avoid useless "no local changes to save" message | Xavier Claessens | 1 | -3/+7 |
2020-09-18 | msubprojects: Fix checkout of new tag/branch | Xavier Claessens | 1 | -4/+9 |
2020-09-18 | msubprojects: Fix --types default value | Xavier Claessens | 1 | -3/+5 |
2020-09-10 | msubprojects: Allow comma separated list of types | Xavier Claessens | 1 | -6/+9 |
2020-09-10 | msubprojects: Fix review comments | Xavier Claessens | 1 | -2/+8 |
2020-09-10 | git: Use Popen_safe to avoid encoding issues | Xavier Claessens | 1 | -22/+23 |
2020-09-10 | msubprojects: Rework update command | Xavier Claessens | 1 | -52/+96 |
2020-09-10 | msubprojects: Return failure if some commands failed | Xavier Claessens | 1 | -23/+39 |
2020-09-10 | msubprojects: Stash changes before checkout | Xavier Claessens | 1 | -0/+3 |
2020-09-10 | msubprojects: Support git subprojects with no wrap file | Xavier Claessens | 1 | -0/+7 |
2020-09-10 | msubprojects: Use less cryptic "git branch --show-current" command | Xavier Claessens | 1 | -3/+3 |
2020-09-10 | msubprojects: Add --type argument | Xavier Claessens | 1 | -0/+5 |
2020-09-10 | msubprojects: Use wrap.Resolver() to load all PackageDefinition | Xavier Claessens | 1 | -21/+16 |
2020-03-03 | Cherry-picking - (rm python2 % add python3 .format) (#6725) | Michael Brockus | 1 | -5/+5 |
2020-02-20 | msubprojects: We return a string from git() now | Nirbheek Chauhan | 1 | -4/+4 |
2020-01-22 | Move git helper out into mesonlib for reuse | Nirbheek Chauhan | 1 | -7/+3 |
2020-01-22 | msubprojects: Rename 'git' to 'git_output' | Nirbheek Chauhan | 1 | -10/+10 |
2019-12-05 | Fix 'meson subprojects foreach' when command returns non-zero exit code | Antonio Ospite | 1 | -4/+10 |
2019-11-28 | wrap: Redirect stdin to DEVNULL (again) | Nirbheek Chauhan | 1 | -0/+4 |
2019-06-06 | cmake: moved subprojects into the CMake module | Daniel Mensinger | 1 | -1/+1 |