aboutsummaryrefslogtreecommitdiff
path: root/bdep
AgeCommit message (Expand)AuthorFilesLines
2018-08-04Add archive checksum files to build2-control branch in bdep-publishKaren Arutyunov5-27/+491
2018-07-31Extract project from manifest in bdep-publishBoris Kolpackov4-15/+18
2018-07-31Publish all packages in project, not only those initialized in configBoris Kolpackov3-42/+31
2018-07-30Sanitize version substitutionsKaren Arutyunov1-1/+1
2018-07-27Implement package archive uploadKaren Arutyunov5-11/+542
2018-07-27Implement temp directory facilityKaren Arutyunov6-24/+166
2018-07-27Implement publish command for publishing packages to archive repositoriesBoris Kolpackov16-127/+864
2018-07-26Make use of butl::project_nameKaren Arutyunov1-33/+36
2018-07-25Handle package name extensions in bdep-newBoris Kolpackov1-35/+39
2018-07-18Fix test breakages due to nesting checks and amalgamationBoris Kolpackov2-11/+26
2018-07-18Diagnose nested projects in new commandBoris Kolpackov1-20/+32
2018-07-17Add note on nested packages to bdep-new(1)Boris Kolpackov1-1/+1
2018-07-17Diagnose improper project/package arrangements in new commandBoris Kolpackov3-19/+50
2018-07-16Fix typo in bdep.cliKaren Arutyunov1-2/+2
2018-07-11Write project name to package manifest in new commandBoris Kolpackov1-11/+59
2018-07-09Print info on having to issue explicit bdep-sync in bdep-config-setBoris Kolpackov1-0/+2
2018-07-09Adjust ODB compilation script for bdep-based setupBoris Kolpackov1-7/+34
2018-07-02Fix Clang warningBoris Kolpackov1-1/+1
2018-07-02Add ability to suppress auto-synchronization via BDEP_SYNC envvarBoris Kolpackov2-4/+18
2018-07-02Try to obtain real email from environment, VCS in bdep-newBoris Kolpackov4-2/+158
2018-07-02Minor bdep-sync documentation changeBoris Kolpackov1-9/+11
2018-07-02Use recursive wildcard patterns in projects created by bdep-newBoris Kolpackov1-6/+6
2018-07-02Warn of new executable project name starts with lib prefixBoris Kolpackov1-10/+20
2018-06-28Bump build2 version requirement to 0.8.0Boris Kolpackov1-2/+2
2018-06-15Use portable environment variable manipulation functionsKaren Arutyunov3-19/+26
2018-06-13Suppress sync hook if bpkg has configuration openBoris Kolpackov1-7/+27
2018-06-01Fix typo in error messageKaren Arutyunov1-1/+1
2018-05-29Close database schema versionBoris Kolpackov1-1/+1
2018-05-28Relax library name requirement from error to warningBoris Kolpackov1-2/+7
2018-05-26Don't print empty location, zero line/columnBoris Kolpackov2-2/+22
2018-05-26Change license from 'proprietary' to 'TODO' in new commandBoris Kolpackov1-1/+1
2018-05-26Add config command testsKaren Arutyunov1-1/+9
2018-05-24Adapt to inventing package_name typeKaren Arutyunov10-24/+90
2018-05-22Remove unused variablesBoris Kolpackov1-3/+3
2018-05-22Diagnose if configuration is inside packageBoris Kolpackov7-31/+72
2018-05-22Implement config-move subcommandBoris Kolpackov4-29/+134
2018-05-22Add --force option to deinit commandBoris Kolpackov2-12/+30
2018-05-22Implement config-rename subcommandBoris Kolpackov3-14/+114
2018-05-22Implement config-set subcommandBoris Kolpackov2-51/+125
2018-05-22Implement config-list command, adjust config-add/create diagnosticsBoris Kolpackov3-35/+89
2018-05-22Implement config-remove subcommandBoris Kolpackov10-23/+70
2018-05-22Implement config-add and config-create subcommandsBoris Kolpackov5-26/+131
2018-05-21Add package name validation to new commandKaren Arutyunov1-3/+15
2018-05-21Add references to package name specificationBoris Kolpackov2-1/+4
2018-05-19Update copyright yearKaren Arutyunov57-58/+58
2018-05-19Adjust new command to new way of specifying testscript, manifestBoris Kolpackov1-4/+4
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-16Diagnose specifying initialized package as dependencyBoris Kolpackov1-1/+20
2018-05-15Implement support for empty project typeBoris Kolpackov4-67/+98
2018-05-15Implement -@foo as alternative to @foo, also add --config-name|-nBoris Kolpackov3-16/+27