aboutsummaryrefslogtreecommitdiff
path: root/bdep
AgeCommit message (Collapse)AuthorFilesLines
2020-07-18Release version 0.13.0v0.13.0Boris Kolpackov1-2/+2
2020-07-17Documentation updatesBoris Kolpackov1-25/+29
2020-07-16Create glue buildfile in bdep-new --package modeBoris Kolpackov1-1/+25
2020-07-16Enable doc{}/legal{} split in bdep-new'ed projectsBoris Kolpackov1-18/+1
2020-07-16Bump bdep-new-created project requirement to build2 0.13.0-Boris Kolpackov1-2/+2
2020-07-16Documentation tweaksKaren Arutyunov1-8/+10
2020-07-16Add support for 'prefix*', 'split' and 'no-subdir*' project type sub-optionsKaren Arutyunov2-1898/+2890
Also: - rename --subdirectory to --source - rename --type|-t,source to subdir - change the hook's mode variable value 'subdirectory' to 'source' - rename bdep-new-subdirectory.options to bdep-new-source.options - add src, inc, pfx, and sub pre-/post-hooks variables
2020-07-14Fix crash when absolute path for 'source' sub-option is specifiedKaren Arutyunov1-0/+4
2020-07-14Fix crash when name is unspecified for --subdirectoryKaren Arutyunov1-1/+1
2020-07-07Fix manor issue in bdep-new man pagesBoris Kolpackov1-1/+1
2020-07-06Use SPDX license ids/names in bdep-newKaren Arutyunov2-48/+114
2020-06-29Add for now disabled support for doc/legal split in bdep-newBoris Kolpackov1-0/+32
2020-06-16Add *_VERSION_FULL macro to version header generated by bdep-newBoris Kolpackov1-0/+1
2020-06-09Add build/ to bdep-new-generated build/.gitignoreBoris Kolpackov1-6/+8
Also tighten up the rest of the entries not to match in subdirectories.
2020-04-21Improve export header generated by bdep-newBoris Kolpackov1-4/+9
2020-04-10Override build constraints group values hierarchicallyKaren Arutyunov1-0/+4
2020-03-06Add UTF-8 validation error details to diagnosticsKaren Arutyunov2-8/+6
2020-03-05Fix typo in .gitattributes commentKaren Arutyunov1-2/+2
2020-02-29Don't create .gitattributes in bdep-new --package modeBoris Kolpackov1-2/+5
2020-02-27Add generation of .gitattributes to bdep-newBoris Kolpackov1-2/+24
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov1-3/+3
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov1-4/+5
2020-02-18Add AUTHORS to buildfile doc{} list in bdep-newBoris Kolpackov1-1/+15
2020-02-14Add existing LICENSE to doc{} list, also recognize COPYRIGHTBoris Kolpackov1-10/+38
2020-02-14Recognize UNLICENSE file in addition to LICENSE in bdep-newBoris Kolpackov1-2/+2
2020-02-13Move bdep-new binless sub-option from --lang|-l to --type|tBoris Kolpackov2-35/+32
2020-02-13Add --type|-t,source sub-option for customizing source subdirectoryBoris Kolpackov2-17/+87
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 Kolpackov3-125/+128
2020-02-12Adapt to renaming butl::fdnull() to fdopen_null()Karen Arutyunov4-6/+6
2020-02-12Use copyright extracted from COPYRIGHT file for printing utility versionKaren Arutyunov2-1/+9
2020-02-07Drop copyright notice from source codeKaren Arutyunov82-82/+0
2020-01-29Validate that values submitted to CI and submission services contain UTF-8 ↵Karen Arutyunov5-6/+70
encoded graphic characters only
2019-11-28Fix bundled git running other git as a child on WindowsKaren Arutyunov1-3/+43
2019-11-26Use switch in buildfileKaren Arutyunov1-4/+8
2019-11-19Release version 0.12.0v0.12.0Boris Kolpackov1-2/+2
2019-11-07Cosmetic changesBoris Kolpackov4-6/+7
2019-10-31Document default options files for remaining commandsKaren Arutyunov21-37/+342
2019-10-29Add no-install project type sub-optionBoris Kolpackov2-31/+62
In particular, this should be useful when creating *-tests packages.
2019-10-29Make generated README.md match what's produced by Git{Hub,Lab}Boris Kolpackov1-5/+3
2019-10-28Document default options files for bdep-new commandBoris Kolpackov2-1/+41
2019-10-28Add bdep-default-options-files(1) help topicBoris Kolpackov2-0/+78
2019-10-25Make C library created by bdep-new portableBoris Kolpackov1-12/+61
Specifically, replace the use of fmemopen() with tmpfile().
2019-10-24Add --no-sync option to bdep-initBoris Kolpackov3-10/+24
This allows postponing initialization in the build configurations to a later explicit bdep-sync. One subtle difference with such an explicit sync is that it will be performed without having the project database open, which can be important if our initialization triggers an implicit sync (via a hook) of a project that uses the same database (as is the case with build system module projects).
2019-10-24Add --forward option to bdep-submitBoris Kolpackov6-29/+127
This option instructs the submit command to use each package's forwarded configuration in order to prepare the distributions. This help with setups where there is no single configuration that had all the packages (such as a build system module project).
2019-10-24Allow multiple forwarded configurationsBoris Kolpackov3-16/+56
The new constraint is that such configurations should not have any common packages (a package cannot be forwarded to multiple configurations).
2019-10-24Fix bdep-sync documentationBoris Kolpackov2-7/+9
2019-10-24Close database as soon as possibleBoris Kolpackov5-18/+38
This becomes important if we trigger a recursive implicit sync that uses the same database (e.g., in a build system module project).
2019-10-23Add note in commentBoris Kolpackov1-2/+9
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov3-9/+9
2019-09-26Adapt to builtins support added to command run APIKaren Arutyunov2-6/+9