Age | Commit message (Expand) | Author | Files | Lines |
2023-08-04 | Fix pkg-fetch which failed to re-fetch same package version in --replace mode | Karen Arutyunov | 1 | -1/+8 |
2023-07-31 | Fix unexpected 'no package available for dependency' error when building from... | Karen Arutyunov | 4 | -8/+223 |
2023-07-28 | Add another test case for pkg_configure() flaws | Karen Arutyunov | 3 | -3/+52 |
2023-07-28 | Fix inability to fetch repository containing toolchain-unsatisfied packages (... | Karen Arutyunov | 11 | -0/+157 |
2023-07-28 | Fix unexpected 'manual configuration of dependents with prefer or require cla... | Karen Arutyunov | 8 | -17/+248 |
2023-07-25 | Fix test which fails on Windows for config.bpkg.tests.remote=true | Karen Arutyunov | 1 | -0/+2 |
2023-07-20 | Fix re-evaluating multiple existing dependents with config clause of common d... | Karen Arutyunov | 1 | -0/+101 |
2023-07-19 | Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi... | Karen Arutyunov | 2 | -4/+110 |
2023-06-24 | Search for stubs in all configurations/repositories as a fallback when build ... | Karen Arutyunov | 1 | -24/+18 |
2023-06-22 | Change 'deorphan' to 'replace' in build plan | Karen Arutyunov | 1 | -54/+54 |
2023-06-22 | Fix pkg-build test | Karen Arutyunov | 1 | -1/+1 |
2023-06-21 | Add --mask-repository-uuid pkg-build option | Karen Arutyunov | 2 | -8/+35 |
2023-06-19 | Add --dependent-exit pkg-drop option | Karen Arutyunov | 1 | -2/+5 |
2023-06-19 | Add --mask-repository pkg-build option | Karen Arutyunov | 1 | -0/+778 |
2023-06-15 | Add --deorphan pkg-build option | Karen Arutyunov | 26 | -1/+1510 |
2023-06-01 | Increment version iteration number for selected non-external package regardle... | Karen Arutyunov | 2 | -28/+41 |
2023-05-30 | Add progress indication for verifying and fixing up symlinks in pkg-checkout | Karen Arutyunov | 2 | -1/+11 |
2023-05-30 | Document package-description* and changes-type manifest values and adapt test... | Karen Arutyunov | 1 | -0/+1 |
2023-05-23 | Postpone failure due to unsatisfied dependency constraint for existing dependent | Karen Arutyunov | 1 | -23/+56 |
2023-04-18 | Fix more 'dropping no longer used variable' warning in tests | Karen Arutyunov | 2 | -1/+1 |
2023-04-17 | Add test for config variable overrides specified globally for pkg-build | Karen Arutyunov | 1 | -26/+61 |
2023-04-15 | Fix 'dropping no longer used variable' warning in tests | Karen Arutyunov | 36 | -2/+56 |
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 |