aboutsummaryrefslogtreecommitdiff
path: root/bdep
AgeCommit message (Expand)AuthorFilesLines
2019-02-19Update build2 and bpkg minimum version requirement in bdep-newBoris Kolpackov1-2/+2
2019-02-15Fix order of options/args when running 'git tag' in bdep-releaseKaren Arutyunov1-2/+3
2019-01-30Adapt to package dependency constraints completion semantic changeKaren Arutyunov2-48/+106
2019-01-26Add --open-base option to bdep-releaseBoris Kolpackov2-4/+43
2019-01-26Add --show-push option to bdep-releaseBoris Kolpackov2-24/+111
2019-01-25Fix typoBoris Kolpackov1-1/+1
2019-01-25Add support for --no-progress optionKaren Arutyunov14-147/+341
2019-01-22Add support for --force option in bdep-release and bdep-publishKaren Arutyunov7-66/+218
2019-01-16Update copyright yearKaren Arutyunov75-76/+76
2019-01-16Make use of butl::b_info() instead of parsing `b info` stdout manuallyKaren Arutyunov1-52/+34
2019-01-14Don't show tagging status in bdep-release open modeBoris Kolpackov1-2/+4
2019-01-12Adapt to standard version API changeKaren Arutyunov1-7/+7
2019-01-11Work around VC14 issues with 'for (...) try' constructBoris Kolpackov1-38/+43
2019-01-11Adjust git verbosity in bdep-releaseBoris Kolpackov1-3/+2
2019-01-11Extract remote/branch rather than assuming origin/HEAD in bdep-releaseBoris Kolpackov1-47/+53
2019-01-10Fix bdep-release diagnostics for *-file manifest values expansion validationKaren Arutyunov1-1/+1
2019-01-10Implement bdep-release that manages project's version during releaseBoris Kolpackov13-30/+1112
2018-12-13Factor git-status code from bdep-ci to git_status()Boris Kolpackov3-97/+169
2018-11-30Fix argument passing bugBoris Kolpackov2-2/+2
2018-11-23Rework slightly executable project buildfile generated by bdep-newBoris Kolpackov1-5/+9
2018-11-22Convert bdep-new to use dependency chains, variable blocksBoris Kolpackov1-36/+51
2018-11-19Add --jobs common optionKaren Arutyunov4-2/+32
2018-11-16Adapt to repository typed URLs (dir+file://..., etc)Karen Arutyunov1-9/+31
2018-11-15Improve bdep-new diagnostics for when directory already contains projectBoris Kolpackov1-31/+33
2018-11-13Pass --deep option to bpkg-pkg-verify in bdep-publishKaren Arutyunov1-0/+5
2018-10-31Warn if publishing with a staged toolchainBoris Kolpackov1-0/+4
2018-10-31Send CI requests from staged toolchain to ci.stage.build2.orgBoris Kolpackov3-2/+16
2018-10-18Add binless option to bdep-new c++ language parameterBoris Kolpackov2-101/+185
2018-10-11Tone down lib prefix warnings in bdep-newBoris Kolpackov1-4/+2
2018-09-08Documentation fixesBoris Kolpackov2-13/+8
2018-09-04Rename .test/test{} to .testscript/testscript{}Karen Arutyunov1-3/+6
2018-09-03Reorder lines in library buildfile generated by bdep-newBoris Kolpackov1-3/+4
2018-09-03Tweak bdep-publish and bdep-ci diagnosticsBoris Kolpackov2-4/+6
2018-09-01Add comment to bdep-new-generated buildfileBoris Kolpackov1-1/+2
2018-08-30Produce more flexible export stub in bdep-newBoris Kolpackov1-1/+1
2018-08-29Add unit-tests option to bdep-newBoris Kolpackov2-117/+225
2018-08-28Implement CI request submissionKaren Arutyunov4-474/+607
2018-08-25Implement bdep-ci commandBoris Kolpackov13-212/+698
2018-08-25Always print reference submit result manifest value if presentKaren Arutyunov1-10/+19
2018-08-22Add support for specifying publisher's name in addition to emailBoris Kolpackov8-124/+186
2018-08-20Advise user to retry publishing on server errorKaren Arutyunov1-4/+10
2018-08-20Reorder modules in bdep-newBoris Kolpackov1-2/+2
2018-08-15Use sanitized name stem for language identifiers in bdep-newBoris Kolpackov1-4/+28
2018-08-15Always use full (three-component) git version for consistencyBoris Kolpackov1-2/+2
2018-08-14Adapt to git_version() returning semantic_version nowKaren Arutyunov7-28/+31
2018-08-12Make get_ver staticKaren Arutyunov2-2/+2
2018-08-11Make get-related functions to take minimum supported version as an argumentKaren Arutyunov7-48/+101
2018-08-07Add git version check (2.12 is minimum supported)Karen Arutyunov6-53/+115
2018-08-06Fix bdep-publish failure for older git versionsKaren Arutyunov1-8/+14
2018-08-04Fix unreliable git output match in publish testscriptKaren Arutyunov1-1/+1