aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13Adapt to butl::b_info() API changeKaren Arutyunov1-1/+2
2022-12-06Add support for --target-config and --package-config to bdep-ci commandKaren Arutyunov1-0/+6
2022-08-24Drop all database migrations to be backward compatible with 0.14.0 and above ↵Karen Arutyunov1-1/+1
(two minor versions behind)
2022-03-31Fix bdep-status output in JSON format not to fail for non-initialized packagesKaren Arutyunov1-4/+13
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-1/+1
2021-07-20Add support for configuration type and bdep-config-link sub-commandKaren Arutyunov1-5/+19
2021-03-11Make bdep fail if -d option doesn't refer to project or package rootKaren Arutyunov1-8/+11
2020-10-01Adapt to adding ext_mods parameter to butl::b_info()Karen Arutyunov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-24Add --forward option to bdep-submitBoris Kolpackov1-0/+9
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-02-26Adjust to new aggregate initialization rules in C++20Boris Kolpackov1-0/+20
2019-01-22Add support for --force option in bdep-release and bdep-publishKaren Arutyunov1-1/+5
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-10Implement bdep-release that manages project's version during releaseBoris Kolpackov1-1/+16
2018-08-25Implement bdep-ci commandBoris Kolpackov1-0/+8
2018-07-31Extract project from manifest in bdep-publishBoris Kolpackov1-2/+3
2018-07-31Publish all packages in project, not only those initialized in configBoris Kolpackov1-1/+1
2018-07-17Diagnose improper project/package arrangements in new commandBoris Kolpackov1-0/+18
2018-05-29Close database schema versionBoris Kolpackov1-1/+1
2018-05-24Adapt to inventing package_name typeKaren Arutyunov1-3/+11
2018-05-22Diagnose if configuration is inside packageBoris Kolpackov1-1/+1
2018-05-22Implement config-move subcommandBoris Kolpackov1-1/+2
2018-05-22Implement config-remove subcommandBoris Kolpackov1-4/+7
2018-05-22Implement config-add and config-create subcommandsBoris Kolpackov1-0/+6
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-10Implement test, update, and clean commandsBoris Kolpackov1-4/+4
2018-04-28Implement auto-synchronization via build system hookBoris Kolpackov1-0/+1
2018-04-26Add support for forwarded configurationsBoris Kolpackov1-0/+4
2018-04-15Workaround for few compiler warningsBoris Kolpackov1-5/+5
2018-04-14Work around ODB type aliasing issueBoris Kolpackov1-1/+3
2018-03-15Implement status commandBoris Kolpackov1-0/+5
2018-03-12Initial sync implementationBoris Kolpackov1-3/+9
2018-03-12Store initialized packages for each configuration in databaseBoris Kolpackov1-8/+51
2018-03-09Support for resolving and adding configurationsBoris Kolpackov1-8/+64
2018-03-08Setup project database infrastructureBoris Kolpackov1-0/+37
2018-03-08Handle command line project/packages discoveryBoris Kolpackov1-0/+33