aboutsummaryrefslogtreecommitdiff
path: root/bpkg
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Add progress to configure/disfigure in pkg-build/drop if result is disabledBoris Kolpackov4-32/+182
2021-09-01Cosmetic changeBoris Kolpackov1-4/+4
2021-08-30Consider repository information from ultimate dependent databases rather then...Karen Arutyunov12-219/+490
2021-08-24Fix bug in dependency_configs() causing 'no configuration with uuid is linked...Karen Arutyunov1-10/+13
2021-08-23Fix database data migration to schema version 12Karen Arutyunov1-1/+20
2021-08-23Drop foreign key constraint for prerequisite column of selected_package_prere...Karen Arutyunov3-1/+72
2021-08-20Fix rep-remove not to use dangling referencesKaren Arutyunov1-2/+1
2021-08-20Add support for build-time mark (*) in tests, examples, and benchmarks packag...Karen Arutyunov3-7/+36
2021-08-18Also consider subproject directory names when calculating manifest checksumsBoris Kolpackov10-82/+224
2021-08-18Optimize rep-fetch for dir and git repos quering projects info in single callKaren Arutyunov4-63/+110
2021-08-16Add selected_package_prerequisites(configuration,prerequisite) index to speed...Karen Arutyunov3-3/+29
2021-08-16Add pkg-build --noop-exit optionBoris Kolpackov2-3/+28
2021-08-13Optimize query_dependents() using prepared queriesBoris Kolpackov6-9/+56
2021-08-13Add support for cfg-unlinkKaren Arutyunov10-28/+532
2021-08-11Don't create private configurations in private configurationsKaren Arutyunov3-20/+124
2021-08-11Disallow build-time dependencies for build system modulesKaren Arutyunov1-0/+10
2021-08-10Fix cfg_create() not to re-initialize temporary directory facilityKaren Arutyunov1-2/+3
2021-08-09Add --link option to cfg-infoKaren Arutyunov2-8/+45
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 Kolpackov3-6/+10
2021-08-03Separate package names in lists with commas instead of just spacesBoris Kolpackov1-8/+9
2021-08-02Make parsing of openssl output more robustBoris Kolpackov1-11/+22
2021-07-30Add support for checked out repository fragments cachingKaren Arutyunov7-94/+265
2021-07-29Fix selection between two equal build entries in pkg-buildKaren Arutyunov1-18/+13
2021-07-20Remove redundant 'info:' prefix in cfg-create and cfg-link outputKaren Arutyunov2-10/+10
2021-07-20Add support for cfg-infoKaren Arutyunov7-1/+130
2021-07-09Add support for linked configurationsKaren Arutyunov54-1202/+5125
2021-07-09Fix selection of build entry between two in pkg-buildKaren Arutyunov1-5/+13
2021-07-09Various cleanupsKaren Arutyunov2-10/+21
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-19Match package spec local repository locations in pkg-build case-insensitively...Karen Arutyunov4-7/+48
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-01-26Rename identically-named enums to get rid of ODR violationBoris Kolpackov2-52/+51
2021-01-08Handle bin.exe.prefix in addition to suffixBoris Kolpackov2-2/+3
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-12Add --all-pattern option to pkg-{update,clean,test,install,uninstall} commandsKaren Arutyunov12-38/+119
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 Arutyunov1-10/+13