aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Bump version to 0.8.0v0.8.0Boris Kolpackov1-2/+2
2018-09-10Update NEWS fileBoris Kolpackov1-0/+13
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 project manifest valueKaren Arutyunov1-1/+2
2018-07-11Add support for package project manifest valueKaren Arutyunov3-0/+22
2018-07-09Make repository_url(string) to throw invalid_argument for empty stringKaren Arutyunov3-2/+7
2018-07-05Add repositories.manifestBoris Kolpackov1-0/+6
2018-07-05Guess repository type for relative locations and consider git type for all lo...Karen Arutyunov3-36/+35
2018-07-04Remove passing redundant optional argument to dir_exists()Karen Arutyunov1-2/+1
2018-06-28Bump build2 version requirement to 0.8.0Boris Kolpackov1-2/+2
2018-06-20Regularize .gitignore filesKaren Arutyunov3-0/+10
2018-06-15Default version epoch to oneKaren Arutyunov3-29/+69
2018-06-12Make project url and email optional in package manifestKaren Arutyunov2-10/+9
2018-06-01Remove target/scope irregularity workaroundsKaren Arutyunov1-1/+1
2018-05-31Bump version to 0.8.0-a.0.z, master is open for businessBoris Kolpackov1-2/+2
2018-05-30Allow trailing plus in package names (think libc++)0.7.0Boris Kolpackov2-3/+3
2018-05-29Bump version to 0.7.0Boris Kolpackov1-2/+2
2018-05-29Update NEWS fileBoris Kolpackov1-0/+18
2018-05-29Minor terminology update (package/project dependency manager)Boris Kolpackov2-4/+4
2018-05-24Add package_name classKaren Arutyunov4-63/+266
2018-05-21Add validate_package_name() function, validate manifest package namesKaren Arutyunov3-11/+161
2018-05-19Update copyright yearKaren Arutyunov20-20/+20
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov4-15/+3
2018-05-10Add dependency_constraint(string) ctorKaren Arutyunov2-190/+181
2018-05-05Add support for dependency constraint shortcut operatorsKaren Arutyunov2-7/+79
2018-05-04Change version epoch syntax from '<num>~' to '+<num>-'Karen Arutyunov3-128/+118
2018-05-04Adjust to new scope syntaxKaren Arutyunov1-1/+1
2018-05-03Make base repository manifest optionalKaren Arutyunov3-321/+343
2018-05-03Add support for dependent repository trustKaren Arutyunov3-4/+62
2018-05-01Add support for default and excluding git ref filtersKaren Arutyunov3-35/+73
2018-04-24Add fragment manifest valueKaren Arutyunov3-0/+94
2018-04-19Add support for comma-separated list of git reference filterKaren Arutyunov3-9/+46
2018-04-19Implement git repository handling transition (phase 0)Boris Kolpackov3-57/+67
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 Arutyunov3-32/+107
2018-03-16Add back parsing constructor to package_manifestBoris Kolpackov2-182/+186
2018-03-09Check parsed package manifests for duplicatesKaren Arutyunov3-44/+86
2018-03-08Add support for dir repositoryKaren Arutyunov5-97/+370
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov5-150/+149
2018-02-22Add repository URL fragment to canonical nameKaren Arutyunov2-19/+27
2018-02-21Add *_based() predicates to repository_location classKaren Arutyunov1-0/+19
2018-02-15Add support for git manifestsKaren Arutyunov5-470/+1011
2018-02-15Assume git repo URL fragment of 40 hex digits is a commit idKaren Arutyunov2-10/+23
2018-02-13Suppress 'unreferenced local variable' VC warningKaren Arutyunov1-2/+2
2018-02-12Add git_reference classKaren Arutyunov3-40/+120
2018-02-08Suppress GCC's 'maybe uninitialized' warning (-O3)Karen Arutyunov1-1/+1