aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov2-21/+200
2018-11-29Add support for builds manifest valueKaren Arutyunov1-0/+21
2018-11-06Add build-warning-email and build-error-email package manifest valuesKaren Arutyunov1-0/+2
2018-07-11Add support for package project manifest valueKaren Arutyunov1-0/+1
2018-07-05Guess repository type for relative locations and consider git type for all lo...Karen Arutyunov1-9/+23
2018-05-30Allow trailing plus in package names (think libc++)0.7.0Boris Kolpackov1-1/+1
2018-05-21Add validate_package_name() function, validate manifest package namesKaren Arutyunov1-0/+79
2018-05-19Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-05Add support for dependency constraint shortcut operatorsKaren Arutyunov1-1/+1
2018-05-04Change version epoch syntax from '<num>~' to '+<num>-'Karen Arutyunov1-2/+2
2018-05-03Make base repository manifest optionalKaren Arutyunov1-270/+292
2018-05-03Add support for dependent repository trustKaren Arutyunov1-0/+3
2018-04-24Add fragment manifest valueKaren Arutyunov1-0/+46
2018-03-09Check parsed package manifests for duplicatesKaren Arutyunov2-22/+43
2018-03-08Add support for dir repositoryKaren Arutyunov2-4/+41
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov2-18/+18
2018-02-15Add support for git manifestsKaren Arutyunov2-118/+258
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-2/+2
2017-08-02Make use of manifest_parser::split_comment() and manifest_serializer::merge_c...Karen Arutyunov1-3/+3
2017-07-29Add support for src-url and doc-url package manifest valuesKaren Arutyunov1-1/+3
2017-07-20Manifest test cosmetic changeKaren Arutyunov1-1/+1
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-13Fix tests linkageKaren Arutyunov1-4/+3
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-07-10Add support for build include/exclude manifest valuesKaren Arutyunov1-0/+4
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-2/+2
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov2-3/+3
2017-04-24Add support for build-email package manifest valueKaren Arutyunov1-0/+3
2017-01-25Comments minor cleanupKaren Arutyunov2-15/+10
2017-01-24Move manifest parsing/serializing tests to testscriptKaren Arutyunov7-165/+178
2017-01-07Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+2
2017-01-05Update copyright yearBoris Kolpackov2-2/+2
2016-09-29Move manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-2/+2
2016-07-22Adapt to fdstream extensionKaren Arutyunov1-13/+3
2016-05-31Port to MinGWKaren Arutyunov2-1/+11
2016-05-04Add signature_manifest classKaren Arutyunov4-4/+24
2016-04-26Add certificate member to the repository_manifest classKaren Arutyunov1-0/+32
2016-03-11Replace description and change classes with text_file classKaren Arutyunov1-2/+0
2016-02-09Support comment in the repository email manifest valueBoris Kolpackov1-1/+1
2016-01-30Add support for checksum verificationBoris Kolpackov1-0/+5
2016-01-09Update copyright yearBoris Kolpackov2-2/+2
2016-01-08Support package dependency version rangeBoris Kolpackov1-0/+1
2016-01-08Support version releaseBoris Kolpackov1-10/+10
2015-11-18Add url, email, summary, description members to the repository_manifest classBoris Kolpackov1-0/+5
2015-09-25Add role member to the repository_manifest classBoris Kolpackov1-0/+2
2015-09-04Split manifests into package_manifests and repository_manifestsBoris Kolpackov5-7/+32
2015-09-04Add location to package manifestBoris Kolpackov1-0/+3
2015-07-24Update for new build2Boris Kolpackov1-2/+1
2015-06-26Implement package version structBoris Kolpackov2-3/+3