aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Fix bug in buildfileKaren Arutyunov1-1/+1
2019-03-08Use new setup for unit testsKaren Arutyunov2-5/+36
2019-03-05Align with latest bdep-newKaren Arutyunov1-2/+9
2019-02-26Adjust to new aggregate initialization rules in C++20Boris Kolpackov1-0/+32
2019-02-22Improve ODB regeneration scriptBoris Kolpackov1-3/+7
2019-02-15Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov4-191/+726
2019-02-09Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov1-12/+17
2019-02-08Fix github-based repository fetching for URLs missing .git extensionKaren Arutyunov3-16/+57
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov7-32/+59
2019-01-26Add stub version tags to git repository default setKaren Arutyunov1-3/+5
2019-01-24Redirect git stdout to stderr in run_git()Karen Arutyunov1-34/+34
2019-01-24Add support for --no-progress optionKaren Arutyunov5-94/+256
2019-01-23Drop redundant repository checkout for pkg_checkout() simulation modeKaren Arutyunov1-16/+16
2019-01-16Update copyright yearKaren Arutyunov109-110/+110
2019-01-16Make use of butl::b_info() instead of parsing `b info` stdout manuallyKaren Arutyunov1-53/+25
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov13-29/+54
2019-01-08Make use of package_manifest::load_files() functionKaren Arutyunov1-29/+6
2018-12-05Prevent git-reset from messing up pkg-{build,checkout} outputKaren Arutyunov1-8/+15
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 git repository commit fetch failureKaren Arutyunov1-1/+45
2018-11-24Fix assertion failing during build plan simulationKaren Arutyunov1-6/+9
2018-11-19Add --jobs common optionKaren Arutyunov2-1/+20
2018-11-16Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov4-12/+36
2018-11-13Add pkg-verify --deep optionKaren Arutyunov8-62/+114
2018-11-13Add support for vars grouping for package commandsKaren Arutyunov21-105/+153
2018-11-10Fix pkg-build crash on system package dropKaren Arutyunov1-5/+12
2018-11-09Add support for pkg-build configuration variablesKaren Arutyunov4-107/+256
2018-11-09Clean up command line variable handling in pkg-configure, pkg-<command>Boris Kolpackov3-27/+12
2018-11-08Adjust command line variable scope syntax to reflect build system changesBoris Kolpackov1-2/+2
2018-11-08Add support for ssh:// git protocolKaren Arutyunov3-13/+30
2018-11-02Fix crash when compiled with GCC 4.9Karen Arutyunov1-2/+2
2018-11-02Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov1-14/+53
2018-11-02Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov1-4/+10
2018-10-23Adapt to inheriting butl::invalid_path from std::invalid_argumentKaren Arutyunov2-8/+8
2018-10-16Add explicit move() suggested by Clang 7Boris Kolpackov1-1/+1
2018-10-11Work around compiler issues in qualified_option class templateBoris Kolpackov4-11/+11
2018-10-10Add support for openssl qualified optionsKaren Arutyunov6-26/+200
2018-09-20Fix bpkg to issue meaningful diagnostics if can't execute opensslKaren Arutyunov1-24/+12
2018-09-11Close database schema versionBoris Kolpackov1-1/+1
2018-09-10Issue warning for git repository that have no packages available and its URL ...Karen Arutyunov1-0/+8
2018-08-29Fix rep-info crash when no repository fragments are fetchedKaren Arutyunov1-6/+5
2018-08-29Add --{repositories|packages}-file options to bpkg-rep-infoBoris Kolpackov3-16/+90
2018-08-14Adapt to git_version() returning semantic_version nowKaren Arutyunov1-3/+4
2018-08-07Make use of git utility functions from libbutlKaren Arutyunov1-63/+40
2018-08-04Minor formatting fixKaren Arutyunov1-1/+1
2018-07-30Sanitize version substitutionsKaren Arutyunov1-1/+1
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov14-37/+37
2018-07-12Add --manifest option to pkg-verifyKaren Arutyunov3-2/+27
2018-07-10Drop unused sha256(istream) functionKaren Arutyunov2-22/+0