aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build-collect.hxx
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov1-4/+23
specifying dependent version
2023-12-11Try to automatically resolve unsatisfied dependency constraints by ↵Karen Arutyunov1-7/+44
specifying dependency version
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 ↵Karen Arutyunov1-2/+9
dependency constraints
2023-11-14Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by ↵Karen Arutyunov1-41/+35
turning collect_order_dependent() into collect_dependent()
2023-11-02Fix configuration negotiation machinery to non-recursivelly collect being ↵Karen Arutyunov1-11/+19
postponed existing dependents
2023-11-02Add support for preserving old package configuration on up/downgrade and ↵Karen Arutyunov1-5/+3
reconfiguration
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 ↵Karen Arutyunov1-29/+75
collect_build_prerequisites() and fix unexpected 'unable to satisfy dependency' failure
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 ↵Karen Arutyunov1-15/+35
collect_order_dependents()
2023-10-17Print version constraints recursively in 'unable to satisfy constraints' ↵Karen Arutyunov1-3/+57
diagnostics
2023-09-25Fix configuration negotiation not to compare dependency's config checksums ↵Karen Arutyunov1-0/+6
if collection is postponed
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 ↵Karen Arutyunov1-16/+56
clauses are always considered for negotiation
2023-09-25Fix configuration negotiation not to cycle due to existing dependent ↵Karen Arutyunov1-10/+39
re-evaluation failure
2023-09-25In postponed_configuration::merge() also save ids of clusters merged into ↵Karen Arutyunov1-2/+2
cluster being merged from
2023-09-25Scratch plan on refinement caused by dependency up/down-grade/drop if any ↵Karen Arutyunov1-2/+12
configuration negotiation has been performed
2023-09-25Fix configuration negotiation not to yo-yo due to dependency collection ↵Karen Arutyunov1-23/+16
postponements Also add some "big" configuration negotiation tests.
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ↵Karen Arutyunov1-171/+143
existing dependents
2023-08-04Add support for specifying package archive and directory as a dependency for ↵Karen Arutyunov1-6/+8
pkg-build Also make sure that a package specified as an archive or directory always replaces selected package. Also add support for deorphaning and upgrading of such a package.
2023-06-15Add --deorphan pkg-build optionKaren Arutyunov1-0/+13
2023-05-25Optimize build_packages::collect_order_dependents() to skip already visited ↵Karen Arutyunov1-5/+20
dependencies
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