aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Add support for preserving old package configuration on up/downgrade and reco...Karen Arutyunov1-1/+4
2023-11-02Load both user and dependent configurations in (pre-)reevaluate modesKaren Arutyunov1-1/+2
2023-09-25Fix pkg-build not to issue 'unable to reconfigure dependent' instead of 'unab...Karen Arutyunov1-2/+6
2023-09-25Fix configuration negotiation in pkg-build to re-evaluate being reconfigured ...Karen Arutyunov1-57/+34
2023-07-28Add another test case for pkg_configure() flawsKaren Arutyunov1-6/+9
2023-07-28Fix unexpected 'manual configuration of dependents with prefer or require cla...Karen Arutyunov1-25/+143
2023-07-19Don't reconfigure dependency if negotiated configuration doesn't changeKaren Arutyunov1-1/+6
2023-05-23Postpone failure due to unsatisfied dependency constraint for existing dependentKaren Arutyunov1-4/+27
2023-05-22Add all src_root!=out_root packages as subprojects during in-process configureBoris Kolpackov1-9/+9
2023-05-08Adjust to build2::context::match_only type changeBoris Kolpackov1-5/+5
2023-04-15Implement in-process package configurationBoris Kolpackov1-29/+373
2023-04-15Split package configuration into two passes in pkg-buildBoris Kolpackov1-85/+93
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-2/+2
2022-08-24Split pkg-build.cxxKaren Arutyunov1-0/+1
2022-06-20Implement dependency configuration negotiationBoris Kolpackov1-67/+129
2022-03-28In pkg-build make sure that reconfiguring dependent doesn't change current de...Karen Arutyunov1-109/+152
2022-03-23Add configuration variable sources to selected packagesKaren Arutyunov1-22/+90
2022-02-22Increment version iteration for external packages on buildfiles changeKaren Arutyunov1-0/+1
2022-02-21Do lazy build system initialization only if/when actually neededBoris Kolpackov1-1/+2
2022-02-17Implement package skeleton loading and enable and reflect clauses evaluationBoris Kolpackov1-16/+28
2022-02-10Minor tweaks to package skeleton implementationBoris Kolpackov1-5/+4
2022-02-09Create package skeleton filesystem stateKaren Arutyunov1-1/+5
2022-02-07Introduce package_skeleton for evaluating dependency clausesKaren Arutyunov1-29/+30
2022-02-03Add support for bootstrap-build and root-build values in package manifestKaren Arutyunov1-2/+17
2022-01-28Add support for multiple dependency alternativesKaren Arutyunov1-35/+17
2022-01-17Add initial support for dependency alternative reflect clauseKaren Arutyunov1-49/+66
2022-01-17Add support for multiple dependencies in alternativeKaren Arutyunov1-63/+97
2022-01-17Adapt to package manifest dependency classes changeKaren Arutyunov1-1/+1
2021-12-08Prepare for supporting multiple dependencies in dependency alternativeKaren Arutyunov1-7/+10
2021-10-12Verify package manifest compatibility with current toolchainKaren Arutyunov1-5/+10
2021-09-22Add --keep-config pkg-disfigure optionBoris Kolpackov1-1/+5
2021-07-09Add support for linked configurationsKaren Arutyunov1-41/+93
2020-06-26Fix build order for test and main packagesKaren Arutyunov1-2/+8
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-2/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-1/+3
2018-11-13Add support for vars grouping for package commandsKaren Arutyunov1-1/+10
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-8/+12
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-14Fallback to output directory removal for --keep-out on disfigure failureKaren Arutyunov1-1/+1
2018-04-27Add support for repository fragmentsKaren Arutyunov1-3/+3
2018-04-19Improve pkg-checkout progress diagnostics at verbosity level 1Boris Kolpackov1-1/+1
2018-04-19Implement build plan simulationKaren Arutyunov1-46/+51
2018-03-16Add support for version iterationKaren Arutyunov1-0/+1
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-1/+1
2018-03-12Add support for --keep-out optionKaren Arutyunov1-1/+3
2018-03-12Add support for shallow fetchKaren Arutyunov1-10/+3
2018-03-09Call output directory just <pkg> for external packagesKaren Arutyunov1-1/+11
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-79/+89