aboutsummaryrefslogtreecommitdiff
path: root/load
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Add support for $ in package manifest dependency constraintKaren Arutyunov1-6/+12
2018-11-29Add support for builds manifest valueKaren Arutyunov1-0/+1
2018-11-15Add support for repository location compound schemes (git+https, etc)Karen Arutyunov1-10/+8
2018-11-06Add support for build-warning-email and build-error-email package manifest va...Karen Arutyunov1-0/+2
2018-10-30Add tenant objectKaren Arutyunov1-10/+18
2018-10-27Fix loader tenant option definitionKaren Arutyunov1-0/+1
2018-09-08Add multi-tenancy supportKaren Arutyunov2-19/+71
2018-08-31Add support for git repositories to brep-loadKaren Arutyunov2-84/+178
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 Arutyunov5-6/+6
2018-03-05Add .manifest extension to repositories, packages and signature filesKaren Arutyunov1-8/+8
2018-03-05Style/naming cleanup in man synopsisBoris Kolpackov1-3/+3
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-08-24Don't clean generated cli files from srcKaren Arutyunov1-2/+5
2017-07-29Add support for src-url and doc-url package manifest valuesKaren Arutyunov1-0/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-6/+3
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 Arutyunov4-23/+29
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 Arutyunov5-18/+18
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 Arutyunov2-15/+12
2017-04-04Rename brep-load.conf to loadtab, make use of butl::tab_parserKaren Arutyunov2-83/+77
2017-03-22Fix creating system_error to use generic_category for errno codesKaren Arutyunov1-1/+1
2017-03-03Rework build2 cli compilationBoris Kolpackov1-6/+6
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 Kolpackov5-6/+6
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-09-01Only set cli.options if cli is configuredBoris Kolpackov1-1/+4
2016-08-31Build infrastructure updateKaren Arutyunov1-1/+7
2016-08-30Support stubs in loaderKaren Arutyunov1-5/+10
2016-08-28Update build infrastructureBoris Kolpackov1-3/+3
2016-07-22Adapt to fdstream extensionKaren Arutyunov1-41/+29
2016-07-14Add repository certificate info to the About pageKaren Arutyunov5-49/+370