Age | Commit message (Expand) | Author | Files | Lines |
2023-03-22 | Don't pass config.bin.rpath in pkg-bindist if targeting Windows | Boris Kolpackov | 1 | -2/+3 |
2023-03-21 | Reorder sections in pkg-bindist man pages | Boris Kolpackov | 3 | -105/+110 |
2023-03-21 | Add --archive-no-{cpu,os} pkg-bindist options | Boris Kolpackov | 2 | -7/+25 |
2023-03-21 | Drop pkg_ prefix from system_package_manager::pkg_{status,install}() | Boris Kolpackov | 10 | -29/+28 |
2023-03-21 | Allow multiple values for --archive-lang* pkg-bindist option | Boris Kolpackov | 2 | -21/+31 |
2023-03-21 | Add support for --recursive=separate pkg-bindist option mode | Boris Kolpackov | 9 | -180/+304 |
2023-03-17 | Fix typos in documentation | Karen Arutyunov | 2 | -4/+4 |
2023-03-17 | Add pkg-bindist implementation for Fedora | Karen Arutyunov | 11 | -35/+2880 |
2023-03-17 | Fix Fedora package mapping for consumption | Karen Arutyunov | 4 | -70/+126 |
2023-03-17 | Fix GCC 'storing the address of local variable' warning | Karen Arutyunov | 1 | -1/+1 |
2023-03-17 | Add support for generating installation archives in pkg-bindist | Boris Kolpackov | 10 | -32/+1063 |
2023-03-13 | Move os-release facility to libbutl | Boris Kolpackov | 6 | -416/+16 |
2023-03-12 | Fix compile errors for older GCC and Clang | Boris Kolpackov | 1 | -10/+16 |
2023-03-10 | Improve bpkg-pkg-bindist documentation, Debian description | Boris Kolpackov | 1 | -3/+31 |
2023-03-09 | Strip Debian metadata from Debian package version | Boris Kolpackov | 1 | -6/+34 |
2023-03-09 | Add pkg-bindist command (generate binary distribution package) | Boris Kolpackov | 26 | -278/+3927 |
2023-02-20 | Store in database and document type and language package manifest values | Karen Arutyunov | 3 | -1/+109 |
2023-02-10 | Add support for fetch timeout to system package managers | Karen Arutyunov | 8 | -22/+78 |
2023-02-10 | Improve system_package_manager_fedora::pkg_install() and add some notes | Karen Arutyunov | 3 | -175/+219 |
2023-02-10 | Fix Fedora's main/devel package name resolution based on the project name | Karen Arutyunov | 3 | -151/+136 |
2023-02-09 | Infrastructure work for binary distribution package generation | Boris Kolpackov | 15 | -124/+475 |
2023-02-08 | Implement system package manager query and install support for Fedora | Karen Arutyunov | 7 | -3/+3691 |
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-02 | Complete and normalize --default-options path | Boris Kolpackov | 1 | -0/+17 |
2023-02-01 | Add --sys-no-stub bpkg-pkg-build option to allow sys: packages without stubs | Boris Kolpackov | 4 | -14/+37 |
2023-02-01 | Implement system package manager query and install support for Debian | Boris Kolpackov | 30 | -300/+4969 |
2023-02-01 | Add host os_release facility | Boris Kolpackov | 4 | -0/+413 |
2023-02-01 | Add upstream_version and project members to available_package type | Karen Arutyunov | 2 | -2/+15 |
2023-02-01 | Store in database and document *-name, *-version, and *-to-downstream-version... | Karen Arutyunov | 6 | -5/+137 |
2023-01-23 | Fix unexpected 'unable to read HTTP response status line' fetch error | Karen Arutyunov | 3 | -8/+43 |
2023-01-20 | Fix --curl option handling | Karen Arutyunov | 1 | -1/+1 |
2023-01-12 | Add --git-capabilities common option | Karen Arutyunov | 6 | -8/+156 |
2023-01-12 | Assume git repository protocol as smart if HTTP response code is 401 | Karen Arutyunov | 5 | -80/+434 |
2023-01-10 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 5 | -6/+9 |
2022-12-14 | Adjust to build system interface change | Boris Kolpackov | 1 | -3/+4 |
2022-12-12 | Adapt to butl::b_info() API change | Karen Arutyunov | 8 | -30/+54 |
2022-12-12 | Adapt to dir_iterator API change | Karen Arutyunov | 3 | -4/+3 |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 5 | -23/+97 |
2022-12-05 | Use curl instead of wget as default fetch program | Boris Kolpackov | 4 | -19/+89 |
2022-11-28 | Improve build system skeleton loading diagnostics | Boris Kolpackov | 1 | -14/+54 |
2022-11-23 | Document *-build-config, *-builds, *-build-{include,exclude} package manifest... | Karen Arutyunov | 2 | -25/+105 |
2022-11-18 | Adjust to low verbosity diagnostics changes | Boris Kolpackov | 1 | -1/+1 |
2022-11-08 | Adjust to diagnostics epilogue interface change | Boris Kolpackov | 1 | -2/+2 |
2022-10-28 | Adjust to libbuild2 interface changes | Boris Kolpackov | 1 | -0/+1 |
2022-10-27 | Suppress (potential) bogus GCC 12 -Wrestrict warnings | Boris Kolpackov | 12 | -38/+38 |
2022-10-27 | Adapt to git 2.38 which drops submodule--helper-{list,name} subcommands | Karen Arutyunov | 1 | -24/+279 |
2022-10-13 | Adjust package skeleton to public/private variable model | Boris Kolpackov | 1 | -5/+14 |
2022-10-12 | Fix package skeleton bootstrap crash for configuration with uninitialized tmp... | Karen Arutyunov | 1 | -2/+14 |