aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-1/+1
2021-09-20Fix options/arguments parsing in bpkg.cxxKaren Arutyunov1-5/+5
2021-09-17Allow options and vars in any order inside argument groups in pkg-buildKaren Arutyunov1-2/+2
2021-09-06Make pkg-build to accept multiple current configurationsKaren Arutyunov1-0/+11
2021-09-04Add support for multiple temporary directoriesKaren Arutyunov1-25/+25
2021-08-13Add support for cfg-unlinkKaren Arutyunov1-1/+3
2021-08-06Adapt to support for option positions added to butl::load_default_options()Karen Arutyunov1-9/+23
2021-08-04Add --no-private-config option for pkg-build and --no-{host,build2}-config op...Karen Arutyunov1-13/+6
2021-08-03Make necessary arrangements of new option position functionalityBoris Kolpackov1-7/+21
2021-07-20Add support for cfg-infoKaren Arutyunov1-0/+2
2021-07-09Add support for linked configurationsKaren Arutyunov1-0/+2
2020-12-08Fix handling --options-file option in default options filesKaren Arutyunov1-1/+2
2020-10-07Add support for BPKG_DEF_OPT environment variableKaren Arutyunov1-3/+21
2020-09-14Exit with status 2 for recoverable errorsKaren Arutyunov1-0/+7
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov1-3/+13
2019-08-16Adapt to load_default_options() now throwing pair<path, system_error> instead...Karen Arutyunov1-1/+6
2019-08-16Add support for default options filesKaren Arutyunov1-14/+145
2019-05-28Print backtrace to stderr when terminating due to unhandled exceptionKaren Arutyunov1-0/+19
2019-01-16Update copyright yearKaren Arutyunov1-2/+2
2018-11-13Add support for vars grouping for package commandsKaren Arutyunov1-8/+10
2018-11-09Add support for pkg-build configuration variablesKaren Arutyunov1-35/+54
2018-06-15Use portable environment variable manipulation functionsKaren Arutyunov1-7/+17
2018-05-19Update copyright yearKaren Arutyunov1-2/+2
2018-04-19Improve pkg-checkout progress diagnostics at verbosity level 1Boris Kolpackov1-0/+2
2018-04-19Switch to CLI-generated group_scannerBoris Kolpackov1-8/+25
2018-03-07Fix typoBoris Kolpackov1-1/+1
2018-02-26Add support for rep-list and rep-remove, update rep-addKaren Arutyunov1-0/+4
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-0/+2
2018-01-16Use tmp directory facility for storing temporary certificatesBoris Kolpackov1-2/+1
2018-01-16Implement temp directory facilityBoris Kolpackov1-18/+43
2017-05-03Use VERSION_ID instead of VERSION_STR where appropriateBoris Kolpackov1-3/+3
2017-05-01Add hxx extension for headers and lib prefix for library dirsKaren Arutyunov1-27/+27
2017-04-28Switch to version moduleKaren Arutyunov1-1/+0
2017-03-22Fix creating system_error to use generic_category for errno codesKaren Arutyunov1-1/+1
2017-02-04Make bpkg to ignore SIGPIPEKaren Arutyunov1-1/+14
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-2/+2
2016-12-09Add --quiet alias for -qBoris Kolpackov1-1/+1
2016-09-04Add -V which is equivalent to --verbose 3Boris Kolpackov1-1/+3
2016-08-22Add workaround for Windows baseutils /bin search issueBoris Kolpackov1-0/+28
2016-08-21Implement searching for b in bpkg's exec directory as last resortBoris Kolpackov1-0/+2
2016-06-18Rename cfg-{add,fetch} to rep-{add,fetch} (aliases stay same)Boris Kolpackov1-14/+14
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+1
2016-02-12Add support for mixing command line options and argumentsBoris Kolpackov1-19/+49
2016-01-26Implement pkg-test|test commandBoris Kolpackov1-0/+2
2016-01-11Documentation improvementsBoris Kolpackov1-2/+2
2016-01-09Update copyright yearBoris Kolpackov1-2/+2
2015-12-10Add pkg-install|install and pkg-uninstall|uninstall commandsBoris Kolpackov1-12/+16