Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-10 | Fix bdep-release failing for branch name with slash | Karen Arutyunov | 2 | -13/+54 | |
Also fix the similar bug in bdep-ci. | |||||
2020-08-13 | Diagnose non-existent project/package directory | Boris Kolpackov | 1 | -0/+3 | |
Failed that we may silently fallback to using outer project directory which can be very confusing. | |||||
2020-08-10 | Fix release testscript failing with bdep-git-pre-commit-version-check git ↵ | Karen Arutyunov | 1 | -3/+4 | |
hook set | |||||
2020-07-21 | Change to version 0.14.0-a.0.z | Boris Kolpackov | 2 | -6/+6 | |
2020-07-18 | Release version 0.13.0v0.13.0 | Boris Kolpackov | 3 | -10/+10 | |
2020-07-17 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2020-07-17 | Minor tweaks to NEWS file | Boris Kolpackov | 1 | -6/+12 | |
2020-07-17 | Documentation updates | Boris Kolpackov | 2 | -30/+36 | |
2020-07-16 | Use *.config.mode instead of *.mode in tests | Boris Kolpackov | 10 | -11/+11 | |
2020-07-16 | Create glue buildfile in bdep-new --package mode | Boris Kolpackov | 2 | -1/+28 | |
2020-07-16 | Enable doc{}/legal{} split in bdep-new'ed projects | Boris Kolpackov | 1 | -18/+1 | |
2020-07-16 | Bump bdep-new-created project requirement to build2 0.13.0- | Boris Kolpackov | 1 | -2/+2 | |
2020-07-16 | Documentation tweaks | Karen Arutyunov | 3 | -14/+22 | |
2020-07-16 | Add support for 'prefix*', 'split' and 'no-subdir*' project type sub-options | Karen Arutyunov | 3 | -1916/+3405 | |
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-14 | Fix crash when absolute path for 'source' sub-option is specified | Karen Arutyunov | 1 | -0/+4 | |
2020-07-14 | Fix crash when name is unspecified for --subdirectory | Karen Arutyunov | 1 | -1/+1 | |
2020-07-14 | Update NEWS file | Boris Kolpackov | 1 | -0/+15 | |
2020-07-07 | Fix manor issue in bdep-new man pages | Boris Kolpackov | 1 | -1/+1 | |
2020-07-06 | Use SPDX license ids/names in bdep-new | Karen Arutyunov | 3 | -49/+115 | |
2020-07-04 | Load cxx.config rather than cxx for tests | Karen Arutyunov | 1 | -2/+2 | |
2020-07-04 | Fix testscript failing with 'not built with default C++ compiler' error | Karen Arutyunov | 1 | -0/+8 | |
2020-07-01 | Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc) | Boris Kolpackov | 1 | -2/+2 | |
2020-06-30 | Fix expected diagnostics in tests | Boris Kolpackov | 1 | -2/+2 | |
2020-06-29 | Add for now disabled support for doc/legal split in bdep-new | Boris Kolpackov | 1 | -0/+32 | |
2020-06-19 | Fix git 2.27 warning when running tests | Karen Arutyunov | 2 | -3/+3 | |
Starting version 2.27 git requires the divergent branch reconciliation method to be specified explicitly for the pull command. | |||||
2020-06-16 | Add *_VERSION_FULL macro to version header generated by bdep-new | Boris Kolpackov | 1 | -0/+1 | |
2020-06-09 | Add build/ to bdep-new-generated build/.gitignore | Boris Kolpackov | 1 | -6/+8 | |
Also tighten up the rest of the entries not to match in subdirectories. | |||||
2020-04-21 | Improve export header generated by bdep-new | Boris Kolpackov | 1 | -4/+9 | |
2020-04-10 | Replace build-email manifest value with build-warning-email | Karen Arutyunov | 1 | -1/+1 | |
2020-04-10 | Override build constraints group values hierarchically | Karen Arutyunov | 1 | -0/+4 | |
2020-04-07 | Make use of project configuration variables for tests | Karen Arutyunov | 3 | -20/+25 | |
2020-04-07 | Bump build2 version requirement to 0.13.0- (need config directive) | Boris Kolpackov | 1 | -2/+2 | |
Note that this means there will be no upgrade support for this release. | |||||
2020-03-06 | Add UTF-8 validation error details to diagnostics | Karen Arutyunov | 2 | -8/+6 | |
2020-03-05 | Don't mention CONTRIBUTING.md in buildfile | Karen Arutyunov | 1 | -2/+2 | |
2020-03-05 | Fix typo in .gitattributes comment | Karen Arutyunov | 2 | -3/+3 | |
2020-02-29 | Add .gitattributes file | Karen Arutyunov | 1 | -0/+19 | |
2020-02-29 | Don't create .gitattributes in bdep-new --package mode | Boris Kolpackov | 1 | -2/+5 | |
2020-02-27 | Add generation of .gitattributes to bdep-new | Boris Kolpackov | 1 | -2/+24 | |
2020-02-19 | Fix copyright notice extraction for building and documentation generating | Karen Arutyunov | 2 | -4/+4 | |
2020-02-19 | Add LEGAL file, move ODB exception note there | Boris Kolpackov | 3 | -8/+9 | |
2020-02-18 | Update style submodule | Boris Kolpackov | 1 | -0/+0 | |
2020-02-18 | New LICENSE/AUTHORS arrangement | Karen Arutyunov | 7 | -35/+44 | |
2020-02-18 | Add AUTHORS to buildfile doc{} list in bdep-new | Boris Kolpackov | 1 | -1/+15 | |
2020-02-14 | Add existing LICENSE to doc{} list, also recognize COPYRIGHT | Boris Kolpackov | 1 | -10/+38 | |
2020-02-14 | Recognize UNLICENSE file in addition to LICENSE in bdep-new | Boris Kolpackov | 1 | -2/+2 | |
2020-02-13 | Move bdep-new binless sub-option from --lang|-l to --type|t | Boris Kolpackov | 3 | -37/+34 | |
2020-02-13 | Add --type|-t,source sub-option for customizing source subdirectory | Boris Kolpackov | 3 | -17/+99 | |
For example: $ bdep new -l c++ -t lib,source=libhello/io libhello-io | |||||
2020-02-13 | Clarify that project type is language-dependent in bdep-new | Boris Kolpackov | 3 | -125/+128 | |
2020-02-12 | Adapt to renaming butl::fdnull() to fdopen_null() | Karen Arutyunov | 4 | -6/+6 | |
2020-02-12 | Use copyright extracted from COPYRIGHT file for printing utility version | Karen Arutyunov | 2 | -1/+9 | |