aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Fix typo in bdep-new generated repository README.mdBoris Kolpackov1-1/+1
2024-03-28Add export-stub sub-option to bdep-new --type exe optionKaren Arutyunov1-0/+18
2024-03-25Add third-party sub-option to bdep-new --type empty optionBoris Kolpackov1-2/+51
2024-03-12Use computed value of no-version sub-option in bdep-newBoris Kolpackov1-1/+1
2024-02-15Minor tweaks to [PACKAGE-]README.md generated by bdep-newBoris Kolpackov1-6/+7
2024-02-08Detect and handle existing NEWS/ChangeLog/etc file in bdep-newBoris Kolpackov1-3/+48
2024-02-08Add third-party bdep-new type sub-option for libraries and executablesBoris Kolpackov1-52/+293
2024-01-31Relax bdep-new no-readme sub-option to allow existing READMEBoris Kolpackov1-7/+0
2024-01-31Omit hbmi*{} target types from bdep-new-generated buildfilesBoris Kolpackov1-0/+8
2023-11-27Shorten comment in generated buildfile in bdep-newBoris Kolpackov1-3/+3
2023-11-20Disable importable header support in bdep-newBoris Kolpackov1-0/+8
2023-11-15Improve extraction of summary from README.md in bdep-newBoris Kolpackov1-17/+63
2023-11-14Consider both package and project names when extracting summary in bdep-newBoris Kolpackov1-46/+48
2023-11-14Recognize LICENSE.{txt,md}, COPYING as license filesBoris Kolpackov1-2/+13
2023-11-09Add support for buildfile-in-prefix sub-option for lib and exe project types ...Karen Arutyunov1-94/+313
2023-11-09Add support for no-subdir-include sub-option for lib project type in bdep-newKaren Arutyunov1-20/+28
2023-11-02In no-symexport bdep-new library mode add commented out symexport-related mac...Karen Arutyunov1-12/+19
2023-10-04Add support for no-symexport and auto-symexport sub-options for libraries in ...Karen Arutyunov1-39/+119
2023-06-30Release version 0.16.0v0.16.0Boris Kolpackov1-2/+2
2023-06-22Add branch sub-option for git project vcs in bdep-newKaren Arutyunov1-2/+44
2023-04-21Add blank line between packages.manifest entries in bdep-newBoris Kolpackov1-1/+7
2023-03-23Propagate library binless sub-option to type value of newly created package m...Karen Arutyunov1-4/+6
2023-02-20Add type and language values to newly created package manifest in bdep-newKaren Arutyunov1-5/+68
2023-01-06Add missing *.dylib to generated .gitignore fileBoris Kolpackov1-0/+1
2022-07-28Release version 0.15.0v0.15.0Boris Kolpackov1-2/+2
2022-07-26Rely on new header pre-generation in bdep-newBoris Kolpackov1-34/+2
2022-07-20Tweak diagnosticsBoris Kolpackov1-2/+3
2022-07-20Fail if no module specified for being created configurationKaren Arutyunov1-4/+51
2022-03-10Prepare to take advantage of header pre-generation in bdep-new projectsBoris Kolpackov1-0/+16
2021-12-13Add path_traits alias to types.hxxBoris Kolpackov1-1/+1
2021-12-13Allow specifying directory component as part of package name in bdep-newBoris Kolpackov1-0/+30
2021-10-16Release version 0.14.0v0.14.0Boris Kolpackov1-2/+2
2021-10-15Remove redundant trailing spaces in comments in bdep-new generated filesKaren Arutyunov1-50/+50
2021-10-11Drop @ from bin.lib.version in bdep-new generated librariesBoris Kolpackov1-2/+2
2021-10-11Update bdep-new generated project requirements for build2 to 0.14.0-Boris Kolpackov1-2/+2
2021-10-08Add commented out c/cxx/cc.internal.scope in bdep-generated root.buildBoris Kolpackov1-1/+6
2021-10-08Remove `builds: host` from bdep-new-generated exe projectsBoris Kolpackov1-4/+2
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-3/+3
2021-09-02Fortify bdep-new-generated tests against NDEBUGBoris Kolpackov1-8/+20
2021-08-20Allow specifying config type with --type in bdep-config-create, bdep-initBoris Kolpackov1-2/+8
2021-08-09Generate smarter glue buildfile that reads packages.manifestBoris Kolpackov1-1/+10
2021-07-23Use host builds class for bdep-new-created executable projectsBoris Kolpackov1-2/+4
2021-07-20Add support for configuration type and bdep-config-link sub-commandKaren Arutyunov1-2/+10
2021-07-05Add BMI extensions to .gitignore file generated by bdep-newBoris Kolpackov1-0/+3
2021-05-10Ignore compressed .i and .ii files in bdep-new-generated .gitignoreBoris Kolpackov1-0/+2
2021-05-10Generate .gitignore in .bdep/ to prevent accidentally committing itBoris Kolpackov1-1/+1
2021-05-03Use idiomatic separated scope-qualification for pub_hdrs variableBoris Kolpackov1-1/+1
2021-04-08Drop impl_libs variable from bdep-new-generated buildfiles for binless librariesKaren Arutyunov1-8/+16
2021-04-08Use language-specific comment markers in generated C/C++ filesKaren Arutyunov1-144/+163
2021-04-08Add support for multi-language C/C++ projects in bdep-newKaren Arutyunov1-134/+236