summaryrefslogtreecommitdiffstats
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-054-10/+25
* Add 'builds: all' value to manifestKaren Arutyunov2019-03-041-1/+1
* Adjust to new aggregate initialization rules in C++20Boris Kolpackov2019-02-261-0/+32
* Disable tests failing for root user on POSIX systemsKaren Arutyunov2019-02-252-2/+14
* Fix typo in NEWS fileBoris Kolpackov2019-02-221-1/+1
* Improve ODB regeneration scriptBoris Kolpackov2019-02-221-3/+7
* Change version to 0.10.0-a.0.zBoris Kolpackov2019-02-212-8/+8
* Release version 0.9.0Boris Kolpackov2019-02-192-6/+6
* Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov2019-02-1520-233/+979
* Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov2019-02-092-12/+26
* Fix github-based repository fetching for URLs missing .git extensionKaren Arutyunov2019-02-083-16/+57
* Update NEWS fileBoris Kolpackov2019-02-081-3/+49
* 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-249-426/+483
* Drop redundant repository checkout for pkg_checkout() simulation modeKaren Arutyunov2019-01-231-16/+16
* Update submodulesBoris Kolpackov2019-01-171-0/+0
* Update copyright yearKaren Arutyunov2019-01-16148-149/+149
* 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-1531-35/+224
* Make use of package_manifest::load_files() functionKaren Arutyunov2019-01-081-29/+6
* Fix manual to reflect that package description is displayed in brep as pre-fo...Karen Arutyunov2019-01-081-7/+6
* Mention build configuration inheritance in builds value documentationBoris Kolpackov2018-12-101-2/+6
* Fix bug documentation formattingBoris Kolpackov2018-12-071-1/+1
* 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-052-25/+118
* Fix typo in doc/manual.cliKaren Arutyunov2018-12-041-1/+1
* Suppress MSVC warnings at project levelKaren Arutyunov2018-12-031-0/+6
* Add commented out builds value to manifestKaren Arutyunov2018-12-021-0/+1
* Regularize value comments in manifest examples in manualKaren Arutyunov2018-12-021-17/+17
* Document new build-include/exclude pattern matching semanticsBoris Kolpackov2018-11-301-6/+15
* Document package manifest builds valueKaren Arutyunov2018-11-291-6/+85
* 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 few clarifications to 'requires' package manifest value documentationBoris Kolpackov2018-11-191-2/+6
* Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2018-11-166-79/+144
* Fix pkg-update/vars testsKaren Arutyunov2018-11-131-2/+2
* Add pkg-verify --deep optionKaren Arutyunov2018-11-1310-63/+137
* Add support for vars grouping for package commandsKaren Arutyunov2018-11-1324-122/+210
* Fix pkg-build crash on system package dropKaren Arutyunov2018-11-102-5/+24
* Add support for pkg-build configuration variablesKaren Arutyunov2018-11-095-107/+307
* 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-087-13/+48
* Document build-warning-email and build-error-email package manifest valuesKaren Arutyunov2018-11-061-3/+27