Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-23 | Don't generate main binary package for header-only libraries on Debian and ↵ | Karen Arutyunov | 1 | -7/+24 | |
Fedora | |||||
2023-03-21 | Reorder sections in pkg-bindist man pages | Boris Kolpackov | 1 | -0/+1 | |
2023-03-17 | Add pkg-bindist implementation for Fedora | Karen Arutyunov | 2 | -3/+123 | |
2023-03-17 | Add support for generating installation archives in pkg-bindist | Boris Kolpackov | 1 | -1/+3 | |
2023-03-09 | Add pkg-bindist command (generate binary distribution package) | Boris Kolpackov | 2 | -23/+193 | |
This commit includes an implementation for Debian and alike. | |||||
2023-02-20 | Store in database and document type and language package manifest values | Karen Arutyunov | 1 | -0/+42 | |
2023-02-08 | Implement system package manager query and install support for Fedora | Karen Arutyunov | 1 | -1/+6 | |
Note that the main/devel name resolution based on the project name still needs to be fixed. | |||||
2023-02-02 | Fix example in manual | Karen Arutyunov | 1 | -2/+8 | |
2023-02-02 | Document that options may also be specified in *-build-config manifest value | Karen Arutyunov | 1 | -3/+6 | |
2023-02-01 | Implement system package manager query and install support for Debian | Boris Kolpackov | 1 | -52/+227 | |
2023-02-01 | Store in database and document *-name, *-version, and ↵ | Karen Arutyunov | 1 | -0/+80 | |
*-to-downstream-version package manifest values | |||||
2022-12-05 | Use curl instead of wget as default fetch program | Boris Kolpackov | 1 | -2/+5 | |
We used to prefer wget 1.16 because it has --show-progress which results in nicer progress. But experience shows that wget is quite unreliable plus with bdep always using curl, it would be strange to use both curl and wget (and expecting the user to setup proxy, authentication, etc., for both). Also add internal --curl* options to be used by bdep. | |||||
2022-11-23 | Document *-build-config, *-builds, *-build-{include,exclude} package ↵ | Karen Arutyunov | 1 | -24/+103 | |
manifest values | |||||
2022-07-29 | Change version to 0.16.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2022-07-28 | Release version 0.15.0v0.15.0 | Boris Kolpackov | 1 | -1/+1 | |
2022-07-27 | Documentation fixes | Boris Kolpackov | 1 | -23/+31 | |
2022-07-25 | Proofreading changes in manual | Boris Kolpackov | 1 | -13/+13 | |
2022-07-18 | Fix typos in manual | Karen Arutyunov | 1 | -7/+7 | |
2022-07-18 | Document new depends value format and functionality | Boris Kolpackov | 1 | -62/+821 | |
2022-07-13 | Add support for build-file package manifest value | Karen Arutyunov | 1 | -6/+16 | |
2022-07-11 | Switch to new manifest multi-line mode in manual | Boris Kolpackov | 1 | -31/+31 | |
2022-07-11 | Fix use of old productions style in manual | Boris Kolpackov | 1 | -4/+4 | |
2022-07-11 | Replace uses of term (package) prerequisite with dependency in manual | Boris Kolpackov | 1 | -7/+7 | |
2022-07-11 | Move details on $ translation to Package Version Constraint section in manual | Boris Kolpackov | 1 | -81/+92 | |
2022-06-23 | Document new multi-line manifest value with comment semantics | Boris Kolpackov | 1 | -0/+29 | |
2022-06-23 | Add support for additional *-build package manifest values and alternative ↵ | Karen Arutyunov | 1 | -5/+44 | |
buildfile naming | |||||
2022-02-03 | Add support for bootstrap-build and root-build values in package manifest | Karen Arutyunov | 1 | -1/+18 | |
2022-01-20 | Minor fix in manual | Boris Kolpackov | 1 | -3/+3 | |
2022-01-17 | Mention '*' marker for requirement alternatives in manual | Karen Arutyunov | 1 | -7/+7 | |
Also swap '?' and '*' in the depends value definition to better match the new dependencies representation syntax. | |||||
2021-12-09 | Minor tweaks to requires manifest value documentation | Boris Kolpackov | 1 | -2/+3 | |
2021-11-24 | Deprecate non-canonical multi-line manifest value format | Boris Kolpackov | 1 | -5/+4 | |
2021-11-23 | Use term 'introducer' instead of 'introductor' | Karen Arutyunov | 1 | -2/+2 | |
2021-11-09 | Pass --ascii-tree CLI option when generating embedded usage and man pages | Boris Kolpackov | 1 | -1/+4 | |
2021-10-20 | Change to version 0.15.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2021-10-16 | Release version 0.14.0v0.14.0 | Boris Kolpackov | 1 | -1/+1 | |
2021-10-15 | Update style submodule | Boris Kolpackov | 1 | -0/+0 | |
2021-10-07 | Add support for applying backward compatibility workarounds to ↵ | Karen Arutyunov | 1 | -6/+39 | |
packages.manifest file generated by rep-create | |||||
2021-09-20 | Fix heap-buffer-overflow in evaluate_dependency | Karen Arutyunov | 1 | -3/+3 | |
2021-09-17 | Document 'require: {bootstrap,host}' package manifest values | Karen Arutyunov | 1 | -0/+13 | |
2021-08-23 | Fix typo in manual and add another example | Boris Kolpackov | 1 | -14/+19 | |
2021-08-20 | Add support for build-time mark (*) in tests, examples, and benchmarks ↵ | Karen Arutyunov | 1 | -12/+18 | |
package manifest values | |||||
2021-08-13 | Add support for cfg-unlink | Karen Arutyunov | 2 | -1/+2 | |
2021-07-22 | Update builds manifest value examples with host, mobile classes | Boris Kolpackov | 1 | -12/+18 | |
2021-07-20 | Add support for cfg-info | Karen Arutyunov | 2 | -5/+6 | |
2021-07-09 | Add support for linked configurations | Karen Arutyunov | 2 | -1/+2 | |
2021-07-05 | Fix terminology inconsistency | Boris Kolpackov | 1 | -1/+2 | |
2021-03-11 | Fix typos in manual | Boris Kolpackov | 1 | -26/+26 | |
2020-11-24 | Update manual with build-email package manifest value semantics change | Karen Arutyunov | 1 | -4/+7 | |
2020-07-21 | Change to version 0.14.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2020-07-18 | Release version 0.13.0v0.13.0 | Boris Kolpackov | 1 | -1/+1 | |