aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build-collect.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Try to automatically resolve unsatisfied dependency constraints by specifying...Karen Arutyunov1-4/+23
2023-12-11Try to automatically resolve unsatisfied dependency constraints by specifying...Karen Arutyunov1-7/+44
2023-11-17Fix pkg-build by denying dropping package if it has dependentsKaren Arutyunov1-7/+10
2023-11-17Fix pkg-build by ignoring version replacement if it doesn't satisfy dependenc...Karen Arutyunov1-2/+9
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by tur...Karen Arutyunov1-41/+35
2023-11-02Fix configuration negotiation machinery to non-recursivelly collect being pos...Karen Arutyunov1-11/+19
2023-11-02Add support for preserving old package configuration on up/downgrade and reco...Karen Arutyunov1-5/+3
2023-11-02Load both user and dependent configurations in (pre-)reevaluate modesKaren Arutyunov1-1/+2
2023-11-02Improve pkg-build's 'unable to upgrade package' diagnosticsKaren Arutyunov1-17/+54
2023-11-02Always postpone 'unable to satisfy constraints' failure in collect_build_prer...Karen Arutyunov1-29/+75
2023-10-20Fix 'unordered build' assertion failure due to bug in build_packages::order()Karen Arutyunov1-11/+3
2023-10-19Postpone 'unable to satisfy constraints' failure similar to what we do in col...Karen Arutyunov1-15/+35
2023-10-17Print version constraints recursively in 'unable to satisfy constraints' diag...Karen Arutyunov1-3/+57
2023-09-25Fix configuration negotiation not to compare dependency's config checksums if...Karen Arutyunov1-0/+6
2023-09-25Don't create config cluster for existing dependents in simple casesKaren Arutyunov1-24/+50
2023-09-25Fix configuration negotiation so that existing dependents with config clauses...Karen Arutyunov1-16/+56
2023-09-25Fix configuration negotiation not to cycle due to existing dependent re-evalu...Karen Arutyunov1-10/+39
2023-09-25In postponed_configuration::merge() also save ids of clusters merged into clu...Karen Arutyunov1-2/+2
2023-09-25Scratch plan on refinement caused by dependency up/down-grade/drop if any con...Karen Arutyunov1-2/+12
2023-09-25Fix configuration negotiation not to yo-yo due to dependency collection postp...Karen Arutyunov1-23/+16
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...Karen Arutyunov1-171/+143
2023-08-04Add support for specifying package archive and directory as a dependency for ...Karen Arutyunov1-6/+8
2023-06-15Add --deorphan pkg-build optionKaren Arutyunov1-0/+13
2023-05-25Optimize build_packages::collect_order_dependents() to skip already visited d...Karen Arutyunov1-5/+20
2023-05-23Postpone failure due to unsatisfied dependency constraint for existing dependentKaren Arutyunov1-6/+59
2023-02-01Implement system package manager query and install support for DebianBoris Kolpackov1-1/+22
2022-12-14Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-1/+1
2022-08-24Split pkg-build.cxxKaren Arutyunov1-0/+1486