summaryrefslogtreecommitdiffstats
path: root/bpkg
Commit message (Expand)AuthorAgeFilesLines
* Add support for --no-progress optionKaren Arutyunov2019-01-245-94/+256
* Drop redundant repository checkout for pkg_checkout() simulation modeKaren Arutyunov2019-01-231-16/+16
* Update copyright yearKaren Arutyunov2019-01-16109-110/+110
* Make use of butl::b_info() instead of parsing `b info` stdout manuallyKaren Arutyunov2019-01-161-53/+25
* Add support for $ in package manifest dependency constraintKaren Arutyunov2019-01-1513-29/+54
* Make use of package_manifest::load_files() functionKaren Arutyunov2019-01-081-29/+6
* Prevent git-reset from messing up pkg-{build,checkout} outputKaren Arutyunov2018-12-051-8/+15
* Don't fail implicitly up/down-grading dependency, unless it's version is heldKaren Arutyunov2018-12-051-11/+17
* Fix merging package variables in pkg-buildKaren Arutyunov2018-11-251-9/+8
* Fix git repository commit fetch failureKaren Arutyunov2018-11-241-1/+45
* Fix assertion failing during build plan simulationKaren Arutyunov2018-11-241-6/+9
* Add --jobs common optionKaren Arutyunov2018-11-192-1/+20
* Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2018-11-164-12/+36
* Add pkg-verify --deep optionKaren Arutyunov2018-11-138-62/+114
* Add support for vars grouping for package commandsKaren Arutyunov2018-11-1321-105/+153
* Fix pkg-build crash on system package dropKaren Arutyunov2018-11-101-5/+12
* Add support for pkg-build configuration variablesKaren Arutyunov2018-11-094-107/+256
* Clean up command line variable handling in pkg-configure, pkg-<command>Boris Kolpackov2018-11-093-27/+12
* Adjust command line variable scope syntax to reflect build system changesBoris Kolpackov2018-11-081-2/+2
* Add support for ssh:// git protocolKaren Arutyunov2018-11-083-13/+30
* Fix crash when compiled with GCC 4.9Karen Arutyunov2018-11-021-2/+2
* Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov2018-11-021-14/+53
* Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov2018-11-021-4/+10
* Adapt to inheriting butl::invalid_path from std::invalid_argumentKaren Arutyunov2018-10-232-8/+8
* Add explicit move() suggested by Clang 7Boris Kolpackov2018-10-161-1/+1
* Work around compiler issues in qualified_option class templateBoris Kolpackov2018-10-114-11/+11
* Add support for openssl qualified optionsKaren Arutyunov2018-10-106-26/+200
* Fix bpkg to issue meaningful diagnostics if can't execute opensslKaren Arutyunov2018-09-201-24/+12
* Close database schema versionBoris Kolpackov2018-09-111-1/+1
* Issue warning for git repository that have no packages available and its URL ...Karen Arutyunov2018-09-101-0/+8
* Fix rep-info crash when no repository fragments are fetchedKaren Arutyunov2018-08-291-6/+5
* Add --{repositories|packages}-file options to bpkg-rep-infoBoris Kolpackov2018-08-293-16/+90
* Adapt to git_version() returning semantic_version nowKaren Arutyunov2018-08-141-3/+4
* Make use of git utility functions from libbutlKaren Arutyunov2018-08-071-63/+40
* Minor formatting fixKaren Arutyunov2018-08-041-1/+1
* Sanitize version substitutionsKaren Arutyunov2018-07-301-1/+1
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-1214-37/+37
* Add --manifest option to pkg-verifyKaren Arutyunov2018-07-123-2/+27
* Drop unused sha256(istream) functionKaren Arutyunov2018-07-102-22/+0
* Fix memory leak due to complement repository cyclesKaren Arutyunov2018-07-095-51/+57
* Fix pkg-build crash for <package>@<location> spec in presense of --no-fetch o...Karen Arutyunov2018-07-091-2/+8
* Adapt to repository_url(string) ctor throwing invalid_argument for empty stringKaren Arutyunov2018-07-093-10/+4
* Workaround for GCC bug #86441Boris Kolpackov2018-07-091-1/+12
* Adjust ODB compilation script for bdep-based setupBoris Kolpackov2018-07-091-6/+33
* Supress clang's 'control may reach end of non-void function' warningKaren Arutyunov2018-07-071-1/+1
* Move prompt facility from bpkg to libbutlBoris Kolpackov2018-07-072-39/+14
* Minor diagnostics tweakBoris Kolpackov2018-07-051-1/+1
* Adapt to prerequisite repository type guessing rules changeKaren Arutyunov2018-07-051-1/+1
* Strip .git extension for non-existent local prerequisite locationKaren Arutyunov2018-07-051-0/+21
* Default version epoch to oneKaren Arutyunov2018-06-153-1/+53