aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-01Store in database and document *-name, *-version, and *-to-downstream-version...Karen Arutyunov1-1/+1
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-2/+2
2022-08-02For rep-create, pkg-verify, and rep-info don't verify build-time toolchain de...Karen Arutyunov1-17/+32
2022-07-13Add support for build-file package manifest valueKaren Arutyunov1-22/+64
2022-06-23Add support for additional *-build package manifest values and alternative bu...Karen Arutyunov1-57/+96
2022-02-03Add support for bootstrap-build and root-build values in package manifestKaren Arutyunov1-0/+106
2022-01-17Add support for multiple dependencies in alternativeKaren Arutyunov1-36/+45
2022-01-17Adapt to package manifest dependency classes changeKaren Arutyunov1-2/+10
2021-12-08Prepare for supporting multiple dependencies in dependency alternativeKaren Arutyunov1-4/+7
2021-10-13Ignore build2/bpkg runtime dependencies while verifying package manifest comp...Karen Arutyunov1-42/+37
2021-10-12Verify package manifest compatibility with current toolchainKaren Arutyunov1-26/+152
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-08-04Add --no-private-config option for pkg-build and --no-{host,build2}-config op...Karen Arutyunov1-2/+2
2020-05-01Add --pkg-proxy common optionKaren Arutyunov1-1/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-05-21Add rep-info --deep optionKaren Arutyunov1-1/+1
2019-05-07Add support for description-type package manifest valueKaren Arutyunov1-1/+2
2019-01-30Fix package dependency constraint completions that could end up with latest s...Karen Arutyunov1-2/+5
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-4/+9
2019-01-08Make use of package_manifest::load_files() functionKaren Arutyunov1-29/+6
2018-11-13Add pkg-verify --deep optionKaren Arutyunov1-2/+52
2018-07-12Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov1-3/+3
2018-07-12Add --manifest option to pkg-verifyKaren Arutyunov1-1/+20
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-03-16Add support for version iterationKaren Arutyunov1-2/+3
2018-03-16Use package_manifest() ctorKaren Arutyunov1-2/+2
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-1/+1
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-2/+2
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
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-3/+3
2017-05-01Reimplement tar invocations to do manual decompressionBoris Kolpackov1-15/+16
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-3/+3
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-3/+2
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-1/+1
2016-09-29Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-2/+1
2016-09-16Add io_error alias for std::ios_base::failureKaren Arutyunov1-2/+2
2016-07-23Adapt to fdstream extensionKaren Arutyunov1-22/+4
2016-03-11Make rep_create to convert file-type manifest values to corresponding inline-...Karen Arutyunov1-102/+78
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-25Don't enforce <name>-<version> form for user-supplied package directoriesBoris Kolpackov1-11/+13
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-12-07Ignoring unknown manifest entries where appropriateBoris Kolpackov1-5/+6
2015-10-22Implement dependents check in drop commandBoris Kolpackov1-4/+13