summaryrefslogtreecommitdiffstats
path: root/bdep
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in buildfileKaren Arutyunov2019-03-081-1/+1
|
* Use new setup for unit testsKaren Arutyunov2019-03-082-5/+36
|
* Fix typos in new.cliKaren Arutyunov2019-03-081-3/+3
|
* Add support for bdep-new --subdirectory mode, no-version -t=lib sub-optionBoris Kolpackov2019-03-083-317/+501
|
* Add support for alternative build file/directory naming schemeBoris Kolpackov2019-03-074-13/+60
| | | | | 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.
* Preparatory work for alternative build file/directory naming schemeBoris Kolpackov2019-03-061-17/+27
|
* Align with latest bdep-newKaren Arutyunov2019-03-051-2/+9
|
* Adjust to new aggregate initialization rules in C++20Boris Kolpackov2019-02-261-0/+20
|
* Improve ODB regeneration scriptBoris Kolpackov2019-02-221-3/+7
|
* Update build2 and bpkg minimum version requirement in bdep-newBoris Kolpackov2019-02-191-2/+2
|
* Fix order of options/args when running 'git tag' in bdep-releaseKaren Arutyunov2019-02-151-2/+3
|
* Adapt to package dependency constraints completion semantic changeKaren Arutyunov2019-01-302-48/+106
| | | | | Now shortcut operator completion fails if the dependent version is the latest snapshot.
* Add --open-base option to bdep-releaseBoris Kolpackov2019-01-262-4/+43
|
* Add --show-push option to bdep-releaseBoris Kolpackov2019-01-262-24/+111
|
* Fix typoBoris Kolpackov2019-01-251-1/+1
|
* Add support for --no-progress optionKaren Arutyunov2019-01-2514-147/+341
|
* Add support for --force option in bdep-release and bdep-publishKaren Arutyunov2019-01-227-66/+218
|
* Update copyright yearKaren Arutyunov2019-01-1675-76/+76
|
* Make use of butl::b_info() instead of parsing `b info` stdout manuallyKaren Arutyunov2019-01-161-52/+34
|
* Don't show tagging status in bdep-release open modeBoris Kolpackov2019-01-141-2/+4
| | | | It will always be 'no' since we don't tag in this mode.
* Adapt to standard version API changeKaren Arutyunov2019-01-121-7/+7
|
* Work around VC14 issues with 'for (...) try' constructBoris Kolpackov2019-01-111-38/+43
|
* Adjust git verbosity in bdep-releaseBoris Kolpackov2019-01-111-3/+2
|
* Extract remote/branch rather than assuming origin/HEAD in bdep-releaseBoris Kolpackov2019-01-111-47/+53
|
* Fix bdep-release diagnostics for *-file manifest values expansion validationKaren Arutyunov2019-01-101-1/+1
|
* Implement bdep-release that manages project's version during releaseBoris Kolpackov2019-01-1013-30/+1112
|
* Factor git-status code from bdep-ci to git_status()Boris Kolpackov2018-12-133-97/+169
|
* Fix argument passing bugBoris Kolpackov2018-11-302-2/+2
|
* Rework slightly executable project buildfile generated by bdep-newBoris Kolpackov2018-11-231-5/+9
|
* Convert bdep-new to use dependency chains, variable blocksBoris Kolpackov2018-11-221-36/+51
|
* Add --jobs common optionKaren Arutyunov2018-11-194-2/+32
|
* Adapt to repository typed URLs (dir+file://..., etc)Karen Arutyunov2018-11-161-9/+31
|
* Improve bdep-new diagnostics for when directory already contains projectBoris Kolpackov2018-11-151-31/+33
|
* Pass --deep option to bpkg-pkg-verify in bdep-publishKaren Arutyunov2018-11-131-0/+5
|
* Warn if publishing with a staged toolchainBoris Kolpackov2018-10-311-0/+4
|
* Send CI requests from staged toolchain to ci.stage.build2.orgBoris Kolpackov2018-10-313-2/+16
|
* Add binless option to bdep-new c++ language parameterBoris Kolpackov2018-10-182-101/+185
| | | | | This allows creation of a simpler buildfile for header-only (and, in the future, for module-only) libraries.
* Tone down lib prefix warnings in bdep-newBoris Kolpackov2018-10-111-4/+2
|
* Documentation fixesBoris Kolpackov2018-09-082-13/+8
|
* Rename .test/test{} to .testscript/testscript{}Karen Arutyunov2018-09-041-3/+6
|
* Reorder lines in library buildfile generated by bdep-newBoris Kolpackov2018-09-031-3/+4
|
* Tweak bdep-publish and bdep-ci diagnosticsBoris Kolpackov2018-09-032-4/+6
|
* Add comment to bdep-new-generated buildfileBoris Kolpackov2018-09-011-1/+2
|
* Produce more flexible export stub in bdep-newBoris Kolpackov2018-08-301-1/+1
|
* Add unit-tests option to bdep-newBoris Kolpackov2018-08-292-117/+225
| | | | | If specified (-t exe,unit-tests or -t lib,unit-tests) then generate build infrastructure for unit testing.
* Implement CI request submissionKaren Arutyunov2018-08-284-474/+607
|
* Implement bdep-ci commandBoris Kolpackov2018-08-2513-212/+698
|
* Always print reference submit result manifest value if presentKaren Arutyunov2018-08-251-10/+19
|
* Add support for specifying publisher's name in addition to emailBoris Kolpackov2018-08-228-124/+186
|
* Advise user to retry publishing on server errorKaren Arutyunov2018-08-201-4/+10
|