aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Improve pkg-build's 'unable to upgrade package' diagnosticsKaren Arutyunov1-6/+6
2022-12-12Adapt to dir_iterator API changeKaren Arutyunov1-1/+1
2022-08-02For rep-create, pkg-verify, and rep-info don't verify build-time toolchain de...Karen Arutyunov1-0/+1
2022-06-20Implement dependency configuration negotiationBoris Kolpackov1-9/+9
2022-02-03Add support for bootstrap-build and root-build values in package manifestKaren Arutyunov1-1/+5
2021-10-07Add support for applying backward compatibility workarounds to packages.manif...Karen Arutyunov1-1/+20
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2020-06-26Fix build order for test and main packagesKaren Arutyunov1-1/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-31Document default options files for commandsKaren Arutyunov1-0/+4
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov1-3/+3
2019-08-16Add support for default options filesKaren Arutyunov1-2/+43
2019-08-12Adjust to fdstream constructor changesBoris Kolpackov1-2/+2
2019-05-07Add support for description-type package manifest valueKaren Arutyunov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-1/+1
2018-11-13Add pkg-verify --deep optionKaren Arutyunov1-35/+3
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-2/+3
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-17Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov1-1/+1
2018-05-03Adapt to optional base repository manifestKaren Arutyunov1-3/+10
2018-05-03Add support for dependent repository trustKaren Arutyunov1-1/+2
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-3/+3
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov1-14/+14
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-3/+3
2018-02-19Parse repositories and packages files for git repositoriesKaren Arutyunov1-1/+0
2018-02-15Adapt to package/repository manifests API changeKaren Arutyunov1-2/+2
2018-02-12Clone and fetch git repositoriesKaren Arutyunov1-1/+3
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-3/+3
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-3/+3
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-8/+8
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-4/+2
2016-09-29Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-1/+1
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-2/+1
2016-07-30Convert to use canonical directory separatorsBoris Kolpackov1-1/+1
2016-07-28Adjust to new path implementationBoris Kolpackov1-1/+1
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-10/+7
2016-05-31Port to MinGWKaren Arutyunov1-2/+7
2016-05-04Add support for repository authenticationKaren Arutyunov1-7/+43
2016-03-11Make rep_create to convert file-type manifest values to corresponding inline-...Karen Arutyunov1-1/+35
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-5/+5
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-4/+0
2016-01-30Add checksum verificationBoris Kolpackov1-17/+28
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-4/+4
2015-10-22Implement dependents check in drop commandBoris Kolpackov1-2/+5
2015-09-29Add --tar, --tar-option options, test with bsdtarBoris Kolpackov1-5/+8
2015-09-24Factor and reuse manifest fetching codeBoris Kolpackov1-28/+3