Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-26 | More work on testing Debian implementation | Boris Kolpackov | 2 | -16/+218 | |
2023-01-26 | Test parse_name_value() (used to be parse_debian_name()) | Boris Kolpackov | 4 | -42/+122 | |
2023-01-25 | Start testing Debian implementation | Boris Kolpackov | 6 | -152/+574 | |
2023-01-24 | Add --sys-* options | Boris Kolpackov | 6 | -62/+129 | |
2023-01-24 | Get rid of polymorphism/unique_ptr in system_package_status | Boris Kolpackov | 4 | -104/+82 | |
2023-01-24 | More work on Debian implementation | Boris Kolpackov | 5 | -143/+446 | |
2023-01-23 | Move work on Debian implementation | Boris Kolpackov | 2 | -15/+64 | |
2023-01-23 | Review | Boris Kolpackov | 5 | -16/+21 | |
2023-01-23 | More work on Debian implementation | Boris Kolpackov | 1 | -41/+488 | |
2023-01-20 | Review-inspired changes | Karen Arutyunov | 3 | -45/+63 | |
2023-01-20 | Review | Boris Kolpackov | 3 | -18/+28 | |
2023-01-20 | Install binary distribution packages | Karen Arutyunov | 4 | -148/+281 | |
2023-01-19 | Review-inspired changes | Karen Arutyunov | 1 | -55/+20 | |
2023-01-19 | Add system_name to system_package_status | Boris Kolpackov | 2 | -5/+7 | |
2023-01-19 | Review and WIP | Boris Kolpackov | 3 | -12/+208 | |
2023-01-19 | Implement system_package_manager::downstream_package_version() | Karen Arutyunov | 1 | -58/+288 | |
2023-01-19 | Add system_package_status to system_repository entries | Karen Arutyunov | 3 | -18/+49 | |
2023-01-19 | Sketch | Boris Kolpackov | 2 | -80/+89 | |
2023-01-19 | Switch back to single available system package version | Boris Kolpackov | 3 | -88/+113 | |
2023-01-18 | Next chunk of work on system package manager (still multi-version) | Boris Kolpackov | 6 | -64/+363 | |
2023-01-17 | Switch to multi-version interface, start Debian implementation | Boris Kolpackov | 4 | -66/+189 | |
2023-01-17 | Review-inspired changes | Karen Arutyunov | 2 | -21/+8 | |
2023-01-17 | Continue sketching system package manager interface | Boris Kolpackov | 6 | -11/+145 | |
2023-01-17 | Review | Boris Kolpackov | 2 | -14/+20 | |
2023-01-17 | Implement system_package_names() | Karen Arutyunov | 6 | -28/+166 | |
2023-01-16 | Add os_release facility | Boris Kolpackov | 8 | -7/+507 | |
2023-01-16 | Add find_available_all() | Karen Arutyunov | 2 | -10/+99 | |
2023-01-16 | Make system package manager global | Boris Kolpackov | 1 | -13/+21 | |
2023-01-16 | Add some notes | Karen Arutyunov | 1 | -0/+40 | |
2023-01-16 | Initial system package manager infrastructure | Boris Kolpackov | 8 | -30/+141 | |
2023-01-16 | Store in database and document *-name, *-version, and ↵ | Karen Arutyunov | 6 | -5/+137 | |
*-to-downstream-version package manifest values | |||||
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 | |
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-28 | Improve build system skeleton loading diagnostics | Boris Kolpackov | 1 | -14/+54 | |
2022-11-23 | Document *-build-config, *-builds, *-build-{include,exclude} package ↵ | Karen Arutyunov | 2 | -25/+105 | |
manifest values | |||||
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 ↵ | Karen Arutyunov | 1 | -2/+14 | |
tmp dir | |||||
2022-08-24 | Drop all database migrations to be backward compatible with 0.14.0 and above ↵ | Karen Arutyunov | 3 | -177/+25 | |
(two minor versions behind) |