Age | Commit message (Expand) | Author | Files | Lines |
2023-02-01 | Implement system package manager query and install support for Debian | Boris Kolpackov | 3 | -2/+10 |
2022-12-12 | Adapt to butl::b_info() API change | Karen Arutyunov | 2 | -6/+5 |
2022-11-18 | Adjust to low verbosity diagnostics changes | Boris Kolpackov | 1 | -1/+1 |
2022-08-15 | Improve diagnostics for unknown system package | Boris Kolpackov | 2 | -11/+25 |
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 | 1 | -0/+61 |
2022-07-18 | Select next dependency alternative on dependency configuration negotiation fa... | Karen Arutyunov | 4 | -1/+377 |
2022-07-14 | Invent reused-only dependency alternative selection mode | Karen Arutyunov | 1 | -1/+17 |
2022-07-13 | Add support for build-file package manifest value | Karen Arutyunov | 2 | -0/+0 |
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 | 1 | -76/+7 |
2022-06-28 | Print dependents for newly built user-selected dependencies in pkg-build's plan | Karen Arutyunov | 1 | -29/+29 |
2022-06-28 | Fix pkg-build to update re-evaluated dependents if requested | Karen Arutyunov | 1 | -3/+71 |
2022-06-23 | Add support for additional *-build package manifest values and alternative bu... | Karen Arutyunov | 3 | -5/+5 |
2022-06-20 | Implement dependency configuration negotiation | Boris Kolpackov | 155 | -25/+8777 |
2022-05-31 | Reorder tar options in tests | Boris Kolpackov | 1 | -4/+4 |
2022-05-30 | Explicitly pass -z during .tar.gz extraction in tests for OpenBSD tar | Boris Kolpackov | 2 | -5/+5 |
2022-03-28 | In pkg-build make sure that reconfiguring dependent doesn't change current de... | Karen Arutyunov | 4 | -6/+241 |
2022-03-23 | Add configuration variable sources to selected packages | Karen Arutyunov | 1 | -0/+89 |
2022-03-21 | Fix pkg-build to re-evaluate buildfile clauses in dependencies if configurati... | Karen Arutyunov | 3 | -0/+121 |
2022-03-04 | Add support for --stdout-format to pkg-status command | Karen Arutyunov | 4 | -116/+221 |
2022-02-22 | Increment version iteration for external packages on buildfiles change | Karen Arutyunov | 1 | -89/+244 |
2022-02-17 | Implement package skeleton loading and enable and reflect clauses evaluation | Boris Kolpackov | 4 | -3/+220 |
2022-02-14 | Add support for reflect clause in tests package manifest value | Karen Arutyunov | 6 | -0/+87 |
2022-02-14 | Add tests for building package with diamond dependency graph | Karen Arutyunov | 7 | -7/+356 |
2022-02-03 | Add support for bootstrap-build and root-build values in package manifest | Karen Arutyunov | 27 | -8/+96 |
2022-01-28 | Fix tests failures on i686 for glibc versions prior to 2.34 due to certificat... | Karen Arutyunov | 8 | -173/+175 |
2022-01-28 | Add support for multiple dependency alternatives | Karen Arutyunov | 5 | -3/+227 |
2022-01-17 | Add initial support for dependency alternative reflect clause | Karen Arutyunov | 3 | -0/+25 |
2022-01-17 | Add support for multiple dependencies in alternative | Karen Arutyunov | 8 | -4/+83 |
2021-12-01 | Improve pkg-build diagnostics issued when unable to satisfy dependency constr... | Karen Arutyunov | 1 | -4/+5 |
2021-11-24 | Remove redundant space before multi-line manifest value introducer in test ma... | Karen Arutyunov | 8 | -24/+24 |
2021-11-23 | Adapt tests to multi-line manifest values serialization change | Karen Arutyunov | 2 | -5/+5 |
2021-10-15 | Fix broken pkg-drop tests | Karen Arutyunov | 1 | -20/+13 |
2021-10-08 | Allow building build module in multiple configurations if they belong to diff... | Karen Arutyunov | 1 | -0/+21 |
2021-09-24 | Make database ordering consistent across runs | Karen Arutyunov | 1 | -1/+1 |
2021-09-23 | Fix issue with hardcoded path separators in test | Boris Kolpackov | 1 | -1/+1 |
2021-09-23 | Add pkg-build --disfigure option to force from-scratch reconfiguration | Boris Kolpackov | 1 | -0/+71 |
2021-09-20 | Tweak tests/.gitignore to ignore symlinks | Boris Kolpackov | 1 | -2/+4 |
2021-09-17 | Change semantics for ?sys:<pkg> in pkg-build if no package configuration is e... | Karen Arutyunov | 2 | -10/+403 |
2021-09-06 | Add pkg-status --all|-a and --link options | Boris Kolpackov | 2 | -13/+16 |
2021-09-06 | Cleanup cfg-link testscript | Karen Arutyunov | 1 | -156/+206 |
2021-09-06 | Add --backlink, --dangling, and --recursive options to cfg-info | Karen Arutyunov | 3 | -15/+203 |
2021-09-06 | Make pkg-build to accept multiple current configurations | Karen Arutyunov | 3 | -58/+376 |
2021-08-30 | Consider repository information from ultimate dependent databases rather then... | Karen Arutyunov | 1 | -19/+129 |
2021-08-13 | Add support for cfg-unlink | Karen Arutyunov | 5 | -32/+282 |
2021-08-11 | Don't create private configurations in private configurations | Karen Arutyunov | 2 | -36/+72 |
2021-08-11 | Disallow build-time dependencies for build system modules | Karen Arutyunov | 4 | -107/+162 |
2021-08-09 | Add --link option to cfg-info | Karen Arutyunov | 2 | -5/+53 |