aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Collapse)AuthorFilesLines
2023-01-26Fix version translation in Debian implementationBoris Kolpackov2-9/+30
2023-01-26Create available packages in debian system package manager test and pass ↵Karen Arutyunov2-11/+99
--sys-no-query for pkg-build in testscripts
2023-01-26More work on testing Debian implementationBoris Kolpackov2-16/+218
2023-01-26Test parse_name_value() (used to be parse_debian_name())Boris Kolpackov4-42/+122
2023-01-25Start testing Debian implementationBoris Kolpackov6-152/+574
2023-01-24Add --sys-* optionsBoris Kolpackov6-62/+129
2023-01-24Get rid of polymorphism/unique_ptr in system_package_statusBoris Kolpackov4-104/+82
2023-01-24More work on Debian implementationBoris Kolpackov5-143/+446
2023-01-23Move work on Debian implementationBoris Kolpackov2-15/+64
2023-01-23ReviewBoris Kolpackov5-16/+21
2023-01-23More work on Debian implementationBoris Kolpackov1-41/+488
2023-01-20Review-inspired changesKaren Arutyunov3-45/+63
2023-01-20ReviewBoris Kolpackov3-18/+28
2023-01-20Install binary distribution packagesKaren Arutyunov4-148/+281
2023-01-19Review-inspired changesKaren Arutyunov1-55/+20
2023-01-19Add system_name to system_package_statusBoris Kolpackov2-5/+7
2023-01-19Review and WIPBoris Kolpackov3-12/+208
2023-01-19Implement system_package_manager::downstream_package_version()Karen Arutyunov1-58/+288
2023-01-19Add system_package_status to system_repository entriesKaren Arutyunov3-18/+49
2023-01-19SketchBoris Kolpackov2-80/+89
2023-01-19Switch back to single available system package versionBoris Kolpackov3-88/+113
2023-01-18Next chunk of work on system package manager (still multi-version)Boris Kolpackov6-64/+363
2023-01-17Switch to multi-version interface, start Debian implementationBoris Kolpackov4-66/+189
2023-01-17Review-inspired changesKaren Arutyunov2-21/+8
2023-01-17Continue sketching system package manager interfaceBoris Kolpackov6-11/+145
2023-01-17ReviewBoris Kolpackov2-14/+20
2023-01-17Implement system_package_names()Karen Arutyunov6-28/+166
2023-01-16Add os_release facilityBoris Kolpackov8-7/+507
2023-01-16Add find_available_all()Karen Arutyunov2-10/+99
2023-01-16Make system package manager globalBoris Kolpackov1-13/+21
2023-01-16Add some notesKaren Arutyunov1-0/+40
2023-01-16Initial system package manager infrastructureBoris Kolpackov8-30/+141
2023-01-16Store in database and document *-name, *-version, and ↵Karen Arutyunov5-5/+57
*-to-downstream-version package manifest values
2023-01-12Add --git-capabilities common optionKaren Arutyunov6-8/+156
2023-01-12Assume git repository protocol as smart if HTTP response code is 401Karen Arutyunov5-80/+434
2022-12-14Add noexcept to move constructors and move assignment operatorsKaren Arutyunov5-6/+9
2022-12-14Adjust to build system interface changeBoris Kolpackov1-3/+4
2022-12-12Adapt to butl::b_info() API changeKaren Arutyunov6-24/+49
2022-12-12Adapt to dir_iterator API changeKaren Arutyunov3-4/+3
2022-12-08Add --[no]diag-color options (infrastructure only)Boris Kolpackov5-23/+97
2022-12-05Use curl instead of wget as default fetch programBoris Kolpackov3-17/+84
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-28Improve build system skeleton loading diagnosticsBoris Kolpackov1-14/+54
2022-11-23Document *-build-config, *-builds, *-build-{include,exclude} package ↵Karen Arutyunov1-1/+2
manifest values
2022-11-08Adjust to diagnostics epilogue interface changeBoris Kolpackov1-2/+2
2022-10-28Adjust to libbuild2 interface changesBoris Kolpackov1-0/+1
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov12-38/+38
2022-10-27Adapt to git 2.38 which drops submodule--helper-{list,name} subcommandsKaren Arutyunov1-24/+279
2022-10-13Adjust package skeleton to public/private variable modelBoris Kolpackov1-5/+14
2022-10-12Fix package skeleton bootstrap crash for configuration with uninitialized ↵Karen Arutyunov1-2/+14
tmp dir
2022-08-24Drop all database migrations to be backward compatible with 0.14.0 and above ↵Karen Arutyunov3-177/+25
(two minor versions behind)