aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-08Proofread NEWS filesBoris Kolpackov1-15/+15
2019-06-07Update NEWS filesBoris Kolpackov1-0/+36
2019-06-07Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-'Karen Arutyunov4-4/+38
2019-06-04Add test for bpkg-cfg-create --existing optionKaren Arutyunov1-0/+12
2019-06-04Replace tags with topics/keywords in package manifestBoris Kolpackov1-1/+1
2019-06-04Add --existing|-e option to bpkg-cfg-createBoris Kolpackov2-35/+84
With this option cfg-create initializes a bpkg configuration based on an existing build system configuration instead of creating a new one.
2019-06-03Fix missing for Windows path::traits alias renamingKaren Arutyunov1-1/+1
2019-06-03Replace tags with keywords, add topics package manifest values in manualBoris Kolpackov1-16/+23
2019-06-03Add support for AGPLBoris Kolpackov1-0/+2
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ↵Karen Arutyunov4-6/+7
string_table class templates
2019-05-31Fix pkg-build test failing on WindowsKaren Arutyunov1-1/+1
2019-05-31Allow specifying system package that doesn't belong to any repository for ↵Karen Arutyunov7-48/+297
pkg-build
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 ↵Karen Arutyunov1-15/+14
max values up to 99999
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
Note that MSYS GNU tar can still be requested by passing --tar=tar.
2019-05-22Update submodulesBoris Kolpackov1-0/+0
2019-05-22Document package manifest upstream-version valueKaren Arutyunov1-0/+8
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 Arutyunov21-85/+298
2019-05-21Detect and complain about dependency cycle in pkg-buildKaren Arutyunov4-159/+329
2019-05-17Update 'license' package manifest value documentationBoris Kolpackov1-21/+28
2019-05-07Add support for description-type package manifest valueKaren Arutyunov7-9/+35
2019-05-07Convert UTF-8 tree characters to ASCII when producing PS from XHTML in ↵Karen Arutyunov1-2/+13
doc/cli.sh
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-23Cleanup some files replacing tabs with spacesKaren Arutyunov10-36/+36
2019-03-23Cosmetic changesBoris Kolpackov1-11/+11
2019-03-23Skip git repository submodules with 'none' update method configuredKaren Arutyunov1-9/+80
2019-03-20Change version to 0.11.0-a.0.zBoris Kolpackov2-8/+8
2019-03-18Release version 0.10.0v0.10.0Boris Kolpackov2-6/+6
2019-03-18Update NEWS fileBoris Kolpackov1-0/+4
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 Arutyunov4-10/+25
2019-03-04Add 'builds: all' value to manifestKaren Arutyunov1-1/+1
2019-02-26Adjust to new aggregate initialization rules in C++20Boris Kolpackov1-0/+32
2019-02-25Disable tests failing for root user on POSIX systemsKaren Arutyunov2-2/+14
2019-02-22Fix typo in NEWS fileBoris Kolpackov1-1/+1
2019-02-22Improve ODB regeneration scriptBoris Kolpackov1-3/+7
2019-02-21Change version to 0.10.0-a.0.zBoris Kolpackov2-8/+8
2019-02-19Release version 0.9.0v0.9.0Boris Kolpackov2-6/+6
2019-02-15Implement git repository working tree fix up for package checkout on WindowsKaren Arutyunov20-233/+979
2019-02-09Fix git repository fetch that was deep regardless of the sensing resultKaren Arutyunov2-12/+26
2019-02-08Fix github-based repository fetching for URLs missing .git extensionKaren Arutyunov3-16/+57
2019-02-08Update NEWS fileBoris Kolpackov1-3/+49
2019-01-30Fix package dependency constraint completions that could end up with latest ↵Karen Arutyunov7-32/+59
snapshot
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