index
:
bpkg
0.2
bindist
build2-config
buildfile-install
ci
dep-config
dep-config-bak
dep-config-neg
dep-config-neg.bak
dep-config-take-1
dep-config.bak
dep-doc
hidden-config-class
inproc-configure
man-config-dep
mask-repos-old
master
status-all
sys-install
sys-install-fedora.bak
sys-install-multiple-versions
build2 package dependency manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
Fix post-simulation assertion in pkg-build (GH issue #382)
Karen Arutyunov
1
-1
/
+70
2024-05-17
Prefer version replacement over greater version in pkg-build's collect_build()
Karen Arutyunov
1
-53
/
+71
2024-05-14
Fix rep-remove assertions
Karen Arutyunov
4
-20
/
+57
2024-05-07
Update odb.sh to match switch to libbutl-odb
Boris Kolpackov
1
-7
/
+4
2024-05-06
Switch from libodb* to version from libbutl
Boris Kolpackov
4
-30
/
+4
2024-04-23
Suppress the 'reading certificate from stdin' openssl warning on POSIX system...
Karen Arutyunov
1
-48
/
+89
2024-04-15
Document new build-bot package manifest value
Boris Kolpackov
1
-3
/
+70
2024-04-01
Use ~host/build2-no-warnings for private configurations
Boris Kolpackov
1
-1
/
+5
2024-03-19
Minor tweak to manual
Boris Kolpackov
1
-10
/
+11
2024-03-14
Add note about test package resolution to rep-fetch.cxx
Karen Arutyunov
1
-0
/
+7
2024-03-12
Fix typos in manual
Karen Arutyunov
1
-2
/
+2
2024-03-06
Document new build-auxiliary package manifest value
Boris Kolpackov
1
-0
/
+104
2024-03-01
Allow to unhold unknown orphaned selected package in pkg-build
Karen Arutyunov
1
-18
/
+29
2024-02-28
Inject special test dependencies entry at earliest possible location
Karen Arutyunov
2
-23
/
+106
2024-02-23
Make use of new functions in curl API
Karen Arutyunov
1
-88
/
+10
2024-02-02
Add support for enable clause in tests package manifest value
Karen Arutyunov
9
-14
/
+215
2024-01-15
Fix test packages not to import targets of unknown type
Karen Arutyunov
15
-0
/
+0
2024-01-15
Always reconfigure dependency if configuration is specified on command line f...
Karen Arutyunov
5
-27
/
+360
2024-01-09
Try to automatically resolve unsatisfied dependency constraints by specifying...
Karen Arutyunov
29
-420
/
+3636
2024-01-08
Update copyright
Karen Arutyunov
1
-1
/
+1
2023-12-28
Work around GCC 13.2.1 segfault
Karen Arutyunov
1
-0
/
+2
2023-12-11
Try to automatically resolve unsatisfied dependency constraints by specifying...
Karen Arutyunov
5
-625
/
+1925
2023-12-08
Fix pkg-build crash for system package specified with version constraint exce...
Karen Arutyunov
1
-4
/
+8
2023-11-17
Fix pkg-build by denying dropping package if it has dependents
Karen Arutyunov
8
-69
/
+227
2023-11-17
Fix pkg-build by ignoring version replacement if it doesn't satisfy dependenc...
Karen Arutyunov
15
-59
/
+167
2023-11-17
Re-link private configurations before failing due to presence of unsatisfied ...
Karen Arutyunov
1
-8
/
+10
2023-11-17
Add tests which demonstrate cases when we could potentially resolve unsatisfi...
Karen Arutyunov
20
-4
/
+500
2023-11-14
Fix unexpected 'unable to satisfy dependency' error in pkg_configure() by tur...
Karen Arutyunov
19
-166
/
+276
2023-11-03
Fix failing tests
Karen Arutyunov
1
-0
/
+7
2023-11-02
Disable dependency information diagnostics filtering in verbose mode
Boris Kolpackov
1
-10
/
+15
2023-11-02
Fix configuration negotiation machinery to non-recursivelly collect being pos...
Karen Arutyunov
3
-165
/
+61
2023-11-02
Fix pkg-build to order drops after collecting/ordering dependents when all re...
Karen Arutyunov
3
-113
/
+325
2023-11-02
Add support for preserving old package configuration on up/downgrade and reco...
Karen Arutyunov
10
-248
/
+684
2023-11-02
Fix configuration negotiation machinery to postpone collecting cluster's exis...
Karen Arutyunov
2
-73
/
+341
2023-11-02
Load both user and dependent configurations in (pre-)reevaluate modes
Karen Arutyunov
10
-163
/
+253
2023-11-02
Scratch plan on refinement caused by dependency up/down-grade/drop if any uns...
Karen Arutyunov
1
-2
/
+5
2023-11-02
Fix crash due to dereferencing of available package NULL pointer in trace lambda
Karen Arutyunov
2
-5
/
+4
2023-11-02
Improve pkg-build's 'unable to upgrade package' diagnostics
Karen Arutyunov
9
-155
/
+417
2023-11-02
Suppress constraints duplicates when merge build_package objects
Karen Arutyunov
1
-6
/
+20
2023-11-02
Always postpone 'unable to satisfy constraints' failure in collect_build_prer...
Karen Arutyunov
7
-261
/
+784
2023-11-02
Fix collect_build_prerequisites() pre-reevaluation mode to always iterate thr...
Karen Arutyunov
3
-9
/
+24
2023-11-02
Fix configuration negotiation machinery to also save/restore unsatisfied depe...
Karen Arutyunov
1
-6
/
+53
2023-11-02
Fix pkg-build not to collect repointed dependent recursivelly if its collecti...
Karen Arutyunov
8
-25
/
+166
2023-10-20
Fix 'unordered build' assertion failure due to bug in build_packages::order()
Karen Arutyunov
6
-103
/
+139
2023-10-19
Postpone 'unable to satisfy constraints' failure similar to what we do in col...
Karen Arutyunov
9
-269
/
+591
2023-10-18
When print constraints version for multiple packages use per-package printed ...
Karen Arutyunov
1
-9
/
+24
2023-10-17
Print version constraints recursively in 'unable to satisfy constraints' diag...
Karen Arutyunov
4
-94
/
+294
2023-10-10
Replace builds value host with all:&host
Boris Kolpackov
1
-1
/
+1
2023-10-03
Sidestep pkg-build tests bus error on macos/homebrew
Karen Arutyunov
2
-2
/
+2
2023-10-02
Document *-build-*email package manifest values in manual
Karen Arutyunov
1
-0
/
+34
[next]