Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | Minor documentation changes | Boris Kolpackov | 3 | -5/+6 |
2018-03-01 | Initial naming adjustments (bdep) | Boris Kolpackov | 4 | -18/+18 |
2018-02-26 | Add support for rep-list and rep-remove, update rep-add | Karen Arutyunov | 37 | -60/+981 |
2018-02-26 | Document new rep-list and rep-remove, update rep-add and rep-fetch | Boris Kolpackov | 6 | -19/+123 |
2018-02-22 | Invent repository_state() function | Karen Arutyunov | 8 | -24/+50 |
2018-02-22 | Add missing files required for pkg-build tests | Karen Arutyunov | 3 | -0/+3 |
2018-02-22 | Rename repository state to fragment | Boris Kolpackov | 6 | -13/+15 |
2018-02-22 | Add support for version control-based repos to pkg-build | Karen Arutyunov | 12 | -136/+283 |
2018-02-21 | Add support for pkg-checkout | Karen Arutyunov | 35 | -132/+646 |
2018-02-20 | Add missing header inclusion | Boris Kolpackov | 1 | -0/+2 |
2018-02-19 | Convert expected git repo fetch warnings to infos in pkg-status testscript | Karen Arutyunov | 1 | -1/+6 |
2018-02-19 | Use root repository as a default complement for git repository | Karen Arutyunov | 14 | -11/+98 |
2018-02-19 | Parse repositories and packages files for git repositories | Karen Arutyunov | 35 | -168/+450 |
2018-02-15 | Raise minimum supported git version to 2.12.0 from 2.11.0 | Karen Arutyunov | 2 | -5/+5 |
2018-02-15 | Raise minimum supported git version to 2.11.0 from 2.1.4 | Karen Arutyunov | 3 | -28/+27 |
2018-02-15 | Shorten tag names for git repository tests (too long filenames on Windows) | Karen Arutyunov | 11 | -9/+19 |
2018-02-15 | Fix rev-parse command failure on older git versions | Karen Arutyunov | 1 | -1/+80 |
2018-02-15 | Convert expected git repo fetch warnings in testscript to infos | Karen Arutyunov | 1 | -1/+5 |
2018-02-15 | Adapt to package/repository manifests API change | Karen Arutyunov | 8 | -61/+35 |
2018-02-15 | Make git_clone() to abbreviate (16 chars) commit id-based directory name | Karen Arutyunov | 3 | -9/+19 |
2018-02-13 | Cosmetic change | Boris Kolpackov | 3 | -3/+3 |
2018-02-13 | Document packages and repositories files for git repositories | Boris Kolpackov | 3 | -40/+77 |
2018-02-13 | Spec type value in repository manifest | Boris Kolpackov | 1 | -0/+12 |
2018-02-13 | Add another example of git repository URL fragment | Boris Kolpackov | 1 | -0/+1 |
2018-02-13 | Respec git repository URL fragment format | Boris Kolpackov | 1 | -7/+13 |
2018-02-12 | Fix init_tmp() not to fail if configuration directory is not a bpkg one | Karen Arutyunov | 1 | -3/+5 |
2018-02-12 | Use abbreviated to 16 chars SHA256 fingerprint as certificate id | Karen Arutyunov | 5 | -64/+57 |
2018-02-12 | Document git repository-related functionality | Boris Kolpackov | 3 | -16/+109 |
2018-02-12 | Clone and fetch git repositories | Karen Arutyunov | 42 | -406/+2428 |
2018-02-12 | Suppress GCC's 'maybe uninitialized' warnings | Karen Arutyunov | 2 | -2/+2 |
2018-02-12 | Add workaround for tar misinterpreting -C option path on Windows | Karen Arutyunov | 1 | -1/+18 |
2018-02-12 | Adjust libhello-1.0.0 test package to new test rule semantics | Karen Arutyunov | 2 | -1/+1 |
2018-02-09 | Fix test setup | Boris Kolpackov | 1 | -1/+1 |
2018-02-08 | Add --for|-f <operation> option to pkg-update and pkg-build | Boris Kolpackov | 10 | -15/+50 |
2018-01-18 | Change remaining auto_rm to auto_rmfile | Boris Kolpackov | 2 | -2/+2 |
2018-01-17 | Fix bpkg test failure on Windows | Karen Arutyunov | 1 | -3/+3 |
2018-01-17 | Fix building local package against local prerequisite package | Boris Kolpackov | 3 | -84/+170 |
2018-01-16 | Factor out bpkg repository fetching code used in rep-fetch and rep-info | Boris Kolpackov | 6 | -121/+136 |
2018-01-16 | Use tmp directory facility for storing temporary certificates | Boris Kolpackov | 5 | -15/+36 |
2018-01-16 | Implement temp directory facility | Boris Kolpackov | 4 | -32/+119 |
2018-01-15 | Adapt to adding type prefix for repository canonical name | Karen Arutyunov | 7 | -84/+92 |
2017-12-28 | Add repository type detection | Karen Arutyunov | 13 | -79/+286 |
2017-12-17 | Convert to using operator<<(ostream,process_exit) | Boris Kolpackov | 1 | -5/+1 |
2017-12-16 | Adjust to new printed representation of dir{} targets | Boris Kolpackov | 1 | -18/+18 |
2017-12-08 | Fix typo | Boris Kolpackov | 1 | -5/+5 |
2017-11-30 | Use compiler class instead of id where appropriate | Karen Arutyunov | 1 | -2/+2 |
2017-11-30 | Bump toolchain version dependency to 0.7.0 in manifest | Karen Arutyunov | 1 | -2/+2 |
2017-10-24 | Fix issues in previous commit | Boris Kolpackov | 1 | -5/+4 |
2017-10-24 | Add workaround for MSYS2-based sha256sum utility issue | Karen Arutyunov | 1 | -1/+17 |
2017-10-22 | Make use of butl::sha256 class | Karen Arutyunov | 3 | -83/+55 |