Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-26 | Rename identically-named enums to get rid of ODR violation | Boris Kolpackov | 2 | -52/+51 |
2021-01-08 | Update copyright | Boris Kolpackov | 1 | -1/+1 |
2021-01-08 | Handle bin.exe.prefix in addition to suffix | Boris Kolpackov | 2 | -2/+3 |
2020-12-14 | Suppress VC's 'character cannot be represented in current code page' warning ... | Karen Arutyunov | 1 | -1/+1 |
2020-12-08 | Fix handling --options-file option in default options files | Karen Arutyunov | 1 | -1/+2 |
2020-12-07 | Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commands | Karen Arutyunov | 4 | -13/+39 |
2020-11-24 | Update manual with build-email package manifest value semantics change | Karen Arutyunov | 1 | -4/+7 |
2020-11-23 | Adapt tests to converting repo canonical name path part to lower case on Windows | Karen Arutyunov | 2 | -11/+34 |
2020-11-12 | Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commands | Karen Arutyunov | 13 | -38/+156 |