Age | Commit message (Expand) | Author | Files | Lines |
2021-09-04 | Simplify authenticate_*() and rep_fetch() functions semantics | Karen Arutyunov | 5 | -24/+7 |
2021-09-04 | Add support for multiple temporary directories | Karen Arutyunov | 9 | -59/+97 |
2021-09-02 | Add progress to configure/disfigure in pkg-build/drop if result is disabled | Boris Kolpackov | 4 | -32/+182 |
2021-09-01 | Cosmetic change | Boris Kolpackov | 1 | -4/+4 |
2021-08-30 | Consider repository information from ultimate dependent databases rather then... | Karen Arutyunov | 13 | -238/+619 |
2021-08-24 | Fix bug in dependency_configs() causing 'no configuration with uuid is linked... | Karen Arutyunov | 1 | -10/+13 |
2021-08-23 | Fix typo in manual and add another example | Boris Kolpackov | 1 | -14/+19 |
2021-08-23 | Fix database data migration to schema version 12 | Karen Arutyunov | 1 | -1/+20 |
2021-08-23 | Drop foreign key constraint for prerequisite column of selected_package_prere... | Karen Arutyunov | 3 | -1/+72 |
2021-08-20 | Fix rep-remove not to use dangling references | Karen Arutyunov | 1 | -2/+1 |
2021-08-20 | Add support for build-time mark (*) in tests, examples, and benchmarks packag... | Karen Arutyunov | 4 | -19/+54 |
2021-08-18 | Also consider subproject directory names when calculating manifest checksums | Boris Kolpackov | 10 | -82/+224 |
2021-08-18 | Optimize rep-fetch for dir and git repos quering projects info in single call | Karen Arutyunov | 4 | -63/+110 |
2021-08-16 | Add selected_package_prerequisites(configuration,prerequisite) index to speed... | Karen Arutyunov | 3 | -3/+29 |
2021-08-16 | Add pkg-build --noop-exit option | Boris Kolpackov | 2 | -3/+28 |
2021-08-13 | Optimize query_dependents() using prepared queries | Boris Kolpackov | 6 | -9/+56 |
2021-08-13 | Add support for cfg-unlink | Karen Arutyunov | 17 | -61/+816 |
2021-08-11 | Don't create private configurations in private configurations | Karen Arutyunov | 5 | -56/+196 |
2021-08-11 | Disallow build-time dependencies for build system modules | Karen Arutyunov | 5 | -107/+172 |
2021-08-10 | Fix cfg_create() not to re-initialize temporary directory facility | Karen Arutyunov | 1 | -2/+3 |
2021-08-09 | Add --link option to cfg-info | Karen Arutyunov | 4 | -13/+98 |
2021-08-06 | Fix database(database&&) to also move configuration name | Karen Arutyunov | 1 | -0/+4 |
2021-08-06 | Adapt to support for option positions added to butl::load_default_options() | Karen Arutyunov | 1 | -9/+23 |
2021-08-04 | Make use of libbpkg's extract_package_name() and extract_package_version() fu... | Karen Arutyunov | 1 | -27/+4 |
2021-08-04 | Add --no-private-config option for pkg-build and --no-{host,build2}-config op... | Karen Arutyunov | 7 | -41/+170 |
2021-08-03 | Fix rep-fetch crash due to 'object not persistent' odb exception | Karen Arutyunov | 1 | -1/+8 |
2021-08-03 | Fix database migration to schema version 9 | Karen Arutyunov | 1 | -2/+2 |
2021-08-03 | Make necessary arrangements of new option position functionality | Boris Kolpackov | 1 | -7/+21 |
2021-08-03 | Rename --config-uuid to --uuid in bpkg-cfg-create | Boris Kolpackov | 6 | -16/+20 |
2021-08-03 | Separate package names in lists with commas instead of just spaces | Boris Kolpackov | 2 | -19/+20 |
2021-08-02 | Make parsing of openssl output more robust | Boris Kolpackov | 1 | -11/+22 |
2021-07-30 | Add support for checked out repository fragments caching | Karen Arutyunov | 21 | -124/+302 |
2021-07-29 | Fix selection between two equal build entries in pkg-build | Karen Arutyunov | 1 | -18/+13 |
2021-07-22 | Change manifest builds value from all to host | Boris Kolpackov | 1 | -1/+1 |
2021-07-22 | Update builds manifest value examples with host, mobile classes | Boris Kolpackov | 1 | -12/+18 |
2021-07-20 | Remove redundant 'info:' prefix in cfg-create and cfg-link output | Karen Arutyunov | 4 | -54/+54 |
2021-07-20 | Add support for cfg-info | Karen Arutyunov | 11 | -13/+206 |
2021-07-09 | Add support for linked configurations | Karen Arutyunov | 84 | -1211/+7649 |
2021-07-09 | Fix selection of build entry between two in pkg-build | Karen Arutyunov | 3 | -9/+63 |
2021-07-09 | Various cleanups | Karen Arutyunov | 2 | -10/+21 |
2021-07-05 | Fix terminology inconsistency | Boris Kolpackov | 1 | -1/+2 |
2021-06-08 | Run git-update-index in pkg-checkout for multiple links per run | Karen Arutyunov | 1 | -9/+32 |
2021-05-10 | Generate .gitignore in .bpkg/ to prevent accidentally committing it | Boris Kolpackov | 1 | -1/+21 |
2021-04-28 | Qualify all database entities with explicit main schema | Boris Kolpackov | 4 | -38/+41 |
2021-04-20 | Disable bunch of bogus GCC warnings | Karen Arutyunov | 1 | -0/+2 |
2021-04-19 | Match package spec local repository locations in pkg-build case-insensitively... | Karen Arutyunov | 5 | -8/+80 |
2021-04-17 | Fix pkg-build crashing on empty repository location | Karen Arutyunov | 1 | -0/+3 |
2021-04-12 | Suppress VC's bogus "requires the compiler to capture 'this'" warning | Karen Arutyunov | 1 | -1/+7 |
2021-03-11 | Fix typos in manual | Boris Kolpackov | 1 | -26/+26 |
2021-03-08 | Regenerate expiring test certificates | Karen Arutyunov | 8 | -176/+179 |