aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Move bdep-new binless sub-option from --lang|-l to --type|tBoris Kolpackov1-27/+27
2020-02-13Add --type|-t,source sub-option for customizing source subdirectoryBoris Kolpackov1-5/+26
For example: $ bdep new -l c++ -t lib,source=libhello/io libhello-io
2020-02-13Clarify that project type is language-dependent in bdep-newBoris Kolpackov1-84/+84
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-31Document default options files for remaining commandsKaren Arutyunov1-31/+31
2019-10-29Add no-install project type sub-optionBoris Kolpackov1-0/+15
In particular, this should be useful when creating *-tests packages.
2019-10-28Document default options files for bdep-new commandBoris Kolpackov1-1/+37
2019-09-26Adapt to builtins support added to command run APIKaren Arutyunov1-5/+6
2019-08-13Document --pre-hook in bdep-newBoris Kolpackov1-7/+26
2019-08-13Document support for creating new projects with existing filesBoris Kolpackov1-2/+10
2019-08-13Document now optional project/package/subdirectory name in bdep-newBoris Kolpackov1-7/+19
2019-06-14Make bdep-{new,init,config-create} synopsis more preciseBoris Kolpackov1-1/+1
2019-06-04Add --existing|-e option to bdep-{init,new} -C and bdep-config create modesBoris Kolpackov1-2/+2
With this option bdep initializes a bpkg configuration based on an existing build system configuration instead of creating a new one.
2019-05-16Add license=name project type sub-option in bdep-newBoris Kolpackov1-19/+44
If unspecified, the default is now 'proprietary' instead of TODO.
2019-05-16Make bdep-new add README.md templateKaren Arutyunov1-1/+21
Can suppressed with the new no-readme --type suboption.
2019-03-23Add --post-hook option to bdep-newKaren Arutyunov1-4/+62
2019-03-15Add support for c++ source file extensions granular customizationKaren Arutyunov1-30/+107
2019-03-11Add note on bdep-new --no-amalgamationBoris Kolpackov1-0/+2
2019-03-08Fix typos in new.cliKaren Arutyunov1-3/+3
2019-03-08Add support for bdep-new --subdirectory mode, no-version -t=lib sub-optionBoris Kolpackov1-17/+76
2019-03-07Add support for alternative build file/directory naming schemeBoris Kolpackov1-0/+9
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-10-18Add binless option to bdep-new c++ language parameterBoris Kolpackov1-1/+4
This allows creation of a simpler buildfile for header-only (and, in the future, for module-only) libraries.
2018-08-29Add unit-tests option to bdep-newBoris Kolpackov1-3/+9
If specified (-t exe,unit-tests or -t lib,unit-tests) then generate build infrastructure for unit testing.
2018-08-22Add support for specifying publisher's name in addition to emailBoris Kolpackov1-4/+4
2018-07-18Fix test breakages due to nesting checks and amalgamationBoris Kolpackov1-9/+21
2018-07-17Add note on nested packages to bdep-new(1)Boris Kolpackov1-1/+1
2018-07-02Try to obtain real email from environment, VCS in bdep-newBoris Kolpackov1-0/+9
2018-05-21Add references to package name specificationBoris Kolpackov1-0/+2
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-15Implement support for empty project typeBoris Kolpackov1-5/+16
2018-05-13Add --package mode to new command for creating packages in existing projectsBoris Kolpackov1-5/+27
2018-05-12Use --output-dir|-o instead of --directory|-d in new commandBoris Kolpackov1-2/+2
2018-05-07Proofreading changesBoris Kolpackov1-8/+8
2018-05-05Allow overriding project directory in new commandBoris Kolpackov1-1/+7
2018-05-03Add support for tests in new commandBoris Kolpackov1-3/+17
2018-04-26Add support for forwarded configurationsBoris Kolpackov1-15/+1
2018-03-25Document new command, use --vcs|-s instead of --no-gitBoris Kolpackov1-20/+88
2018-03-24Implement --config-create|-C in init and newBoris Kolpackov1-4/+4
2018-03-24Document init, add --[no]-defaultBoris Kolpackov1-0/+14
2018-03-20Documentation workBoris Kolpackov1-1/+1
2018-03-13Setup command line infrastructure for new commandBoris Kolpackov1-0/+125