Age | Commit message (Expand) | Author | Files | Lines |
2018-03-16 | Fix bug in pkg-build version iteration handling | Boris Kolpackov | 1 | -2/+10 |
2018-03-16 | Add support for version iteration | Karen Arutyunov | 28 | -155/+732 |
2018-03-16 | Use package_manifest() ctor | Karen Arutyunov | 2 | -3/+3 |
2018-03-15 | Add --immediate|-i and --recursive|-r to pkg-status for dependencies | Boris Kolpackov | 3 | -66/+129 |
2018-03-15 | Print status of all held packages in pkg-status if no packages were specified | Boris Kolpackov | 3 | -49/+97 |
2018-03-14 | Add --no-fetch option for pkg-build | Boris Kolpackov | 2 | -22/+33 |
2018-03-14 | Fix bug in pkg-build --keep-out logic | Boris Kolpackov | 1 | -1/+1 |
2018-03-14 | Add --no-result option to suppress printing informational messages | Boris Kolpackov | 24 | -67/+77 |
2018-03-14 | Don't print pointless "fetching ..." line if fetching single repository | Boris Kolpackov | 3 | -13/+38 |
2018-03-12 | Add support for --keep-out option | Karen Arutyunov | 12 | -88/+422 |
2018-03-12 | Add support for shallow fetch | Karen Arutyunov | 8 | -84/+200 |
2018-03-12 | Use c++14 during ODB compilation | Boris Kolpackov | 1 | -1/+1 |
2018-03-10 | Document repository preference | Boris Kolpackov | 1 | -0/+6 |
2018-03-09 | Fix up package manifest version for pkg-unpack | Karen Arutyunov | 9 | -118/+175 |
2018-03-09 | Call output directory just <pkg> for external packages | Karen Arutyunov | 5 | -31/+53 |
2018-03-09 | Search for repository location in database before parsing for pkg-build | Karen Arutyunov | 2 | -45/+90 |
2018-03-09 | Prefer dir repository type over others for pkg-build | Karen Arutyunov | 3 | -14/+17 |
2018-03-09 | Fix repository_name() to always recognize names for local repositories | Karen Arutyunov | 2 | -13/+42 |
2018-03-08 | Minor doc tweak | Boris Kolpackov | 1 | -5/+5 |
2018-03-08 | Add support for dir repository | Karen Arutyunov | 22 | -279/+719 |
2018-03-08 | Change database parameter type to transaction for some rep_*() functions | Karen Arutyunov | 6 | -27/+33 |
2018-03-08 | Add missing commands to doc/buildfile | Karen Arutyunov | 1 | -1/+4 |
2018-03-07 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2018-03-07 | Document package iteration mechanism, external package term | Boris Kolpackov | 3 | -25/+59 |
2018-03-06 | Add note to rep-fetch documentation | Boris Kolpackov | 1 | -1/+5 |
2018-03-05 | Add .manifest extension to repositories, packages and signature files | Karen Arutyunov | 82 | -256/+300 |
2018-03-05 | Style/naming cleanup in man synopsis | Boris Kolpackov | 14 | -38/+47 |
2018-03-05 | Rename bpkg repository type to pkg | Karen Arutyunov | 22 | -294/+293 |
2018-03-04 | Minor documentation formatting tweaks | Boris Kolpackov | 1 | -4/+4 |
2018-03-03 | Use butl::url::traits::find() to sens URLs | Boris Kolpackov | 2 | -20/+16 |
2018-03-03 | Fix certificates and repositories directory names in comments | Karen Arutyunov | 3 | -5/+5 |
2018-03-03 | Shorten bpkg certificates and repositories directory names | Karen Arutyunov | 14 | -21/+25 |
2018-03-03 | Fix support of package scheme in <package>@<location> | Karen Arutyunov | 2 | -32/+101 |
2018-03-03 | Document new pkg-build functionality | Boris Kolpackov | 1 | -13/+39 |
2018-03-03 | Support package scheme in <package>@<location> | Boris Kolpackov | 1 | -6/+18 |
2018-03-03 | Add support for specifying just repository URL in pkg-build | Boris Kolpackov | 1 | -15/+29 |
2018-03-02 | Improve filesystem modification detection | Boris Kolpackov | 1 | -23/+24 |
2018-03-02 | Update pkg-build | Karen Arutyunov | 8 | -63/+324 |
2018-03-02 | Update rep-fetch | Karen Arutyunov | 34 | -202/+895 |
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 |