Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Add support for default options files | Karen Arutyunov | 27 | -39/+561 |
2019-08-12 | Adjust to fdstream constructor changes | Boris Kolpackov | 2 | -4/+4 |
2019-08-09 | Print information messages instead of warnings prior to git repository deep/d... | Karen Arutyunov | 6 | -59/+50 |
2019-08-07 | Work around bug in MSVC 16.2 | Boris Kolpackov | 1 | -0/+16 |
2019-08-02 | Use butl::small_vector instead of std::vector in persistent classes where it ... | Karen Arutyunov | 3 | -3/+5 |
2019-08-02 | Replace some testscript commands single-character options with their long var... | Karen Arutyunov | 4 | -11/+11 |
2019-08-02 | Cosmetic changes | Boris Kolpackov | 1 | -5/+5 |
2019-08-02 | Fix failure to upgrade package from git repository when its submodule changed | Karen Arutyunov | 3 | -12/+55 |
2019-07-31 | Combine multiple single-character options into a single argument for testscri... | Karen Arutyunov | 5 | -17/+17 |
2019-07-20 | Fix recent database migrations drop regenerating package.xml | Karen Arutyunov | 2 | -12/+2 |
2019-07-05 | Use __linux__ macro instead of __linux | Karen Arutyunov | 1 | -1/+1 |
2019-06-24 | Improve fallback tree output with · | Boris Kolpackov | 1 | -1/+1 |
2019-06-22 | Fix assertion failure on fetch from git:// repository location using --fetch-... | Karen Arutyunov | 1 | -2/+2 |
2019-06-22 | Drop all database migrations to be backward compatible with 0.10.0 and above ... | Karen Arutyunov | 2 | -30/+4 |
2019-06-21 | Consider only latest revisions for git repository location default set | Karen Arutyunov | 16 | -9/+78 |
2019-06-21 | Adapt rep-fetch tests to full support of git versions prior to 2.14 | Karen Arutyunov | 5 | -9/+32 |
2019-06-20 | Add anchor to COMMANDS section in bpkg(1) | Boris Kolpackov | 1 | -1/+1 |
2019-06-18 | Fix failure to fetch git repository location with tagged commit id for git 2.22 | Karen Arutyunov | 17 | -35/+110 |
2019-06-11 | Change version to 0.12.0-a.0.z | Boris Kolpackov | 2 | -8/+8 |
2019-06-08 | Release version 0.11.0v0.11.0 | Boris Kolpackov | 2 | -6/+6 |
2019-06-08 | Proofread NEWS files | Boris Kolpackov | 1 | -15/+15 |
2019-06-07 | Update NEWS files | Boris Kolpackov | 1 | -0/+36 |
2019-06-07 | Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-' | Karen Arutyunov | 4 | -4/+38 |
2019-06-04 | Add test for bpkg-cfg-create --existing option | Karen Arutyunov | 1 | -0/+12 |
2019-06-04 | Replace tags with topics/keywords in package manifest | Boris Kolpackov | 1 | -1/+1 |
2019-06-04 | Add --existing|-e option to bpkg-cfg-create | Boris Kolpackov | 2 | -35/+84 |
2019-06-03 | Fix missing for Windows path::traits alias renaming | Karen Arutyunov | 1 | -1/+1 |
2019-06-03 | Replace tags with keywords, add topics package manifest values in manual | Boris Kolpackov | 1 | -16/+23 |
2019-06-03 | Add support for AGPL | Boris Kolpackov | 1 | -0/+2 |
2019-06-03 | Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ... | Karen Arutyunov | 4 | -6/+7 |
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 | 7 | -48/+297 |
2019-05-28 | Print backtrace to stderr when terminating due to unhandled exception | Karen Arutyunov | 2 | -0/+24 |
2019-05-24 | Adapt version.hxx.in to increasing standard version major, minor, and patch m... | Karen Arutyunov | 1 | -15/+14 |
2019-05-23 | Fix bug in start_extract() process management logic | Boris Kolpackov | 1 | -0/+6 |
2019-05-23 | Switch to libarchive's bsdtar as default on Windows | Boris Kolpackov | 1 | -4/+2 |
2019-05-22 | Update submodules | Boris Kolpackov | 1 | -0/+0 |
2019-05-22 | Document package manifest upstream-version value | Karen Arutyunov | 1 | -0/+8 |
2019-05-22 | Prep work for switching to libarchive's bsdtar on Windows | Boris Kolpackov | 2 | -17/+53 |
2019-05-22 | Unify package archive extraction cases to use common implementation | Boris Kolpackov | 3 | -113/+110 |
2019-05-21 | Add rep-info --deep option | Karen Arutyunov | 21 | -85/+298 |
2019-05-21 | Detect and complain about dependency cycle in pkg-build | Karen Arutyunov | 4 | -159/+329 |
2019-05-17 | Update 'license' package manifest value documentation | Boris Kolpackov | 1 | -21/+28 |
2019-05-07 | Add support for description-type package manifest value | Karen Arutyunov | 7 | -9/+35 |
2019-05-07 | Convert UTF-8 tree characters to ASCII when producing PS from XHTML in doc/cl... | Karen Arutyunov | 1 | -2/+13 |
2019-05-01 | Fix rep-fetch test failing for git 2.21.0 | Karen Arutyunov | 1 | -0/+7 |
2019-04-04 | Update --options-file option description | Karen Arutyunov | 1 | -11/+11 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 10 | -36/+36 |
2019-03-23 | Cosmetic changes | Boris Kolpackov | 1 | -11/+11 |
2019-03-23 | Skip git repository submodules with 'none' update method configured | Karen Arutyunov | 1 | -9/+80 |