aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Add --existing|-e option to bpkg-cfg-createBoris Kolpackov2-35/+84
2019-06-03Fix missing for Windows path::traits alias renamingKaren Arutyunov1-1/+1
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ...Karen Arutyunov4-6/+7
2019-05-31Allow specifying system package that doesn't belong to any repository for pkg...Karen Arutyunov5-45/+212
2019-05-28Print backtrace to stderr when terminating due to unhandled exceptionKaren Arutyunov2-0/+24
2019-05-24Adapt version.hxx.in to increasing standard version major, minor, and patch m...Karen Arutyunov1-15/+14
2019-05-23Fix bug in start_extract() process management logicBoris Kolpackov1-0/+6
2019-05-23Switch to libarchive's bsdtar as default on WindowsBoris Kolpackov1-4/+2
2019-05-22Prep work for switching to libarchive's bsdtar on WindowsBoris Kolpackov2-17/+53
2019-05-22Unify package archive extraction cases to use common implementationBoris Kolpackov3-113/+110
2019-05-21Add rep-info --deep optionKaren Arutyunov5-22/+144
2019-05-21Detect and complain about dependency cycle in pkg-buildKaren Arutyunov3-159/+236
2019-05-07Add support for description-type package manifest valueKaren Arutyunov4-7/+10
2019-05-01Fix rep-fetch test failing for git 2.21.0Karen Arutyunov1-0/+7
2019-04-04Update --options-file option descriptionKaren Arutyunov1-11/+11
2019-03-23Cosmetic changesBoris Kolpackov1-11/+11
2019-03-23Skip git repository submodules with 'none' update method configuredKaren Arutyunov1-9/+80
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