aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-42/+42
2018-02-22Add repository URL fragment to canonical nameKaren Arutyunov1-4/+12
2018-02-15Add support for git manifestsKaren Arutyunov1-306/+590
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 Arutyunov1-3/+34
2018-02-08Suppress GCC's 'maybe uninitialized' warning (-O3)Karen Arutyunov1-1/+1
2018-02-08Fix repository_url ctor to normalize pathKaren Arutyunov1-3/+31
2018-02-08Add support for git location type to repository manifestKaren Arutyunov1-2/+2
2018-02-08Allow enforcing file:// notation for repository_url::string()Karen Arutyunov1-8/+2
2018-01-15Add type prefix for repository canonical nameKaren Arutyunov1-9/+19
2018-01-01Get rid of unused lambda capturesBoris Kolpackov1-2/+2
2017-12-28Add support for git repository locationsKaren Arutyunov1-238/+380
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-5/+5
2017-08-02Make use of manifest_parser::split_comment() and manifest_serializer::merge_c...Karen Arutyunov1-100/+83
2017-07-29Add support for src-url and doc-url package manifest valuesKaren Arutyunov1-27/+46
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov1-0/+3
2017-07-10Add support for build include/exclude manifest valuesKaren Arutyunov1-0/+32
2017-05-13Fix VC15 warnings (/W3)Karen Arutyunov1-1/+1
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-5/+6
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-0/+2190