aboutsummaryrefslogtreecommitdiff
path: root/libbpkg
AgeCommit message (Expand)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov6-6/+6
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov2-132/+392
2019-01-08Add package_manifest::load_files() function loading file-* valuesKaren Arutyunov2-3/+48
2018-12-11Add support for build configuration class inheritanceKaren Arutyunov2-14/+56
2018-11-29Add support for builds manifest valueKaren Arutyunov2-3/+482
2018-11-16Fix broken repository_location constructorKaren Arutyunov1-4/+5
2018-11-16Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov2-11/+166
2018-11-08Add support for ssh:// git protocolKaren Arutyunov2-6/+23
2018-11-06Add build-warning-email and build-error-email package manifest valuesKaren Arutyunov2-1/+29
2018-10-09Adapt to basic_url API changeKaren Arutyunov2-39/+56
2018-08-31Add package manifest flagsKaren Arutyunov2-19/+101
2018-08-04Add package_manifest::serialize_header()Karen Arutyunov2-81/+104
2018-07-25Move bpkg::package_name class to butl::project_nameKaren Arutyunov2-288/+2
2018-07-25Add package_name::{base,extension,variable}()Boris Kolpackov2-1/+52
2018-07-11Add support for package project manifest valueKaren Arutyunov2-0/+21
2018-07-09Make repository_url(string) to throw invalid_argument for empty stringKaren Arutyunov2-1/+6
2018-07-05Guess repository type for relative locations and consider git type for all lo...Karen Arutyunov2-27/+12
2018-07-04Remove passing redundant optional argument to dir_exists()Karen Arutyunov1-2/+1
2018-06-15Default version epoch to oneKaren Arutyunov2-8/+26
2018-06-12Make project url and email optional in package manifestKaren Arutyunov2-10/+9
2018-05-30Allow trailing plus in package names (think libc++)0.7.0Boris Kolpackov1-2/+2
2018-05-24Add package_name classKaren Arutyunov4-63/+266
2018-05-21Add validate_package_name() function, validate manifest package namesKaren Arutyunov2-11/+82
2018-05-19Update copyright yearKaren Arutyunov5-5/+5
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-10Add dependency_constraint(string) ctorKaren Arutyunov2-190/+181
2018-05-05Add support for dependency constraint shortcut operatorsKaren Arutyunov1-6/+78
2018-05-04Change version epoch syntax from '<num>~' to '+<num>-'Karen Arutyunov1-49/+58
2018-05-03Make base repository manifest optionalKaren Arutyunov2-51/+51
2018-05-03Add support for dependent repository trustKaren Arutyunov2-4/+59
2018-05-01Add support for default and excluding git ref filtersKaren Arutyunov2-27/+55
2018-04-24Add fragment manifest valueKaren Arutyunov2-0/+48
2018-04-19Add support for comma-separated list of git reference filterKaren Arutyunov2-1/+24
2018-04-19Implement git repository handling transition (phase 0)Boris Kolpackov2-41/+41
2018-03-21Fix 'control reaches end of non-void function' warningKaren Arutyunov1-0/+3
2018-03-21Fix bugs in version handlingBoris Kolpackov1-17/+34
2018-03-16Add support for version iterationKaren Arutyunov2-19/+60
2018-03-16Add back parsing constructor to package_manifestBoris Kolpackov2-182/+186
2018-03-09Check parsed package manifests for duplicatesKaren Arutyunov1-22/+43
2018-03-08Add support for dir repositoryKaren Arutyunov2-93/+315
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov2-69/+68
2018-02-22Add repository URL fragment to canonical nameKaren Arutyunov1-4/+12
2018-02-21Add *_based() predicates to repository_location classKaren Arutyunov1-0/+19
2018-02-15Add support for git manifestsKaren Arutyunov2-347/+714
2018-02-15Assume git repo URL fragment of 40 hex digits is a commit idKaren Arutyunov1-2/+15
2018-02-13Suppress 'unreferenced local variable' VC warningKaren Arutyunov1-2/+2
2018-02-12Add git_reference classKaren Arutyunov2-16/+71
2018-02-08Suppress GCC's 'maybe uninitialized' warning (-O3)Karen Arutyunov1-1/+1
2018-02-08Fix repository_url ctor to normalize pathKaren Arutyunov2-4/+51
2018-02-08Make repository_url(string) ctor explicitKaren Arutyunov1-20/+2