aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Adapt to moving path match to path-pattern.?xxKaren Arutyunov1-1/+2
2019-09-28Adapt to swapping of entry and pattern parameters in butl::path_match()Karen Arutyunov1-1/+1
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov4-5/+5
2019-09-20Adapt to bracket expressions in wildcard patternsKaren Arutyunov1-2/+17
2019-09-05Adapt to optional package revisionKaren Arutyunov12-83/+262
2019-08-22Quote directory paths in buildspecsKaren Arutyunov1-4/+4
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov6-14/+35
2019-08-16Adapt to load_default_options() now throwing pair<path, system_error> instead...Karen Arutyunov1-1/+6
2019-08-16Add '--std c++11' CLI option in buildfileKaren Arutyunov1-6/+7
2019-08-16Add support for default options filesKaren Arutyunov25-39/+499
2019-08-12Adjust to fdstream constructor changesBoris Kolpackov2-4/+4
2019-08-09Print information messages instead of warnings prior to git repository deep/d...Karen Arutyunov1-3/+3
2019-08-07Work around bug in MSVC 16.2Boris Kolpackov1-0/+16
2019-08-02Use butl::small_vector instead of std::vector in persistent classes where it ...Karen Arutyunov3-3/+5
2019-08-02Cosmetic changesBoris Kolpackov1-5/+5
2019-08-02Fix failure to upgrade package from git repository when its submodule changedKaren Arutyunov2-12/+54
2019-07-20Fix recent database migrations drop regenerating package.xmlKaren Arutyunov2-12/+2
2019-07-05Use __linux__ macro instead of __linuxKaren Arutyunov1-1/+1
2019-06-22Fix assertion failure on fetch from git:// repository location using --fetch-...Karen Arutyunov1-2/+2
2019-06-22Drop all database migrations to be backward compatible with 0.10.0 and above ...Karen Arutyunov2-30/+4
2019-06-21Consider only latest revisions for git repository location default setKaren Arutyunov2-5/+34
2019-06-20Add anchor to COMMANDS section in bpkg(1)Boris Kolpackov1-1/+1
2019-06-18Fix failure to fetch git repository location with tagged commit id for git 2.22Karen Arutyunov1-30/+68
2019-06-07Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-'Karen Arutyunov2-3/+12
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