aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2020-12-08Fix handling --options-file option in default options filesKaren Arutyunov1-1/+2
2020-12-07Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commandsKaren Arutyunov4-13/+39
2020-11-12Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commandsKaren Arutyunov12-38/+119
2020-11-04Drop -p alias for --print-only option for pkg-build since it clashes with --p...Karen Arutyunov1-1/+1
2020-10-07Add support for BPKG_DEF_OPT environment variableKaren Arutyunov2-3/+27
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 Arutyunov2-51/+141
2020-10-01Add --output-{root,purge} options to pkg-checkoutKaren Arutyunov7-26/+134
2020-10-01Adapt to adding ext_mods parameter to butl::b_info()Karen Arutyunov1-0/+1
2020-09-29Run build2 dist meta-operation in pkg-checkout with '--no-external-modules !c...Karen Arutyunov2-18/+14
2020-09-14Exit with status 2 for recoverable errorsKaren Arutyunov4-14/+48
2020-09-12Match certificate fingerprints case-insensitivelyKaren Arutyunov4-9/+12
2020-08-05Fix mv() diagnosticsBoris Kolpackov1-1/+1
2020-07-23Drop all database migrations to be backward compatible with 0.12.0 and above ...Karen Arutyunov3-32/+6
2020-07-01Improve diagnostics when failing on git repositories with uncleanly removed s...Karen Arutyunov1-33/+49
2020-06-26Fix build order for test and main packagesKaren Arutyunov15-130/+376
2020-06-26Fix pkg-disfigure diagnosticsKaren Arutyunov1-1/+1
2020-06-19Get rid of unnecessary copiesBoris Kolpackov1-2/+2
2020-06-18Fix assertion failure in rep-removeKaren Arutyunov1-7/+20
2020-05-01Add --pkg-proxy common optionKaren Arutyunov21-55/+250
2020-04-07Minor comments and diagnostics fixKaren Arutyunov1-7/+7
2020-04-07Fix fixup_worktree() to properly replace git's filesystem-agnostic symlinks w...Karen Arutyunov1-1/+1
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov1-3/+3
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov1-4/+5
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov5-6/+6
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov2-3/+11
2020-02-07Drop copyright notice from source codeKaren Arutyunov111-111/+0
2020-02-03Change rep-create certificate expiration warning threshold from 60 days to 1 ...Karen Arutyunov1-1/+1
2019-11-28Fix bundled git running other git as a child on WindowsKaren Arutyunov1-1/+26
2019-11-26Use switch in buildfileKaren Arutyunov1-4/+8
2019-11-18Fix crashing on depends manifest values specifying earliest release in versio...Karen Arutyunov2-4/+13
2019-11-07Remove unused header inclusionBoris Kolpackov1-2/+0
2019-11-01Add --package-cwd option to bpkg-pkg-testKaren Arutyunov11-17/+79
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-31Document default options files for commandsKaren Arutyunov33-5/+583
2019-10-31Add support for package version constraint in pkg-build command argumentsKaren Arutyunov10-244/+426
2019-09-30Adapt to moving path match to path-pattern.?xxKaren Arutyunov1-1/+2
2019-09-28Adapt to swapping of entry and pattern parameters in butl::path_match()Karen Arutyunov1-1/+1
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov4-5/+5
2019-09-20Adapt to bracket expressions in wildcard patternsKaren Arutyunov1-2/+17
2019-09-05Adapt to optional package revisionKaren Arutyunov12-83/+262
2019-08-22Quote directory paths in buildspecsKaren Arutyunov1-4/+4
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov6-14/+35
2019-08-16Adapt to load_default_options() now throwing pair<path, system_error> instead...Karen Arutyunov1-1/+6
2019-08-16Add '--std c++11' CLI option in buildfileKaren Arutyunov1-6/+7
2019-08-16Add support for default options filesKaren Arutyunov25-39/+499
2019-08-12Adjust to fdstream constructor changesBoris Kolpackov2-4/+4
2019-08-09Print information messages instead of warnings prior to git repository deep/d...Karen Arutyunov1-3/+3