aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-05-19Update copyright yearKaren Arutyunov10-10/+10
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 Arutyunov2-79/+60
2018-05-03Make base repository manifest optionalKaren Arutyunov1-270/+292
2018-05-03Add support for dependent repository trustKaren Arutyunov1-0/+3
2018-05-01Add support for default and excluding git ref filtersKaren Arutyunov1-8/+18
2018-04-24Add fragment manifest valueKaren Arutyunov1-0/+46
2018-04-19Add support for comma-separated list of git reference filterKaren Arutyunov1-8/+22
2018-04-19Implement git repository handling transition (phase 0)Boris Kolpackov1-16/+26
2018-03-16Add support for version iterationKaren Arutyunov1-13/+47
2018-03-09Check parsed package manifests for duplicatesKaren Arutyunov2-22/+43
2018-03-08Add support for dir repositoryKaren Arutyunov3-4/+55
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov3-81/+81
2018-02-22Add repository URL fragment to canonical nameKaren Arutyunov1-15/+15
2018-02-15Add support for git manifestsKaren Arutyunov3-123/+297
2018-02-15Assume git repo URL fragment of 40 hex digits is a commit idKaren Arutyunov1-8/+8
2018-02-12Add git_reference classKaren Arutyunov1-24/+49
2018-02-08Fix repository_url ctor to normalize pathKaren Arutyunov1-0/+44
2018-02-08Add support for git location type to repository manifestKaren Arutyunov1-0/+5
2018-01-15Add type prefix for repository canonical nameKaren Arutyunov1-61/+62
2017-12-28Add support for git repository locationsKaren Arutyunov1-530/+626
2017-10-03Adapt to modularization of libbutlKaren Arutyunov3-7/+7
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-22Fix ambiguity between std::optional and butl::optional (take 2)Karen Arutyunov2-867/+895
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov2-1/+9
2017-07-20Manifest test cosmetic changeKaren Arutyunov1-1/+1
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov3-3/+3
2017-07-13Fix tests linkageKaren Arutyunov3-12/+9
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov4-7/+4
2017-07-12Make tests to be a sub-projectKaren Arutyunov3-0/+28
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 Arutyunov3-7/+7
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov7-9/+11
2017-04-26Change max version component from 8 to 16 charactersBoris Kolpackov1-10/+11
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 Arutyunov3-3/+6
2017-01-05Update copyright yearBoris Kolpackov7-7/+7
2016-12-03Adapt to semantics change of path::normalize()Karen Arutyunov1-1/+28
2016-09-29Add libbutl dependency for package-version testKaren Arutyunov1-2/+3
2016-09-29Move manifest_parser and manifest_serializer to libbutlKaren Arutyunov11-569/+7
2016-09-05Add support for build-time dependenciesBoris Kolpackov1-0/+3
2016-09-01Do not strip absolute location canonical name prefix if the result is emptyKaren Arutyunov1-0/+10
2016-07-22Adapt to fdstream extensionKaren Arutyunov2-25/+6
2016-07-12Use ./ instead of just . to denote current directory in buildfilesBoris Kolpackov1-1/+1
2016-05-31Port to MinGWKaren Arutyunov6-10/+115
2016-05-04Add signature_manifest classKaren Arutyunov4-4/+24