aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
AgeCommit message (Collapse)AuthorFilesLines
2024-02-28Fix 'already used by another process' error on deinitKaren Arutyunov1-1/+9
2023-11-16Force full refetch on first bdep-init for project (GH issue #343)Boris Kolpackov1-5/+8
2023-07-21Fix init and sync commands to consider project packages specified on command ↵Karen Arutyunov1-0/+5
line
2023-06-29Add --sys-sudo options for sync and init commandsKaren Arutyunov1-1/+5
2023-06-27Add --sys-* options for sync and init commandsKaren Arutyunov1-0/+24
2023-06-21Fix deinit command to try bpkg-pkg-build --deorphan if bpkg-pkg drop failsKaren Arutyunov1-0/+13
2022-12-15Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-1/+1
2021-09-15Fix pre-sync'inc of configurations belonging to same clusterBoris Kolpackov1-2/+53
2021-09-06Add argument grouping support for dependencies in bdep-{sync,init}Boris Kolpackov1-1/+1
2021-08-05Add support for automatic creation of configurations for build-time dependenciesKaren Arutyunov1-3/+23
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