aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-02Complete and normalize --default-options pathBoris Kolpackov1-0/+17
2022-12-08Add --[no]diag-color options (infrastructure only)Boris Kolpackov1-16/+55
2022-07-20Fail if no module specified for being created configurationKaren Arutyunov1-2/+2
2021-10-25Add --progress common optionBoris Kolpackov1-3/+38
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-1/+1
2021-09-22Allow options and arguments in any order inside argument groups in syncKaren Arutyunov1-4/+10
2021-09-06Add argument grouping support for dependencies in bdep-{sync,init}Boris Kolpackov1-8/+8
2021-08-06Adapt to support for option positions added to butl::load_default_options()Karen Arutyunov1-9/+23
2021-08-05Make find_configurations() to preserve configurations order on command lineKaren Arutyunov1-4/+5
2021-08-03Make necessary arrangements of new option position functionalityBoris Kolpackov1-6/+20
2020-12-08Fix handling --options-file option in default options filesKaren Arutyunov1-1/+2
2020-10-07Add support for BDEP_DEF_OPT environment variableKaren Arutyunov1-3/+21
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-7/+13
2019-08-16Adapt to load_default_options() now throwing pair<path, system_error> instead...Karen Arutyunov1-1/+6
2019-08-16Add --no-default-options common optionKaren Arutyunov1-1/+2
2019-08-14Add default options files search tracingKaren Arutyunov1-4/+21
2019-08-13Add support for default options filesKaren Arutyunov1-12/+94
2019-06-17Allow specifying pkg-args in bdep-init -A and -C formsKaren Arutyunov1-20/+39
2019-05-28Print backtrace to stderr when terminating due to unhandled exceptionKaren Arutyunov1-1/+20
2019-03-15Add support for c++ source file extensions granular customizationKaren Arutyunov1-1/+1
2019-01-25Add support for --no-progress optionKaren Arutyunov1-0/+3
2019-01-16Update copyright yearKaren Arutyunov1-2/+2
2019-01-10Implement bdep-release that manages project's version during releaseBoris Kolpackov1-0/+2
2018-08-25Implement bdep-ci commandBoris Kolpackov1-0/+2
2018-07-27Implement temp directory facilityKaren Arutyunov1-23/+50
2018-07-27Implement publish command for publishing packages to archive repositoriesBoris Kolpackov1-10/+12
2018-06-15Use portable environment variable manipulation functionsKaren Arutyunov1-7/+17
2018-05-19Update copyright yearKaren Arutyunov1-2/+2
2018-05-15Implement -@foo as alternative to @foo, also add --config-name|-nBoris Kolpackov1-2/+3
2018-05-13Implement deinit commandBoris Kolpackov1-0/+2
2018-05-10Implement test, update, and clean commandsBoris Kolpackov1-0/+6
2018-05-10Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov1-4/+8
2018-04-28Implement auto-synchronization via build system hookBoris Kolpackov1-1/+2
2018-03-29Setup config subcommand handling infrastructureBoris Kolpackov1-20/+5
2018-03-24Implement --config-create|-C in init and newBoris Kolpackov1-10/+9
2018-03-15Implement status commandBoris Kolpackov1-0/+2
2018-03-14Implement fetch commandBoris Kolpackov1-0/+2
2018-03-13Setup command line infrastructure for new commandBoris Kolpackov1-6/+7
2018-03-12Initial sync implementationBoris Kolpackov1-1/+3
2018-03-08Setup project database infrastructureBoris Kolpackov1-4/+4
2018-03-07Setup compilation, command line handlingBoris Kolpackov1-0/+310