aboutsummaryrefslogtreecommitdiff
path: root/load
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Karen Arutyunov1-7/+7
libbutl
2017-05-01Adapt to adding hxx extension for headers and lib prefix for library dir in ↵Karen Arutyunov1-1/+1
libbpkg
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
2016-03-17Use serializable transaction isolation levelKaren Arutyunov2-16/+27
2016-03-11Adapt to manifest classes refactoringKaren Arutyunov1-16/+10
2016-03-09Display sha256sum on the package version details pageKaren Arutyunov3-73/+139
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-31Add support for man page generation/install/distBoris Kolpackov4-9/+9
2016-01-30Ignore version revision in package dependencies resolutionBoris Kolpackov1-11/+23
2016-01-23Implement brep-migrate utilityBoris Kolpackov4-0/+933