aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-24Add --forward option to bdep-submitBoris Kolpackov1-0/+10
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-13Add support for default options filesKaren Arutyunov1-0/+9
2019-03-07Add support for alternative build file/directory naming schemeBoris Kolpackov1-0/+3
Specifically, the bdep-new --type|-t now has the new 'alt-naming' sub-option that can be used to create projects with the alternative naming.
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-13Implement deinit commandBoris Kolpackov1-0/+11
2018-05-10Implement test, update, and clean commandsBoris Kolpackov1-2/+5
2018-05-10Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov1-1/+5
2018-04-28Implement auto-synchronization via build system hookBoris Kolpackov1-1/+2
2018-03-16Don't prompt and automatically drop unused prerequisites in syncBoris Kolpackov1-2/+3
2018-03-14Implement --fetch|-f and --fetch-full|-F in sync commandBoris Kolpackov1-1/+5
2018-03-12Initial sync implementationBoris Kolpackov1-0/+25