aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-9/+9
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-09-05Add support for build-time dependenciesBoris Kolpackov1-0/+26
2016-08-29Support system packagesKaren Arutyunov1-9/+77
2016-07-30Convert to use canonical directory separatorsBoris Kolpackov1-3/+5
2016-06-18Quote build2 operations argumentsKaren Arutyunov1-4/+4
2016-04-23Revert revision ignoring in satisfy(constraint, constraint)Boris Kolpackov1-5/+6
2016-04-12Set common variables in pkg-* commands on the whole configurationBoris Kolpackov1-1/+1
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-5/+5
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-12-08Add support for --build, --build-option common optionsBoris Kolpackov1-3/+4
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-1/+1
2015-10-22Implement dependents check in drop commandBoris Kolpackov1-1/+3
2015-10-10Complete build commandBoris Kolpackov1-40/+55