aboutsummaryrefslogtreecommitdiff
path: root/load/load.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-30Add tenant objectKaren Arutyunov1-10/+18
2018-09-08Add multi-tenancy supportKaren Arutyunov1-19/+65
2018-08-31Add support for git repositories to brep-loadKaren Arutyunov1-79/+161
2018-07-11Add support for package project manifest valueKaren Arutyunov1-0/+5
2018-07-09Adapt to repository_url(string) ctor throwing invalid_argument for empty stringKaren Arutyunov1-2/+2
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-2/+2
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov1-8/+8
2018-03-05Rename bpkg repository type to pkgKaren Arutyunov1-7/+7
2018-02-14Adapt to package/repository manifests API changeKaren Arutyunov1-7/+7
2018-02-12Adapt to making repository_url(string) ctor explicitKaren Arutyunov1-4/+7
2017-12-28Adapt to repository location interface changeKaren Arutyunov1-7/+10
2017-12-01Resolve optional ambiguity in GCC 7Boris Kolpackov1-1/+4
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-7/+7
2017-07-29Add support for src-url and doc-url package manifest valuesKaren Arutyunov1-0/+2
2017-07-10Add support for build include/exclude manifest valuesKaren Arutyunov1-0/+1
2017-07-05Make use of foreign package objects in build-related functionalityKaren Arutyunov1-1/+1
2017-05-24Implement brep-cleanKaren Arutyunov1-7/+4
2017-05-03Use VERSION_ID instead of VERSION_STR where appropriateBoris Kolpackov1-6/+6
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-7/+7
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in l...Karen Arutyunov1-1/+1
2017-04-30Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-6/+6
2017-04-28Switch to version moduleKaren Arutyunov1-1/+0
2017-04-24Add support for build-email package manifest valueKaren Arutyunov1-0/+1
2017-04-19Implement build task, result and log requests handlingKaren Arutyunov1-11/+7
2017-04-04Rename brep-load.conf to loadtab, make use of butl::tab_parserKaren Arutyunov1-80/+74
2017-03-22Fix creating system_error to use generic_category for errno codesKaren Arutyunov1-1/+1
2017-02-04Make loader to ignore SIGPIPEKaren Arutyunov1-24/+37
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-8/+7
2017-01-05Update copyright yearBoris Kolpackov1-2/+2
2016-11-03Adopt to auto_fd introduced to libbutl fdstreams and processKaren Arutyunov1-1/+2
2016-09-29Adapt to move of manifest_parser and manifest_serializer to libbutlKaren Arutyunov1-1/+2
2016-09-15Add io_error alias for std::ios_base::failureKaren Arutyunov1-5/+5
2016-09-05Ignore special build2 and bpkg dependencies in loaderBoris Kolpackov1-0/+11
2016-09-05Add support for build-time dependenciesBoris Kolpackov1-1/+1
2016-08-30Support stubs in loaderKaren Arutyunov1-5/+10
2016-07-22Adapt to fdstream extensionKaren Arutyunov1-41/+29
2016-07-14Add repository certificate info to the About pageKaren Arutyunov1-45/+269
2016-03-17Use serializable transaction isolation levelKaren Arutyunov1-14/+23
2016-03-11Adapt to manifest classes refactoringKaren Arutyunov1-16/+10
2016-03-09Display sha256sum on the package version details pageKaren Arutyunov1-69/+103
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-31Add support for man page generation/install/distBoris Kolpackov1-1/+1
2016-01-30Ignore version revision in package dependencies resolutionBoris Kolpackov1-11/+23
2016-01-23Implement brep-migrate utilityBoris Kolpackov1-0/+838