Age | Commit message (Expand) | Author | Files | Lines |
2019-11-01 | Add --package-cwd option to bpkg-pkg-test | Karen Arutyunov | 1 | -0/+11 |
2019-10-31 | Add support for package version constraint in pkg-build command arguments | Karen Arutyunov | 1 | -8/+150 |
2019-10-19 | Fix some testscripts properly setting config.cxx variable | Karen Arutyunov | 2 | -7/+18 |
2019-10-18 | Use $quote() for quoting config.cxx option value in testscripts | Karen Arutyunov | 5 | -10/+14 |
2019-10-16 | Add note on quoting in tests | Boris Kolpackov | 1 | -0/+3 |
2019-10-01 | Use cxx.std=latest for test packages | Karen Arutyunov | 3 | -2/+2 |
2019-09-05 | Adapt to optional package revision | Karen Arutyunov | 9 | -4/+98 |
2019-08-22 | Quote directory paths in buildspecs | Karen Arutyunov | 4 | -1/+7 |
2019-08-22 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -1/+12 |
2019-08-16 | Add support for default options files | Karen Arutyunov | 2 | -0/+62 |
2019-08-09 | Print information messages instead of warnings prior to git repository deep/d... | Karen Arutyunov | 5 | -56/+47 |
2019-08-02 | Replace some testscript commands single-character options with their long var... | Karen Arutyunov | 4 | -11/+11 |
2019-08-02 | Fix failure to upgrade package from git repository when its submodule changed | Karen Arutyunov | 1 | -0/+1 |
2019-07-31 | Combine multiple single-character options into a single argument for testscri... | Karen Arutyunov | 5 | -17/+17 |
2019-06-21 | Consider only latest revisions for git repository location default set | Karen Arutyunov | 14 | -4/+44 |
2019-06-21 | Adapt rep-fetch tests to full support of git versions prior to 2.14 | Karen Arutyunov | 5 | -9/+32 |
2019-06-18 | Fix failure to fetch git repository location with tagged commit id for git 2.22 | Karen Arutyunov | 16 | -5/+42 |
2019-06-07 | Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-' | Karen Arutyunov | 2 | -1/+26 |
2019-06-04 | Add test for bpkg-cfg-create --existing option | Karen Arutyunov | 1 | -0/+12 |
2019-05-31 | Fix pkg-build test failing on Windows | Karen Arutyunov | 1 | -1/+1 |
2019-05-31 | Allow specifying system package that doesn't belong to any repository for pkg... | Karen Arutyunov | 2 | -3/+85 |
2019-05-21 | Add rep-info --deep option | Karen Arutyunov | 16 | -63/+154 |
2019-05-21 | Detect and complain about dependency cycle in pkg-build | Karen Arutyunov | 1 | -0/+93 |
2019-05-07 | Add support for description-type package manifest value | Karen Arutyunov | 2 | -0/+1 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 8 | -32/+32 |
2019-03-05 | Align with latest bdep-new | Karen Arutyunov | 3 | -8/+16 |
2019-02-25 | Disable tests failing for root user on POSIX systems | Karen Arutyunov | 2 | -2/+14 |
2019-02-15 | Implement git repository working tree fix up for package checkout on Windows | Karen Arutyunov | 16 | -42/+253 |
2019-02-09 | Fix git repository fetch that was deep regardless of the sensing result | Karen Arutyunov | 1 | -0/+9 |
2019-01-24 | Add support for --no-progress option | Karen Arutyunov | 4 | -332/+227 |
2019-01-16 | Update copyright year | Karen Arutyunov | 32 | -32/+32 |
2019-01-15 | Add support for $ in package manifest dependency constraint | Karen Arutyunov | 17 | -3/+78 |
2018-12-05 | Don't fail implicitly up/down-grading dependency, unless it's version is held | Karen Arutyunov | 1 | -14/+101 |
2018-11-16 | Add support for repository typed URLs (git+https://..., etc) | Karen Arutyunov | 2 | -67/+108 |
2018-11-13 | Fix pkg-update/vars tests | Karen Arutyunov | 1 | -2/+2 |
2018-11-13 | Add pkg-verify --deep option | Karen Arutyunov | 2 | -1/+23 |
2018-11-13 | Add support for vars grouping for package commands | Karen Arutyunov | 3 | -17/+57 |
2018-11-10 | Fix pkg-build crash on system package drop | Karen Arutyunov | 1 | -0/+12 |
2018-11-09 | Add support for pkg-build configuration variables | Karen Arutyunov | 1 | -0/+51 |
2018-11-08 | Add support for ssh:// git protocol | Karen Arutyunov | 4 | -0/+18 |
2018-11-02 | Add reduced support for git versions [2.11.0 2.14.0) | Karen Arutyunov | 3 | -3/+11 |
2018-11-02 | Fix minimum supported git version raising it to 2.14.0 from 2.12.0 | Karen Arutyunov | 1 | -2/+3 |
2018-09-07 | Fix pkg-build testscript | Karen Arutyunov | 1 | -3/+3 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Karen Arutyunov | 31 | -66/+90 |
2018-08-29 | Add --{repositories|packages}-file options to bpkg-rep-info | Boris Kolpackov | 1 | -4/+68 |
2018-08-22 | Shorten build2 output matching regexes in testscripts | Karen Arutyunov | 5 | -69/+61 |
2018-08-21 | Fix testscripts broken due to build2 output change | Karen Arutyunov | 2 | -26/+5 |
2018-07-14 | Make use of testscript mv builtin | Karen Arutyunov | 1 | -6/+11 |
2018-07-12 | Add --manifest option to pkg-verify | Karen Arutyunov | 3 | -4/+16 |
2018-07-09 | Adapt to repository_url(string) ctor throwing invalid_argument for empty string | Karen Arutyunov | 1 | -1/+1 |