aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-24Add --forward option to bdep-submitBoris Kolpackov1-7/+4
This option instructs the submit command to use each package's forwarded configuration in order to prepare the distributions. This help with setups where there is no single configuration that had all the packages (such as a build system module project).
2019-08-16Fix uncaught invalid_path exceptionKaren Arutyunov1-5/+2
2019-08-13Add support for default options filesKaren Arutyunov1-1/+1
2019-01-30Adapt to package dependency constraints completion semantic changeKaren Arutyunov1-5/+29
Now shortcut operator completion fails if the dependent version is the latest snapshot.
2019-01-22Add support for --force option in bdep-release and bdep-publishKaren Arutyunov1-35/+52
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-16Make use of butl::b_info() instead of parsing `b info` stdout manuallyKaren Arutyunov1-52/+34
2019-01-10Implement bdep-release that manages project's version during releaseBoris Kolpackov1-3/+3
2018-08-25Implement bdep-ci commandBoris Kolpackov1-0/+67
2018-07-31Extract project from manifest in bdep-publishBoris Kolpackov1-6/+10
2018-07-17Diagnose improper project/package arrangements in new commandBoris Kolpackov1-17/+10
2018-06-01Fix typo in error messageKaren Arutyunov1-1/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-4/+5
2018-05-22Diagnose if configuration is inside packageBoris Kolpackov1-5/+7
2018-05-22Implement config-move subcommandBoris Kolpackov1-1/+3
2018-05-22Implement config-list command, adjust config-add/create diagnosticsBoris Kolpackov1-5/+5
2018-05-22Implement config-remove subcommandBoris Kolpackov1-10/+23
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-04-26Add support for forwarded configurationsBoris Kolpackov1-65/+83
2018-04-15Workaround for few compiler warningsBoris Kolpackov1-1/+1
2018-03-15Implement status commandBoris Kolpackov1-0/+22
2018-03-14Fix bug in find_project_packages() logicBoris Kolpackov1-5/+11
2018-03-12Initial sync implementationBoris Kolpackov1-9/+11
2018-03-12Store initialized packages for each configuration in databaseBoris Kolpackov1-11/+32
2018-03-09Support for resolving and adding configurationsBoris Kolpackov1-4/+104
2018-03-08Handle command line project/packages discoveryBoris Kolpackov1-0/+200