aboutsummaryrefslogtreecommitdiff
path: root/tests/repository-location/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-3/+3
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-2/+2
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-1/+3
2020-11-23On Windows convert repo canonical name path part to lower caseKaren Arutyunov1-0/+12
2020-09-03Normalize host in repository URLKaren Arutyunov1-0/+5
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-16Add support for repository typed URLs (git+https://..., etc)Karen Arutyunov1-12/+50
2018-11-08Add support for ssh:// git protocolKaren Arutyunov1-0/+8
2018-10-09Adapt to basic_url API changeKaren Arutyunov1-0/+8
2018-07-09Make repository_url(string) to throw invalid_argument for empty stringKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-01Add support for default and excluding git ref filtersKaren Arutyunov1-8/+18
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-08Add support for dir repositoryKaren Arutyunov1-0/+14
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-63/+63
2018-02-22Add repository URL fragment to canonical nameKaren Arutyunov1-15/+15
2018-02-15Add support for git manifestsKaren Arutyunov1-5/+39
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 Arutyunov1-3/+3
2017-07-22Fix ambiguity between std::optional and butl::optional (take 2)Karen Arutyunov1-565/+583
2017-07-21Fix ambiguity between std::optional and butl::optionalKaren Arutyunov1-0/+2
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in ↵Karen Arutyunov1-3/+3
libbutl
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-1/+1
2017-01-07Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-03Adapt to semantics change of path::normalize()Karen Arutyunov1-1/+28
2016-09-29Move manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-1/+1
2016-09-01Do not strip absolute location canonical name prefix if the result is emptyKaren Arutyunov1-0/+10
2016-05-31Port to MinGWKaren Arutyunov1-7/+92
2016-01-14Support repository web interface relative locationsBoris Kolpackov1-10/+156
2016-01-11Support new revision of repository name specification, /pkg/ strippingBoris Kolpackov1-15/+68
2016-01-09Support https protocol for repository_locationBoris Kolpackov1-0/+49
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-10-13Make remote repository location path relativeBoris Kolpackov1-1/+6
2015-09-21Adopt repository location test to reflect expanded empty locationBoris Kolpackov1-2/+9
2015-08-06Implement the completion of relative repository location to remote/absoluteBoris Kolpackov1-4/+97
2015-07-21Implement repository_location classBoris Kolpackov1-0/+153