Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-07 | Update odb.sh to match switch to libbutl-odb | Boris Kolpackov | 1 | -7/+4 | |
2024-05-06 | Switch from libodb* to version from libbutl | Boris Kolpackov | 4 | -20/+1 | |
2024-04-22 | Add support for build-bot manifest value overrides in bdep-ci | Karen Arutyunov | 3 | -35/+258 | |
2024-04-02 | Fix typo in bdep-new generated repository README.md | Boris Kolpackov | 1 | -1/+1 | |
2024-03-28 | Add export-stub sub-option to bdep-new --type exe option | Karen Arutyunov | 2 | -0/+23 | |
2024-03-25 | Add third-party sub-option to bdep-new --type empty option | Boris Kolpackov | 2 | -2/+58 | |
2024-03-12 | Add support for build-auxiliary manifest value overrides in bdep-ci | Karen Arutyunov | 3 | -28/+67 | |
2024-03-12 | Use computed value of no-version sub-option in bdep-new | Boris Kolpackov | 1 | -1/+1 | |
This makes sure the check factors in the third-party sub-option. | |||||
2024-03-01 | Fix '<pkg> is not found in <repo>' error | Karen Arutyunov | 1 | -10/+39 | |
2024-03-01 | Adapt test to bpkg-build change | Karen Arutyunov | 1 | -3/+3 | |
2024-03-01 | Fix 'no configuration with uuid' error on deinit | Karen Arutyunov | 1 | -2/+3 | |
2024-02-28 | Fix 'already used by another process' error on deinit | Karen Arutyunov | 3 | -32/+70 | |
2024-02-23 | Make use of new functions in curl API | Karen Arutyunov | 1 | -112/+10 | |
2024-02-15 | Minor tweaks to [PACKAGE-]README.md generated by bdep-new | Boris Kolpackov | 1 | -6/+7 | |
2024-02-15 | Improve diagnostics | Boris Kolpackov | 1 | -2/+4 | |
2024-02-08 | Detect and handle existing NEWS/ChangeLog/etc file in bdep-new | Boris Kolpackov | 1 | -3/+48 | |
If found, such a file is added as doc{} to buildfile and mentioned as changes-file in manifest. | |||||
2024-02-08 | Add third-party bdep-new type sub-option for libraries and executables | Boris Kolpackov | 2 | -55/+333 | |
This sub-option is meant for converting an existing third-party project to build2. It automatically enables a number of other sub-options (such as no-version, no-readme, and no-symexport). It also adds a number of values to manifest that makes sense to specify in a package of a third- party project and, unless no-package-readme is specified, generates the PACKAGE-README.md template. | |||||
2024-01-31 | Relax bdep-new no-readme sub-option to allow existing README | Boris Kolpackov | 2 | -8/+1 | |
2024-01-31 | Omit hbmi*{} target types from bdep-new-generated buildfiles | Boris Kolpackov | 1 | -0/+8 | |
Looks like people are starting to give up on header units so let's not complicate/confuse things unnecessarily. | |||||
2024-01-15 | Clarify bdep-sync documentation | Boris Kolpackov | 1 | -1/+1 | |
2024-01-15 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2023-11-27 | Shorten comment in generated buildfile in bdep-new | Boris Kolpackov | 1 | -3/+3 | |
2023-11-20 | Disable importable header support in bdep-new | Boris Kolpackov | 1 | -0/+8 | |
Looks like people are starting to give up on header units so let's not complicate/confuse things unnecessarily. | |||||
2023-11-16 | Force full refetch on first bdep-init for project (GH issue #343) | Boris Kolpackov | 4 | -20/+38 | |
2023-11-15 | Improve extraction of summary from README.md in bdep-new | Boris Kolpackov | 3 | -19/+68 | |
2023-11-14 | Consider both package and project names when extracting summary in bdep-new | Boris Kolpackov | 1 | -46/+48 | |
2023-11-14 | Recognize LICENSE.{txt,md}, COPYING as license files | Boris Kolpackov | 1 | -2/+13 | |
2023-11-09 | Add support for buildfile-in-prefix sub-option for lib and exe project types ↵ | Karen Arutyunov | 7 | -234/+1613 | |
in bdep-new | |||||
2023-11-09 | Add support for no-subdir-include sub-option for lib project type in bdep-new | Karen Arutyunov | 3 | -26/+76 | |
2023-11-02 | In no-symexport bdep-new library mode add commented out symexport-related ↵ | Karen Arutyunov | 1 | -12/+19 | |
macro definitions to buildfile | |||||
2023-10-11 | Clarify bdep-new --package output directory semantics (GH issues #286) | Boris Kolpackov | 1 | -3/+5 | |
2023-10-10 | Replace builds value host with all:&host | Boris Kolpackov | 1 | -1/+1 | |
2023-10-04 | Add support for no-symexport and auto-symexport sub-options for libraries in ↵ | Karen Arutyunov | 3 | -39/+277 | |
bdep-new | |||||
2023-10-02 | Add support for *-build-*email package manifest value overrides in bdep-ci | Karen Arutyunov | 3 | -11/+76 | |
2023-07-21 | Fix init and sync commands to consider project packages specified on command ↵ | Karen Arutyunov | 3 | -7/+16 | |
line | |||||
2023-07-05 | Change version to 0.17.0-a.0.z | Boris Kolpackov | 2 | -6/+6 | |
2023-06-30 | Release version 0.16.0v0.16.0 | Boris Kolpackov | 3 | -10/+10 | |
2023-06-29 | Add --sys-sudo options for sync and init commands | Karen Arutyunov | 4 | -1/+26 | |
2023-06-28 | Update NEWS files | Boris Kolpackov | 1 | -0/+33 | |
2023-06-27 | Add --sys-* options for sync and init commands | Karen Arutyunov | 6 | -0/+115 | |
2023-06-26 | Suppress -Wdangling-reference GCC 13 warning | Karen Arutyunov | 1 | -0/+5 | |
2023-06-26 | Suppress -Wunqualified-std-cast-call Clang 15 warning | Karen Arutyunov | 1 | -0/+2 | |
2023-06-26 | Update .gitignore file | Karen Arutyunov | 1 | -0/+6 | |
2023-06-22 | Adapt tests to change of 'deorphan' to 'replace' in bpkg-build plan | Karen Arutyunov | 1 | -3/+3 | |
2023-06-22 | Add branch sub-option for git project vcs in bdep-new | Karen Arutyunov | 10 | -20/+126 | |
Also fix tests which failed if for the initial branch git-init defaults to the name other than 'master'. | |||||
2023-06-21 | Fix deinit command to try bpkg-pkg-build --deorphan if bpkg-pkg drop fails | Karen Arutyunov | 5 | -44/+404 | |
2023-06-12 | Check for configuration name/id/path clash before creating/wiping it (GH ↵ | Boris Kolpackov | 2 | -42/+88 | |
issue #241) | |||||
2023-05-29 | Drop stray dependency declaration | Boris Kolpackov | 1 | -1/+0 | |
2023-05-02 | Minor comment fix | Karen Arutyunov | 1 | -1/+1 | |
2023-04-21 | Add blank line between packages.manifest entries in bdep-new | Boris Kolpackov | 1 | -1/+7 | |