Age | Commit message (Expand) | Author | Files | Lines |
2023-01-20 | Fix --curl option handling | Karen Arutyunov | 1 | -1/+1 |
2023-01-12 | Add --git-capabilities common option | Karen Arutyunov | 6 | -8/+156 |
2023-01-12 | Assume git repository protocol as smart if HTTP response code is 401 | Karen Arutyunov | 5 | -80/+434 |
2023-01-10 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 5 | -6/+9 |
2022-12-14 | Adjust to build system interface change | Boris Kolpackov | 1 | -3/+4 |
2022-12-12 | Adapt to butl::b_info() API change | Karen Arutyunov | 8 | -30/+54 |
2022-12-12 | Adapt to dir_iterator API change | Karen Arutyunov | 3 | -4/+3 |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 5 | -23/+97 |
2022-12-05 | Use curl instead of wget as default fetch program | Boris Kolpackov | 4 | -19/+89 |
2022-11-28 | Improve build system skeleton loading diagnostics | Boris Kolpackov | 1 | -14/+54 |
2022-11-23 | Document *-build-config, *-builds, *-build-{include,exclude} package manifest... | Karen Arutyunov | 2 | -25/+105 |
2022-11-18 | Adjust to low verbosity diagnostics changes | Boris Kolpackov | 1 | -1/+1 |
2022-11-08 | Adjust to diagnostics epilogue interface change | Boris Kolpackov | 1 | -2/+2 |
2022-10-28 | Adjust to libbuild2 interface changes | Boris Kolpackov | 1 | -0/+1 |
2022-10-27 | Suppress (potential) bogus GCC 12 -Wrestrict warnings | Boris Kolpackov | 12 | -38/+38 |
2022-10-27 | Adapt to git 2.38 which drops submodule--helper-{list,name} subcommands | Karen Arutyunov | 1 | -24/+279 |
2022-10-13 | Adjust package skeleton to public/private variable model | Boris Kolpackov | 1 | -5/+14 |
2022-10-12 | Fix package skeleton bootstrap crash for configuration with uninitialized tmp... | Karen Arutyunov | 1 | -2/+14 |
2022-08-24 | Drop all database migrations to be backward compatible with 0.14.0 and above ... | Karen Arutyunov | 3 | -177/+25 |
2022-08-24 | Split pkg-build.cxx | Karen Arutyunov | 10 | -8345/+8735 |
2022-08-15 | Improve diagnostics for unknown system package | Boris Kolpackov | 3 | -23/+61 |
2022-08-02 | For rep-create, pkg-verify, and rep-info don't verify build-time toolchain de... | Karen Arutyunov | 14 | -60/+172 |
2022-07-29 | Change version to 0.16.0-a.0.z | Boris Kolpackov | 2 | -7/+7 |
2022-07-28 | Release version 0.15.0v0.15.0 | Boris Kolpackov | 2 | -7/+7 |
2022-07-27 | Documentation fixes | Boris Kolpackov | 2 | -24/+32 |
2022-07-26 | Update dependency version constraints | Boris Kolpackov | 1 | -2/+2 |
2022-07-25 | Proofreading changes in manual | Boris Kolpackov | 1 | -13/+13 |
2022-07-25 | Update NEWS file | Boris Kolpackov | 1 | -0/+88 |
2022-07-20 | Fix test to properly work with MinGW runtime | Karen Arutyunov | 1 | -1/+1 |
2022-07-20 | Add --all and --all-pattern options to pkg-drop command | Karen Arutyunov | 4 | -28/+170 |
2022-07-18 | Fix typos in manual | Karen Arutyunov | 1 | -7/+7 |
2022-07-18 | Select next dependency alternative on dependency configuration negotiation fa... | Karen Arutyunov | 9 | -87/+837 |
2022-07-18 | Document new depends value format and functionality | Boris Kolpackov | 1 | -62/+821 |
2022-07-14 | Invent reused-only dependency alternative selection mode | Karen Arutyunov | 2 | -52/+157 |
2022-07-14 | Fail if dependency repository is broken rather than skip dependency alternative | Karen Arutyunov | 1 | -48/+52 |
2022-07-13 | Add support for build-file package manifest value | Karen Arutyunov | 8 | -108/+247 |
2022-07-12 | Switch to new manifest multi-line mode in repository signing documentation | Karen Arutyunov | 1 | -2/+4 |
2022-07-11 | Switch to new manifest multi-line mode in manual | Boris Kolpackov | 1 | -31/+31 |
2022-07-11 | Fix use of old productions style in manual | Boris Kolpackov | 1 | -4/+4 |
2022-07-11 | Replace uses of term (package) prerequisite with dependency in manual | Boris Kolpackov | 1 | -7/+7 |
2022-07-11 | Move details on $ translation to Package Version Constraint section in manual | Boris Kolpackov | 1 | -81/+92 |
2022-07-08 | Fix some tests to match canned command line semantics | Karen Arutyunov | 4 | -4/+4 |
2022-07-07 | Use [cmdline] type for canned commands in testscripts | Karen Arutyunov | 12 | -40/+41 |
2022-06-28 | Don't explicitly update user-selected dependency packages in pkg-build | Karen Arutyunov | 2 | -77/+12 |
2022-06-28 | Print dependents for newly built user-selected dependencies in pkg-build's plan | Karen Arutyunov | 2 | -33/+61 |
2022-06-28 | Fix pkg-build to update re-evaluated dependents if requested | Karen Arutyunov | 2 | -8/+87 |
2022-06-28 | Adjust to build2 interface change | Boris Kolpackov | 1 | -1/+1 |
2022-06-23 | Document new multi-line manifest value with comment semantics | Boris Kolpackov | 1 | -0/+29 |
2022-06-23 | Add support for additional *-build package manifest values and alternative bu... | Karen Arutyunov | 18 | -155/+523 |