aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Backupbuild2-configKaren Arutyunov1-7/+6
2021-07-01Add support for build2 configurationsKaren Arutyunov1-67/+78
2021-07-01Add support for building dependency in other configuration and re-pointing de...Karen Arutyunov1-170/+721
2021-07-01Fix selection of build entry between two in pkg-buildKaren Arutyunov1-5/+13
2021-07-01Add support for associated configurationsKaren Arutyunov1-562/+1279
2021-06-09Various cleanupsKaren Arutyunov1-10/+17
2021-04-19Match package spec local repository locations in pkg-build case-insensitively...Karen Arutyunov1-4/+25
2021-04-17Fix pkg-build crashing on empty repository locationKaren Arutyunov1-0/+3
2020-10-06Add tracing of execution plan refinement/simulationKaren Arutyunov1-0/+7
2020-10-06Separate configure step from fetch/unpack|checkout in pkg-buildKaren Arutyunov1-10/+13
2020-10-03Add --checkout-{root,purge} to pkg-buildKaren Arutyunov1-51/+125
2020-09-29Run build2 dist meta-operation in pkg-checkout with '--no-external-modules !c...Karen Arutyunov1-4/+6
2020-06-26Fix build order for test and main packagesKaren Arutyunov1-93/+20
2020-05-01Add --pkg-proxy common optionKaren Arutyunov1-2/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-01Add --package-cwd option to bpkg-pkg-testKaren Arutyunov1-2/+6
2019-11-01Fix assertion failure in pkg-build for --verbose 4Karen Arutyunov1-8/+22
2019-10-31Fix pkg-build crash for multiple repos with same location URLKaren Arutyunov1-3/+26
2019-10-31Add support for package version constraint in pkg-build command argumentsKaren Arutyunov1-167/+217
2019-09-05Adapt to optional package revisionKaren Arutyunov1-23/+49
2019-06-07Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-'Karen Arutyunov1-1/+1
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ...Karen Arutyunov1-2/+2
2019-05-31Allow specifying system package that doesn't belong to any repository for pkg...Karen Arutyunov1-38/+194
2019-05-21Detect and complain about dependency cycle in pkg-buildKaren Arutyunov1-156/+233
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-12/+21
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-12/+20
2018-12-05Don't fail implicitly up/down-grading dependency, unless it's version is heldKaren Arutyunov1-11/+17
2018-11-25Fix merging package variables in pkg-buildKaren Arutyunov1-9/+8
2018-11-24Fix assertion failing during build plan simulationKaren Arutyunov1-6/+9
2018-11-13Add pkg-verify --deep optionKaren Arutyunov1-2/+9
2018-11-13Add support for vars grouping for package commandsKaren Arutyunov1-13/+13
2018-11-10Fix pkg-build crash on system package dropKaren Arutyunov1-5/+12
2018-11-09Add support for pkg-build configuration variablesKaren Arutyunov1-67/+186
2018-07-09Fix pkg-build crash for <package>@<location> spec in presense of --no-fetch o...Karen Arutyunov1-2/+8
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-61/+65
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-15Fix pkg-build diagnosticsKaren Arutyunov1-1/+1
2018-05-10Add support for --patch optionKaren Arutyunov1-86/+364
2018-05-03Tweak pkg-build plan wordingBoris Kolpackov1-4/+6
2018-04-27Add support for repository fragmentsKaren Arutyunov1-129/+163
2018-04-19Implement dependency up/down-grade/unholdKaren Arutyunov1-669/+1662
2018-04-19Add --plan option to pkg-buildBoris Kolpackov1-18/+38
2018-04-19Implement package drops via plan refinementsKaren Arutyunov1-206/+263
2018-04-19Minor tweaksBoris Kolpackov1-6/+8
2018-04-19Add "just reconfigure" action to build_packageBoris Kolpackov1-24/+34
2018-04-19Replace --{drop,keep}-prerequisites with --keep-unusedBoris Kolpackov1-8/+8
2018-04-19Include drops into the overall planKaren Arutyunov1-151/+141
2018-04-19Add build_package::actionBoris Kolpackov1-36/+45
2018-04-19More drop workBoris Kolpackov1-38/+24