aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Fix unexpected 'no package available for dependency' error when building from...Karen Arutyunov1-1/+1
2023-06-19Add --mask-repository pkg-build optionKaren Arutyunov1-6/+10
2023-06-01Increment version iteration number for selected non-external package regardle...Karen Arutyunov1-22/+7
2023-04-15Implement in-process package configurationBoris Kolpackov1-1/+0
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-1/+1
2022-06-23Add support for additional *-build package manifest values and alternative bu...Karen Arutyunov1-1/+4
2022-06-07Verify symlinks in git repository worktreeKaren Arutyunov1-0/+3
2022-06-07Add --keep-temp common optionKaren Arutyunov1-4/+4
2022-02-22Increment version iteration for external packages on buildfiles changeKaren Arutyunov1-0/+13
2021-10-25Add --progress common optionBoris Kolpackov1-4/+4
2021-09-04Add support for multiple temporary directoriesKaren Arutyunov1-2/+11
2021-08-30Consider repository information from ultimate dependent databases rather then...Karen Arutyunov1-24/+30
2021-08-18Also consider subproject directory names when calculating manifest checksumsBoris Kolpackov1-1/+1
2021-07-30Add support for checked out repository fragments cachingKaren Arutyunov1-61/+139
2021-07-09Add support for linked configurationsKaren Arutyunov1-23/+26
2020-10-01Add --output-{root,purge} options to pkg-checkoutKaren Arutyunov1-15/+84
2020-09-29Run build2 dist meta-operation in pkg-checkout with '--no-external-modules !c...Karen Arutyunov1-14/+8
2020-06-26Fix build order for test and main packagesKaren Arutyunov1-1/+4
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-22Quote directory paths in buildspecsKaren Arutyunov1-4/+4
2019-02-15Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov1-17/+102
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-1/+4
2019-01-24Add support for --no-progress optionKaren Arutyunov1-2/+2
2019-01-23Drop redundant repository checkout for pkg_checkout() simulation modeKaren Arutyunov1-16/+16
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-1/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-6/+20
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-14Fallback to output directory removal for --keep-out on disfigure failureKaren Arutyunov1-3/+2
2018-04-27Add support for repository fragmentsKaren Arutyunov1-18/+15
2018-04-19Implement git repository handling transition (phase 0)Karen Arutyunov1-3/+36
2018-04-19Implement dependency up/down-grade/unholdKaren Arutyunov1-7/+1
2018-04-19Improve pkg-checkout progress diagnostics at verbosity level 1Boris Kolpackov1-5/+14
2018-04-19Implement build plan simulationKaren Arutyunov1-43/+57
2018-03-16Add support for version iterationKaren Arutyunov1-0/+5
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-1/+1
2018-02-22Invent repository_state() functionKaren Arutyunov1-3/+1
2018-02-22Rename repository state to fragmentBoris Kolpackov1-1/+1
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-0/+246