aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov1-3/+3
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov1-4/+5
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov5-6/+6
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov2-3/+11
2020-02-07Drop copyright notice from source codeKaren Arutyunov111-111/+0
2020-02-03Change rep-create certificate expiration warning threshold from 60 days to 1 ...Karen Arutyunov1-1/+1
2019-11-28Fix bundled git running other git as a child on WindowsKaren Arutyunov1-1/+26
2019-11-26Use switch in buildfileKaren Arutyunov1-4/+8
2019-11-18Fix crashing on depends manifest values specifying earliest release in versio...Karen Arutyunov2-4/+13
2019-11-07Remove unused header inclusionBoris Kolpackov1-2/+0
2019-11-01Add --package-cwd option to bpkg-pkg-testKaren Arutyunov11-17/+79
2019-11-01Fix assertion failure in pkg-build for --verbose 4Karen Arutyunov1-8/+22
2019-10-31Fix pkg-build crash for multiple repos with same location URLKaren Arutyunov1-3/+26
2019-10-31Document default options files for commandsKaren Arutyunov33-5/+583
2019-10-31Add support for package version constraint in pkg-build command argumentsKaren Arutyunov10-244/+426
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