summaryrefslogtreecommitdiffstats
path: root/bpkg
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in buildfileHEADmasterKaren Arutyunov2019-03-081-1/+1
* Use new setup for unit testsKaren Arutyunov2019-03-082-5/+36
* Align with latest bdep-newKaren Arutyunov2019-03-051-2/+9
* Adjust to new aggregate initialization rules in C++20Boris Kolpackov2019-02-261-0/+32
* Improve ODB regeneration scriptBoris Kolpackov2019-02-221-3/+7
* Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov2019-02-154-191/+726
* Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov2019-02-091-12/+17
* Fix github-based repository fetching for URLs missing .git extensionKaren Arutyunov2019-02-083-16/+57
* Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov2019-01-307-32/+59
* Add stub version tags to git repository default setKaren Arutyunov2019-01-261-3/+5
* Redirect git stdout to stderr in run_git()Karen Arutyunov2019-01-241-34/+34
* 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