aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-11Disallow build-time dependencies for build system modulesKaren Arutyunov5-107/+172
2021-08-10Fix cfg_create() not to re-initialize temporary directory facilityKaren Arutyunov1-2/+3
2021-08-09Add --link option to cfg-infoKaren Arutyunov4-13/+98
2021-08-06Fix database(database&&) to also move configuration nameKaren Arutyunov1-0/+4
2021-08-06Adapt to support for option positions added to butl::load_default_options()Karen Arutyunov1-9/+23
2021-08-04Make use of libbpkg's extract_package_name() and extract_package_version() fu...Karen Arutyunov1-27/+4
2021-08-04Add --no-private-config option for pkg-build and --no-{host,build2}-config op...Karen Arutyunov7-41/+170
2021-08-03Fix rep-fetch crash due to 'object not persistent' odb exceptionKaren Arutyunov1-1/+8
2021-08-03Fix database migration to schema version 9Karen Arutyunov1-2/+2
2021-08-03Make necessary arrangements of new option position functionalityBoris Kolpackov1-7/+21
2021-08-03Rename --config-uuid to --uuid in bpkg-cfg-createBoris Kolpackov6-16/+20
2021-08-03Separate package names in lists with commas instead of just spacesBoris Kolpackov2-19/+20
2021-08-02Make parsing of openssl output more robustBoris Kolpackov1-11/+22
2021-07-30Add support for checked out repository fragments cachingKaren Arutyunov21-124/+302
2021-07-29Fix selection between two equal build entries in pkg-buildKaren Arutyunov1-18/+13
2021-07-22Change manifest builds value from all to hostBoris Kolpackov1-1/+1
2021-07-22Update builds manifest value examples with host, mobile classesBoris Kolpackov1-12/+18
2021-07-20Remove redundant 'info:' prefix in cfg-create and cfg-link outputKaren Arutyunov4-54/+54
2021-07-20Add support for cfg-infoKaren Arutyunov11-13/+206
2021-07-09Add support for linked configurationsKaren Arutyunov84-1211/+7649
2021-07-09Fix selection of build entry between two in pkg-buildKaren Arutyunov3-9/+63
2021-07-09Various cleanupsKaren Arutyunov2-10/+21
2021-07-05Fix terminology inconsistencyBoris Kolpackov1-1/+2
2021-06-08Run git-update-index in pkg-checkout for multiple links per runKaren Arutyunov1-9/+32
2021-05-10Generate .gitignore in .bpkg/ to prevent accidentally committing itBoris Kolpackov1-1/+21
2021-04-28Qualify all database entities with explicit main schemaBoris Kolpackov4-38/+41
2021-04-20Disable bunch of bogus GCC warningsKaren Arutyunov1-0/+2
2021-04-19Match package spec local repository locations in pkg-build case-insensitively...Karen Arutyunov5-8/+80
2021-04-17Fix pkg-build crashing on empty repository locationKaren Arutyunov1-0/+3
2021-04-12Suppress VC's bogus "requires the compiler to capture 'this'" warningKaren Arutyunov1-1/+7
2021-03-11Fix typos in manualBoris Kolpackov1-26/+26
2021-03-08Regenerate expiring test certificatesKaren Arutyunov8-176/+179
2021-01-26Rename identically-named enums to get rid of ODR violationBoris Kolpackov2-52/+51
2021-01-08Update copyrightBoris Kolpackov1-1/+1
2021-01-08Handle bin.exe.prefix in addition to suffixBoris Kolpackov2-2/+3
2020-12-14Suppress VC's 'character cannot be represented in current code page' warning ...Karen Arutyunov1-1/+1
2020-12-08Fix handling --options-file option in default options filesKaren Arutyunov1-1/+2
2020-12-07Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commandsKaren Arutyunov4-13/+39
2020-11-24Update manual with build-email package manifest value semantics changeKaren Arutyunov1-4/+7
2020-11-23Adapt tests to converting repo canonical name path part to lower case on WindowsKaren Arutyunov2-11/+34
2020-11-12Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commandsKaren Arutyunov13-38/+156
2020-11-04Drop -p alias for --print-only option for pkg-build since it clashes with --p...Karen Arutyunov1-1/+1
2020-10-07Add support for BPKG_DEF_OPT environment variableKaren Arutyunov2-3/+27
2020-10-06Add tracing of execution plan refinement/simulationKaren Arutyunov1-0/+7
2020-10-06Separate configure step from fetch/unpack|checkout in pkg-buildKaren Arutyunov3-104/+107
2020-10-03Add --checkout-{root,purge} to pkg-buildKaren Arutyunov3-51/+165
2020-10-01Add --output-{root,purge} options to pkg-checkoutKaren Arutyunov8-35/+180
2020-10-01Adapt to adding ext_mods parameter to butl::b_info()Karen Arutyunov1-0/+1
2020-09-29Run build2 dist meta-operation in pkg-checkout with '--no-external-modules !c...Karen Arutyunov3-28/+24
2020-09-14Exit with status 2 for recoverable errorsKaren Arutyunov4-14/+48