Age | Commit message (Expand) | Author | Files | Lines |
2023-11-02 | Fix configuration negotiation machinery to non-recursivelly collect being pos... | Karen Arutyunov | 1 | -149/+34 |
2023-11-02 | Fix pkg-build to order drops after collecting/ordering dependents when all re... | Karen Arutyunov | 1 | -87/+273 |
2023-11-02 | Add support for preserving old package configuration on up/downgrade and reco... | Karen Arutyunov | 4 | -70/+361 |
2023-11-02 | Fix configuration negotiation machinery to postpone collecting cluster's exis... | Karen Arutyunov | 1 | -30/+276 |
2023-11-02 | Load both user and dependent configurations in (pre-)reevaluate modes | Karen Arutyunov | 5 | -146/+192 |
2023-11-02 | Fix crash due to dereferencing of available package NULL pointer in trace lambda | Karen Arutyunov | 1 | -2/+2 |
2023-11-02 | Improve pkg-build's 'unable to upgrade package' diagnostics | Karen Arutyunov | 2 | -32/+35 |
2023-11-02 | Always postpone 'unable to satisfy constraints' failure in collect_build_prer... | Karen Arutyunov | 4 | -55/+484 |
2023-11-02 | Fix collect_build_prerequisites() pre-reevaluation mode to always iterate thr... | Karen Arutyunov | 2 | -1/+16 |
2023-11-02 | Fix pkg-build not to collect repointed dependent recursivelly if its collecti... | Karen Arutyunov | 7 | -0/+96 |
2023-10-20 | Fix 'unordered build' assertion failure due to bug in build_packages::order() | Karen Arutyunov | 3 | -6/+56 |
2023-10-19 | Postpone 'unable to satisfy constraints' failure similar to what we do in col... | Karen Arutyunov | 6 | -15/+104 |
2023-10-17 | Print version constraints recursively in 'unable to satisfy constraints' diag... | Karen Arutyunov | 1 | -0/+6 |
2023-10-03 | Sidestep pkg-build tests bus error on macos/homebrew | Karen Arutyunov | 1 | -1/+1 |
2023-09-26 | Improve 'unable to upgrade package' diagnostics in pkg-build | Karen Arutyunov | 1 | -7/+14 |
2023-09-25 | Fix configuration negotiation not to compare dependency's config checksums if... | Karen Arutyunov | 1 | -10/+0 |
2023-09-25 | Don't create config cluster for existing dependents in simple cases | Karen Arutyunov | 7 | -408/+259 |
2023-09-25 | Properly re-collect existing packages scheduled for recursive re-collection e... | Karen Arutyunov | 1 | -0/+128 |
2023-09-25 | Fix tests which fail with 'regex complexity exceeded' error on some platforms | Karen Arutyunov | 1 | -433/+14 |
2023-09-25 | Fix pkg-build tests not to log warnings and high-verbosity traces at verbosit... | Karen Arutyunov | 1 | -36/+47 |
2023-09-25 | Fix build_packages::collect_build_postponed() to try to collect bogus postpon... | Karen Arutyunov | 2 | -872/+1922 |
2023-09-25 | Fix build_packages::collect_build_postponed() to also make snapshots of repla... | Karen Arutyunov | 1 | -0/+660 |
2023-09-25 | Fix configuration negotiation so that existing dependents with config clauses... | Karen Arutyunov | 1 | -4/+1094 |
2023-09-25 | Fix configuration negotiation not to cycle due to existing dependent re-evalu... | Karen Arutyunov | 3 | -3/+320 |
2023-09-25 | Scratch plan on refinement caused by dependency up/down-grade/drop if any con... | Karen Arutyunov | 3 | -51/+1092 |
2023-09-25 | Fix configuration negotiation not to yo-yo due to dependency collection postp... | Karen Arutyunov | 1 | -330/+1662 |
2023-09-25 | Disable in-place version replacement in pkg-build since sometimes it is appli... | Karen Arutyunov | 1 | -4/+682 |
2023-09-25 | Fix configuration negotiation for cases when existing dependent collection is... | Karen Arutyunov | 1 | -0/+404 |
2023-09-25 | Fix pkg-build not to issue 'unable to reconfigure dependent' instead of 'unab... | Karen Arutyunov | 1 | -0/+41 |
2023-09-25 | Fix configuration negotiation to throw postpone_dependency for collected depe... | Karen Arutyunov | 1 | -0/+455 |
2023-09-25 | Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ... | Karen Arutyunov | 7 | -553/+843 |
2023-09-20 | Use bsdtar instead of tar in tests on Windows to sidestep msys-related issues | Karen Arutyunov | 3 | -11/+16 |
2023-08-04 | Add support for specifying package archive and directory as a dependency for ... | Karen Arutyunov | 2 | -167/+1669 |
2023-08-04 | Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d... | Karen Arutyunov | 1 | -0/+62 |
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 |